/************************************************************/
/*			MODULE DE CONTACT								*/
/************************************************************/
#CONTACT_TITRE_FORMULAIRE {
	width: 730px;
	height: 30px;
	background: url(images/contact_titre.png) no-repeat -20px -30px;
	margin: 5px 0 5px 20px;
	color: #FFFFFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 15px;
}
#CONTACT_CADRE_FORMULAIRE {
	width: 720px;
	height: 300px;
	background: url(images/contact_mail.jpg) no-repeat left bottom;
	margin: 5px 0 0 25px;
	border: 1px solid #ECECEC;
}
#CONTACT_CADRE_FORMULAIRE .label{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
#CONTACT_CADRE_FORMULAIRE input[type=text],
#CONTACT_CADRE_FORMULAIRE textarea{
	width: 340px;
	background: url() #ECECEC;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#CONTACT_CADRE_COORDONNEES {
	width: 720px;
	height: 150px;
	background: url(images/fd_coordonnees.png) repeat-x;
	margin: 5px 0 10px 25px;
	border: 1px solid #ECECEC;
}
#CONTACT_CADRE_COORDONNEES .titre{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	padding: 5px 0 0 10px;
}
#CONTACT_CADRE_COORDONNEES .adresse{
	font-size: 16px;
	color: #000000;
	text-align: center;
}
#CONTACT_CADRE_COORDONNEES .telephone{
	background: url(images/contact_telephone.png) no-repeat;
	font-size: 20px;
	color: #006B9F;
	font-weight: bold;
	height: 48px;
	padding-left: 55px;
}
#CONTACT_CADRE_COORDONNEES .fax{
	background: url(images/contact_fax.png) no-repeat;
	font-size: 20px;
	color: #006B9F;
	font-weight: bold;
	height: 48px;
	padding-left: 55px;
}
#CONTACT_CADRE_COORDONNEES .nom{
	font-size: 13px;
	color: #666666;
	font-family:"Times New Roman", Times, serif;
}
#CONTACT_CADRE_COORDONNEES .gsm{
	background: url(images/contact_gsm.png) no-repeat;
	font-size: 20px;
	color: #006B9F;
	font-weight: bold;
	height: 48px;
	padding-left: 55px;
}

