body, html {
	margin: 0;
	padding: 0;
	width:100%;
	font-size:100%;
}
html {
	font-family:'Muli', Verdana, sans-serif;
	color:#262626;
	background:#FFF url(../img/public/bg_repeat.png) repeat;
}
div#global {
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto 0 auto;
	padding:0;
	/*overflow:hidden;*/
}
div#global img {
	width:100%;
}


.generique_content {
	width:98%;
	max-width:1200px;
	margin:0 auto;
	padding: 0 1%;
}

/**********************************************************/
/* PARAMETRES GENERAUX */
/**********************************************************/
.noborder {
	border:0px;
}
.bold { font-weight:bold;}
.float_right {float:right;}
.float_left {float:left;}
.aligncenter { text-align:center;}
.alignleft { text-align:left;}

.blanc {color:#fff;}
.orange {color:#ff5003;}
.gris_fonce {color:#383838;}
.gris { color:#666666;}
.gris_clair { color:#a3a3a3;}
.rouge {color:#c80004;}
.noir {color:#000;}
.bleu_fonce {color:#003e60;}
.bleu {color:#085273;}
.bleu_clair {color:#00a6ff;}
.bleu_gris {color:#2c3c44}


/**********************************************************/
/* TOP */
/**********************************************************/
#top {
	position:relative;
	margin:0 0 20px 0; padding:0;
	width:100%;
	height:auto;
	z-index:99;	
	/*display:table;*/
}
#top a {/*display:block;*/text-decoration:none;color:inherit;}


div#top_top {
	position:relative;
	overflow:hidden;
}
div#top_left {
	position:relative;
	float:left;
	width:50%;
	/*max-width:350px;*/
	display:table;
}
div#top_left img {
	/*height:15%;*/
	width:100%;
	max-width:400px;
	/*max-width:538px;*/
}
p.baseline {
	font-size:0.73em;
	margin:0 0 0 28px;
	padding:0;
}
div#top_right {
	display: table;
    float: right;
    min-width: 215px;
    padding: 1% 0 0;
    position: relative;
    text-align: right;
    width: 50%;
}
p.top_telephone {
	background:url(../img/public/top_picto_tel.png) top left no-repeat;
	float: right;
    font-size: 1.5em;
    font-weight: bold;
    margin: 1% 0 0;
    max-width: 215px;
    padding: 0 0 0 40px;
    position: relative;
}
p.top_mail {
	position:relative;
	font-size:0.9em;
	font-weight:bold;
	float: right;
	width:100%;
	margin:0;
	padding:0;	
}
/**/

nav {
	background:#dadad1;
	max-height:54px;
	height:15%;
	width:100%;
	display:table;
	margin-top:10px;
}

div#menu {
	width:100%;
	/*padding:0;*/
}


/**********************************************************/
/* MIDDLE */
/**********************************************************/
div#middle {
	position:relative;
	margin:0 auto 0 auto;
	padding:0;
 	overflow:hidden;
	background:#FFFFFF;
	z-index:99;
}

div#middle_content { 
	width:100%;
	margin:0;
	overflow:hidden;
}

div#gauche {
	position:relative;
	float:right;
	width:30%;
	padding:0;
	max-width:456px;
}

div#gauche_content {
	position:relative;
	margin:0;
	width:100%;
	max-width:386px;
}

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

.gauche_ssmenu:hover {text-decoration:underline;color:#00a6ff;}

.gauche_niveau1 {
	display:none;
}

.gauche_niveau2 {
	position:relative;
	padding:3% 0 3% 18px;
	margin:0 5%;
	width:90%;
	color:#00a6ff;
	font-size:1.2em;
	background:url(../img/public/puce_li_gauche.png) center left no-repeat;	
}


.gauche_niveau2:hover, .niveau2_actif {
	color:#003e60;
	background:url(../img/public/puce_li_gauche_hover.png) center left no-repeat;
}


.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:#003e60;
	text-decoration:underline;
}

/* DROITE */


div#droite {
	position:relative;
	float:left;
	width:70%;
	padding:0;
	overflow:hidden;
	background:#FFF;
}

div#droite_content {
	position:relative;
	margin:30px 2% 0 2%;
	width:96%;
}

/**********************************************************/
/* ARIANE */
/**********************************************************/
div#ariane {
	font-size:0.8em;
	color:#a3a3a3;
	width:100%;
	margin:1% 0;
}
div#ariane a {text-decoration:none;}
div#ariane a:hover {text-decoration:underline;}

/**********************************************************/
/* TITRE PAGE */
/**********************************************************/
div#titre_page {
	width:100%;
	padding:15px 0;
	background:#003e60;
}
div#titre_page_content {
	text-indent:20px;
	font-size:1.8em;
	color:#FFF;
}


/**********************************************************/
/* FOOTER */
/**********************************************************/
div#footer {
	position:relative;
	width:100%;
	margin:0;
	padding:10px 0;
	height:auto;
	background:#c0c0c0;	
	z-index:70;
}

div#footer_content {
	position:relative;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;	
}

div#footer_left {
	position:relative;
	float:left;
	width:48%;
	overflow:hidden;
}

.footer_left_titre {
	font-weight:bold;
	margin:0 0 20px 0;
	padding:0;
}
.footer_left_lien {
	background:url(../img/public/footer_lien.png) top left no-repeat;
	text-indent:10px;
	margin:0;
	padding:0;
	color:#FFF;
	text-transform:uppercase;
}

.footer_left_lien a {color:inherit; text-decoration:none;}

div#footer_right{
	position:relative;
	width:48%;
	float:right;
	overflow:hidden;
}
div#footer_logo {
	padding:0 10px;
	text-align:right;
}
div#footer_logo img {
	max-width:340px;
}
div#footer_credit {
	text-align:right;
	font-size:1em;
}

div#footer_bottom {
	position:relative;
	width:100%;
	margin:10px auto 0 auto;
	padding:0;
	height:20px;
	z-index:70;
	font-size:0.8em;
	text-align:center;
}
div#footer_bottom a {color:inherit; text-decoration:none;}

.txt_rgpd {font-size:0.8em;}

.text_mention_cadre {background:#FFF; border:1px solid #CCC; margin:10px 0 0 0;padding:5px 20px;font-size:0.9em; color:#003e60;}