/*CSS pour le menu des FAQ*/
#logo_print {display: none;}

.toggleSubMenu2{
	background: #f1f1f1;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.subMenu{
	background:#000000;
	}
	
/*CSS pour l * rouge*/
em {
	font-weight: bold;
	color: #f00;
	word-spacing: 20px;
	vertical-align: top;
}

em_blanc {
	font-weight: bold;
	color: #FFFFFF;
	word-spacing: 28px;
	vertical-align: top;
}

em_phone {
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
}

/*CSS pour les contenu tableau*/

#contenu_gauche{
	background: #D82D30;
	
}
#contenu_droite{
	float: left;
	width: 800 px;
}

/*CSS pour le bandeau en bas le petit menu*/
.bandeau_bas_menu{
	font-size: 11px;
	}


/*CSS pour la page de contact niveau formulaire*/
#contenu_contact {
	background: #B94143;
	width: 70%;
	position:relative;
}
#contenu_contact_left {
	float:left;
	position:relative;
}
#contenu_contact_right {
	float:right;
	position:relative;
}

/*divers*/
.imgcadre_moniteurs {
	border: 1px solid #ffe500;
}
.gris{
	color: #5a463b;
}
.gris_gras{
	color: #5a463b;
	font-weight: bold;
}
.tableau_location{
	font-size: 12px;
}
.texte_petit{
	font-size: 14px;
}
.copyright{
	font-size: 12px;
}
.copyright_jaune{
	font-size: 10px;
	color: #ffe500;
}
.copyright_rouge{
	font-size: 10px;
	color: #d10303;
}
.champ_formulaire{
	font-size: 14px;
	color: #a4a4a4;
}
.departement { display: none; 
}
.section {
color: #000000;
}
.placeholder{
color: #a9a9a9;
 width: 266px;
 height: 30px;
}
.events{
color: #534f4e;
font-weight: bold;
}
.bleu_gras_20{
color: #1557b7;
font-weight: bold;
font-size: 20px;
}
.bleu_gras_18{
color: #1557b7;
font-weight: bold;
font-size: 18px;
}
.bleu{
color: #1557b7;
}
.bleu_gras{
color: #1557b7;
font-weight: bold;
}

.orange_gras{
color: #b24119;
font-weight: bold;
}
.blanc_gras{
color: #ffffff;
font-weight: bold;
}

img.align_texte_bas {
   vertical-align:baseline;
}


/*HR*/

.separation_6px {
	background: transparent url(../images/hr_6px.png) no-repeat top left;
	width: 100px;
	height: 6px;
	margin-top:10px;
}
.separation_6px hr {
	display: none;
}
.separation_2px {
	background: transparent url(../images/hr_6px.png) no-repeat top left;
	width: 300px;
	height: 2px;
	margin-top:10px;
}
.separation_2px hr {
	display: none;
}
hr.style-three { 
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999; 
	width : 100%;
	}
