#contactGeneral{
	background:#fff;
	min-height:730px;
}
#contactContents{
	margin:auto;
	width:980px;
}
#contactBot{
	margin-top:10px;
}
/* BOX LEFT */
#contactBotLeft{
	display:inline-block;
	vertical-align:top;
	width:450px;
}
#contactBotLeftTitre{
	background:#FAF16A;
	color:#000;
	margin-top:0px;
	padding:3px 20px;
}
#contactBotLeftTexte{
		padding:10px 20px;
}
#contactBotLeftTexte p{
	color:#4D4D4D;
	font-size:14px;
	font-weight:bold;
}
#contactBotLeftTextes{
	color:#000;
	font-size:12px;
	font-weight:normal;
	margin:5px 0px;
}

/* BOX RIGHT */
#contactBotRight{
	display:inline-block;
	vertical-align:top;
	width:450px;
}
#contactBotRight a{
	color:#000;
	font-size:12px;
	text-decoration:none;
}
#contactBotRight a:hover{
	text-decoration:underline;
}
#contactBotRightTitre{
	background:#FAF16A;
	color:#000;
	margin-top:0px;
	padding:3px 20px;
}
#contactBotRightTexte{
		padding:10px 20px;
}
#contactBotRightTexte p{
	color:#4D4D4D;
	font-size:14px;
	font-weight:bold;
}
#contactBotRightTextes{
	color:#000;
	font-size:12px;
	font-weight:normal;
	margin:5px 0px;
}

/* SPACER */
#contactBotSpacer{
	display:inline-block;
	vertical-align:top;
	width:80px;
}


/* FORMULAIRE ******************************************************************/
#contactFormBloc {
	margin-top:40px;
}
#contactFormBloc .terminator{
	display:none;
}
#contactFormSubmit{
	margin-top:50px;
}
#contactFormSubmit a.btn_form {
	color:#FFFFFF;
	display:block;
	font-family:Arial, Verdana;
	font-size:11px;
	height:17px;
	line-height:17px;
	margin:auto;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:150px;
}
#contactFormSubmit a.btn_form:hover {
  text-decoration:underline;
}
#contactForm label{
	display:inline-block;
	padding:5px 0px;
	margin-left:10px;
	vertical-align:top;
	width:100px;
}
#contactForm input{
	background:#E6E6E6;
	border:none;
	width:300px;
}
#contactForm textarea{
	background:#E6E6E6;
	border:none;
	height:250px;
	width:300px;
}
#contactForm ul li {
	color:#444; /* set color of list item to a dark gray */  	
	list-style:none; /* if you’re not already using a reset */  
}    
#contactForm ul li:before {
	content:"\25A0"; /* /2022 is the numerical unicode for &bull; */    
	font-size:2.5em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/    
	padding-right:.25em; /* give the bullet some padding from the text Make sure to use em*/    
	position:relative;      
	top:-9px; /* set the vertical position of the bullet if necessary. Make sure to use em or % */  
	vertical-align:top;
}
#contactForm ul li.orange:before {
	color:#E9781A; /* set color to red */    
}
#contactForm ul li.vert:before {
	color:#C5D80D; /* set color to red */    
}
#contactForm ul li.rose:before {
	color:#E11B73; /* set color to red */    
}
#contactForm ul li.bleu:before {
	color:#33A8EB; /* set color to red */    
}
#contactForm ul li.jaune:before {
	color:#FAF16A; /* set color to red */    
}



#contactInfobulleMessageValidation {
 position:absolute;
 background-color:#000;
 color:#fff;
 font-family:Arial;
 font-size:12px;
 line-height:12px;
 vertical-align:middle;
 margin-top:-35px;
 margin-left:75px;
 padding:5px;
 text-align:center;
 width:300px;
}
#contactInfobulleMessageValidation img {
  position:absolute;
  margin-left:70px;
  margin-top:17px;
}
#contactMessageRetour{
	border:#E0E0E0 solid 1px;
	color:#E9781A;
	font-size:16px;
	display:none;
	margin-top:20px;
	padding:10px 5px;
	text-align:center;
	width:480px;
}
