#top {
    margin: 0;
}
div#gauche {
	padding: 0 0 30px 0;
}

/* ENCART ENTREE */
div#gauche_encart_entree {
	background:#e05f00 url(../img/public/gauche_entree_coin.png) top right no-repeat;	
	padding:3%;
	width:85%;
	margin:20px auto 0 auto;
	color:#FFF;
	max-height:215px;
}


.entree_titre {
	background:url(../img/public/index_encart_entree.png) center left no-repeat;
	background-size:14%;
	font-size:1.7em;
	text-align:left;
	padding:0 0 0 60px;
	text-transform:uppercase;
	line-height:1em;
	min-height:55px;
}
.entree_titre .bold {
	font-size:0.9em;
}
.entree_desc {
	margin:19px 0;
	text-align:justify;
	font-size:0.8em;
}
.entree_lien {
	text-transform:uppercase;
	font-size:1em;
	text-decoration:underline;
	text-align:left;
	min-height:35px;
	line-height:35px;
}

/* ENCART CONTACT */

div#gauche_encart_contact {
	background:#2d2d2d;	
	padding:3%;
	width:85%;
	margin:20px auto 0 auto;
	color:#FFF;	
	/*max-height:215px;*/
}

div#gauche_encart_contact .entree_titre {
	background:none;
	padding:18px 0 0 0;
	min-height:inherit;
}
div#gauche_encart_contact .entree_lien {
	text-transform:none;	
	text-decoration:none;
}
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) top left no-repeat;
	text-indent:47px;
	/*background-size:16%;*/
	margin:10% 0 0 0;
	padding:0;
}
p.gauche_mail {
	position:relative;
	font-size:0.9em;
	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;
	background:url(../img/public/index_encart_plus_bleu.png) top right no-repeat;
}
.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;
}