
#forms {
	float:left;
	width:160px;
	margin:40px 0 0 15px !important;
	margin:40px 0 0 8px;
}

#forms img {
	border:0;
}


/*
+-------------------+
|	=> Contact		|
+-------------------+
*/
#contact {
	/*width:380px;*/
	padding:38px 20px 40px 190px;
}

#contact h3 {
	margin:30px 0 10px 0;
	padding:0;
}
#contact p {
	margin:5px auto;
}
#contact .info_et_libertes {
	font-size:7pt;
	line-height:1.2;
}

#contact fieldset {
	margin-bottom:20px;
}
#contact legend {
	font-size:10pt;
	font-weight:bold;
}


#contact label {
	float:left;
	width:110px;
	margin:0 5px 0 0;
	text-align:right;
}
#contact input.champs,
#contact textarea,
#contact select,
#contact option {
	width:230px;
	padding:0 0 0 5px;
	font:8pt/1.2 Trebuchet MS, Arial, Helvetica, sans-serif;
	border:1px solid #EEE;
	background:#E5E5E5;
}

#contact input.bouton {
	font-size:8pt;
}

#contact .formTitre {
	text-align:right;
	font-size:12pt;
	font-weight:bold;
	border-bottom:1px solid #999;
}

#contact .legende {
	font-size:7pt;
}
#contact #piedForm {
	text-align:center;
}
#contact #piedForm input {
	width:100px;
	height:18px;
	margin:auto 10px;
	color:#FFF;
	font-weight:bold;
	border-width:2px;
	border-style:solid;
	border-top-color:#969696;
	border-left-color:#969696;
	border-right-color:#1F1F1F;
	border-bottom-color:#1F1F1F;
	background:#2C2C2C;
}
#contact #message_retour {
	text-align:center;
	font-size:14pt;
}