/* CSS Document */

#contact
{
	height:auto;
}

#contact #form
{
	position:relative;
	font-size:9pt;
	margin-top:10px;
	margin-left:30px;
	padding-right:25px;
	color:#777;
	float:left;
}
#contact #form p.titre 
{

	
}
#contact #form input
{
	margin:0px;
	padding:0px;
}
#contact #form p.obli input
{
	position:absolute;
	left:140px;
	width:200px;
	height:15px;
	font-size:8pt;
	border:1px solid #63798F;
	background:#B2BECE;color:#000;
}
#contact #form p.rais input
{
	position:absolute;
	left:140px;
	width:200px;
	height:15px;
	font-size:8pt;
	border:1px solid #63798F;
	background:#B2BECE;
	color:#000;
}
#contact #form textarea
{
	width:320px;
	height:60px;
	border:1px solid #63798F;
	background:#B2BECE;
	font-size:8pt;color:#000;
}

#contact #form p.obli
{
	font-size:9pt;
	padding:1px 0 1px 18px;
	
}
#contact #form p.rais 
{
	font-size:9pt;
	padding:5px 0 5px 18px;
	
}
#contact #form p.bouton
{
	padding:20px 2px 5px 18px;
	font-size:7pt;
	color:#999;
	
}
#contact #form p.bouton a
{
	color:#fff;
	padding:3px 12px 3px 12px;
	border:1px solid #fff;
	background:#616F80;
	font-size:9pt;
}
#contact #form p.bouton a:hover
{
	color:#000;
	border:1px solid #B2BECE;
	background:#fff;
	text-decoration:none;
	padding:3px 12px 3px 12px;
}

#contact div.mention
{
	margin-left:400px;
	padding-top:40px;
	height:300px;
}
#contact div.mention div
{
	padding:30px;
	font-size:7pt;
	color:#B2BECE;
	text-align:justify;
	border:1px solid #B2BECE;
}

