*
{
	margin:0;
	padding:0;
}

body
{
	color:#f1e6da;
	font-family:Georgia;
	font-size:12px;
	font-style:italic;
}

#global
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:374px;
	background:url('../images/repeat.jpg') repeat-x #fff;
	display:none;
}

#container
{
	width:697px;
	height:374px;
	/*margin-left:250px;*/
	background:url('../images/background.jpg') no-repeat right;
}

#content
{
	padding-left:210px;
	padding-top:170px;
}

#form
{
	margin-top:14px;
}

#form input.text
{
	font-family:Georgia;
	font-size:12px;
	font-style:italic;
	width:189px;
	border:0;
	background:none;
}

#form input.text:focus
{
	background: none;
	border: none;
}

.send
{
	width:79px;
	height:14px;
	display:block;
	float:left;
	margin-top:10px;
	background:url('../images/envoyer.png') no-repeat;
}
