
/*----------------------------------------------contact.php---------------------------------*/

#conteneur {
	padding-top:33px;
}

.fond_expertise {
	background:url(../_img/fonds/fond_contact.jpg) top left no-repeat; 
}

#contact {
	width:595px;
	padding-bottom:20px;
	margin-left:340px;
	background-color:#FFFFFF;
	padding-top:14px;
	padding-left:25px;
}

#contact h1 {
	color:#000000;
	font:normal 28px "Times New Roman", Times, serif;
	background:url(../_img/puce/actualites.gif) top left no-repeat;
	padding-left:26px;
	padding-top:3px;
}

#contact ul {
	list-style-type:none;	
	width:570px;
	border-top:2px solid #968982;
	margin-top:12px;
	padding-top:11px;
	height:43px;
}

#contact ul li {
	float:left;
	color:#6c6c6c;
	font:normal 18px "Times New Roman", Times, serif;	
}

#contact ul li a {
	color:#6c6c6c;
	text-decoration:none;
	border-right:1px solid #898989;
	padding-right:16px;
	margin-right:10px;
}

#contact ul li a#ref_3 {
	border:none;
}

#contact ul li a:hover, #contact ul li a.on {
	color:#000000;
}

/*---------------------notre adresse------------------*/

#contact p.spe {
	font:normal 12px Arial, Helvetica, sans-serif;
	width:570px;
	margin-top:17px;
	line-height:18px;
}

#contact p span {
	color:#6a625e;
	font-weight:bold;
}

#contact p a {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

/*---------------------demande d'informations------------------*/

#contact h2 {
	color:#6a625e;
	font:normal 18px "Times New Roman", Times, serif;
	width:407px;
	border-bottom:1px solid #d4d0c8;
	margin-bottom:20px;
	height:27px;
}

#contact label {
	float:left;
	width:133px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
}

#contact p {
	width:500px;
}

#contact p.petit {
	color:#818285;
	font:normal 10px Arial, Helvetica, sans-serif;
	margin-top:10px;
}

#contact input {
	width:272px;
	height:14px;
	border:1px solid #d4d0c8;
	margin-bottom:9px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
}

#contact select {
	width:272px;
	height:20px;
	margin-bottom:9px;
	font:normal 10px Arial, Helvetica, sans-serif;
	border:1px solid #d4d0c8;
	color:#000000;
}

#contact input#envoyez {
	width:196px;
	height:27px;
	margin-top:15px;
}

#contact textarea {
	width:272px;
	height:63px;
	border:1px solid #d4d0c8;
	margin-bottom:9px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
}

