#top {
    margin: 0;
}
div#gauche {
	padding: 0 0 30px 0;
	/*background:#eaeaea;*/
	/*margin-top:10px;*/	
	margin-top: 150px;
}

/* ENCART CONTACT */

div#gauche_encart_contact {
	width:100%;
	margin:1px auto 0 auto;
	color:#FFF;
	/*max-height:215px;*/
}

div#gauche_encart_contact .entree_titre {
	min-height:inherit;
	font-size: 30pt;
    font-weight: normal;
    text-transform: uppercase;
	background:#778085;
	text-align:center;
	padding:10px 0;
	font-family: 'Teko';
}
div#gauche_encart_contact .entree_desc {
	line-height:22px;
	text-align:justify;
	padding:0 3% 3% 3%;
	background:#778085;
}
div#gauche_encart_entree a, div#gauche_encart_contact a {
	color:inherit;
	text-decoration:none;
}

p.gauche_telephone {
	position:relative;
	font-size:1.5em;
	font-weight:bold;
	background:url(../img/public/top_picto_tel_blanc.png) center left no-repeat;
	text-indent:47px;
	/*background-size:16%;*/
	padding:0;
}
.entree_lien{
	background:#778085;
	border-radius:0 0 8px 8px;
    color: #FFF;
    padding: 10px 3% 15px 8%;
    box-shadow: 0px 3px 3px 0px #c7b4b4;
}
p.gauche_mail {
	position:relative;
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:0;
}

/* ENCART CENTRE */
div#gauche_encart_centre {
	position:relative;
	margin:20px auto 0 auto;
	padding:3% 0;
	width:100%;
}

div#gauche_encart_centre a {display:block;width:100%; height:100%; color:inherit; text-decoration:none;}
.centre_cadre_nom {
	font-size:1em;
	text-transform:uppercase;
	width:80%;
	margin:0 auto;
	padding:0 5%;
	height:47px;

}
.centre_cadre_vignette {
	overflow:hidden;
	width:91%;
	height:184px;
	max-height:184px;
	margin:0 auto;
}

.centre_encart_cadre img {
	width:auto;
	max-width:284px;
	bottom:0;
}
div#droite_content h1{
    position: relative;
	color:#333333;
}
div#gauche h2{
	text-align:center;
	font-size:30pt;
	background:#778085;
	margin:20px auto 0 auto;
	background-position: center center;
	font-weight:normal;
	border-radius:8px 8px 0 0;
	color:#FFF;
	padding:10px 0;
	box-shadow:0px -2px 3px 0px #c7b4b4;
}
div#gauche_content {
	position:relative;
	margin:0 auto;
	width:90%;	
}

div#gauche_menu {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}
div#gauche_menu a {
	display:block;
	color:inherit;
	text-decoration:none;
}

.gauche_ssmenu {
	padding: 8px 0;
	cursor:pointer;
}

.gauche_niveau1 {
	
}

.gauche_niveau2 {
	font-size:15pt;
	font-weight:bold;
	text-transform:uppercase;
}



.gauche_niveau3 {
	position:relative;
	padding:0 0 3% 18px;
	margin:0 5%;
	width:90%;
	color:#444444;
	font-size:0.9em;
}


.gauche_niveau3:hover, .niveau3_actif {
	color:#bc1c27;
	text-decoration:underline;
}

.btn {
	display: inline-block;
	margin: 2px 0 1px 0;
	text-transform: uppercase;
	background: none;
	font-weight: bold;
	position: relative;
	transition:color 0.25s ease;
	width:100%;
	text-indent:20px;
}

.btn .gauche_ssmenu:hover, .btn .gauche_ssmenu:hover::after {
 	color:white !important;
	text-decoration:none !important;
}

.btn::after {
	position: absolute;
	content: '';
	top:0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #bc1c27;
	transform-origin:left;
	transition:width 0.25s ease;
	z-index:-1;
}

.btn:hover::after {
	width: 100%;
}

.fleche::before{
	position: absolute;
	content: "";
	font-size: 0;
	line-height: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width:8px;
	background:#bc1c27;
}
.btn .fleche::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 8px;
	margin-top: -6px;
	border-style: solid;
	border-width: 6px;
	border-color: #bc1c27;
	border-top-color: #bc1c27;
    border-right-color: #bc1c27;
    border-bottom-color: #bc1c27;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}
.gauche_ssmenu.gauche_niveau2.niveau2_actif{
	color:#bc1c27;
	text-decoration:underline;
}