div#middle{
	position:relative;
	padding-top:100px;
}
div#middle_content{
	position:relative;
	width:98%;
	max-width:1600px;
	margin:0 auto;
	display:table;
}
div#gauche{
	position:relative;
	padding: 0 0 30px 0;
	float:left;
	width:27%;
	margin-top:0px;
	margin-right:2%;
}
div#ariane{
	position:relative;
	height:auto;
	line-height:20px;
	text-align:right;
	padding-right:15%;
	color:#212121;
	box-sizing:border-box;
	width:100%;
	padding-top:10px;
	padding-bottom:15px;
}
div#ariane a{
	color:inherit;
	text-decoration:none;
	transition-duration: 500ms;
}
div#ariane .couleur{
	font-weight:bold;
}
div#ariane a:hover{
	color:rgb(194,87,29);
}

div#fin_gauche{
	position:relative;
	width:100%;
	height:50px;
}


div#titre_contenu h1{
	margin-bottom:25px;
}
div#droite{
	position:relative;
	float:right;
	width:71%;
}
/* 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: 20pt;
    font-weight: normal;
    text-transform: uppercase;
	/*background:RGBA(227,6,19,1);*/
	text-align:center;
	padding:10px 0;
}
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%;*/
	margin-bottom:8px;
	margin-top:2px;
	padding:0;
	/*float:left;
	width:50%;*/
}
.entree_lien{
	/*background:RGBA(227,6,19,1);*/
    color: #FFF;
    padding: 10px 3% 15px 8%;
}
p.gauche_mail {
	position:relative;
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0;
	background:url(../img/public/top_picto_mail.png) center left no-repeat;
	text-indent:47px;
	width:100%;
	display:table;
}

div#droite_content h1{
    position: relative;
	color:#333333;
}
div#gauche h2{
	text-align:center;
	font-size:30pt;
	/*background:RGBA(227,6,19,1);*/
	margin:0px auto 0 auto;
	background-position: center center;
	font-weight:normal;
	color:#FFF;
	padding:10px 0;
}
div#gauche_content {
	position:relative;
	margin:0 auto;
	padding:20px 2%;
	background:#9e0e09;
}

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:normal;
	/*text-transform:uppercase;*/
}
div#gauche_menu  a{
	color:#FFF !important;
}
.gauche_niveau3 {
	position:relative;
	padding:1% 0 1% 10px;
	margin:0 10px;
	width:90%;

	font-size:16px;
}
.gauche_niveau4 {
    position: relative;
    padding: 1% 0 1% 20px;
    margin: 0 10px;
    width: 90%;
    font-size: 14px;
	text-transform: inherit;
}

.gauche_niveau3:hover, .niveau3_actif {
	color:#FFF;

}

.btn {
	
	margin: 2px 0 1px 0;
	/*text-transform: uppercase;*/
	background: none;
	font-weight: bold;
	position: relative;
	transition:color 0.25s ease;
	width:96%;
	padding-left:20px;
}
.btn p{
	
	/*white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
	height:30px;*/
}
.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: #9e0e09;
	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:3px;
	background:#FFF;
}
.btn .fleche::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 1px;
	margin-top: -6px;
	border-style: solid;
	border-width: 6px;
	border-color: #FFF;
	border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
	border-top-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}
.gauche_ssmenu.gauche_niveau2.niveau2_actif{
	color:#FFF;

}
strong{
	font-weight:bold;
}

/*Couleurs*/
h2.bloc_titre.rouge_clair{color:RGBA(227,6,19,1);/*color:#909090;*/}
h3.bloc_sstitre.laterite{color:#9e0e09;}
h3.bloc_sstitre.gris{color:#353535;}
span.rouge_clair{color:RGBA(227,6,19,1);}
span.laterite{color:#9e0e09;}
span.gris{color:#353535;}
h2.bloc_titre {
	margin:0;
	padding:0 0 5px 0;
	font-size:1.3em;
	font-weight:bold;
}
h3.bloc_sstitre {
	margin:0;
	padding:0 0 2px 0;
	font-size:1.3em;
	font-weight:bold;
}

.cg_bleu {color:RGBA(227,6,19,1);}
.cg_orange {color:#9e0e09;}

.encart ul {
	margin:0 0 15px 0;
	padding:0;
}
.encart ul ul, .encart ul li ul {
	margin:0 0 0 24px;
	padding:0;
}
body .encart li {
	position:relative;
	padding: 0 0 5px 0px;
	margin:0 0 0 15px;
	list-style:square !important;
	line-height:23px;
}
.encart li ul li, .encart li li, .encart ul ul li {
	background:url(../img/public/puce_li.png) top left no-repeat;
	text-indent: 18px;
	padding: 5px 0;
	list-style:none;
	overflow:hidden;
}

.encart li p, .encart li ul li p {
	margin:0;
	padding:0;
}
table.contenu li p {
	margin:0;
	padding:0;
}
.encart-contenu table {
	border:none;
	/*border-top:1px solid #00a6ff;	
	border-right:1px solid #00a6ff;*/
	padding:0; margin:0;
	/*width:98%;*/
	text-align:left;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
  	-o-hyphens: auto;
  	hyphens: auto;
	word-wrap: break-word;
	table-layout: fixed;
	
}
.encart-contenu table td {
	/*border:none;
	border-bottom:1px solid #00a6ff;	
	border-left:1px solid #00a6ff;*/
	border:1px solid #ebebeb;
	padding:3px; margin:0;
}