@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	color:#999;
	font-family:Helvetica, sans-serif;
	font-size:16px;
}

#titres{
	font-size:20px;
	color:#7aa00e;
	
}

#menu_haut a{
	color:#40520d;
	font-size:15px;
	text-decoration:none;
	padding:0 5px 0 5px;	
}

#menu_haut a:hover{
	color:#9C0;	
}

#contact{
	background-color:#FFF;
	width:370;
	height:580px;
	font-size:15px;
	color:#666;
}

#marges{
	padding:20px 15px 20px 15px;
}

#contact_titres{
	color:#000;
	font-size:20px;
	font-weight:bold;
}

#contact_texte{
	color:#777;
	font-size:16px;
	
}


#contact input[type=text]{
	margin:10px 0 0 0;
	border:0;
	background-color:#d3e0c6;
	line-height:25px;
	color:#000;
	font-weight:bold;
	width:340px;
}

#contact textarea{
	margin:10px 0 0 0;
	border:0;
	background-color:#d3e0c6;
	color:#000;
	font-weight:bold;
	width:340px;
	height:150px;
}

#contact p{
	padding:0 auto;
	margin:20px 0 0 0;
}

#contact input[type=submit]{
	background-color:#FFF;
	color:#148ead;
	font-size:16px;
	border:#FFF 1px solid;
}

#contact input[type=submit]:hover{
	color:#F60;
}

#contact input.error{  
    border:#C00 2px solid;
} 

.telephone{
	font-size:18px;
	color:#333;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}
