
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    /* font-family: 'Advent Pro', sans-serif; */
	font-size: 15px;	
	color: #000;
	position:relative;
	padding:auto;
    margin:0;
/*	background-image:url(../images/wallpaper.jpg);
    background-repeat:repeat-x;
    background-attachment:fixed;*/
   	background: url(../images/wallpaper.jpg) no-repeat center top fixed; 
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}

/* ------------------------------- CHAMPS DE FORMULAIRE -------------------------- */

/*input[type="text"] {
border:none;
background-color:transparent;
background-image:url(../images/boutons/fond_input.png);
backgroung-repeat:no-repeat;
padding:3px 11px;
}*/

ul {
line-height:17px;
text-align:left;
}

li {
margin-bottom:7px;
}

h1 {
background-color:#958371;
color:#fff;
font-size:30px;
text-align:left;
padding:3px 11px;
}

h1 a{
color:#5ba6c3;
}

h2 {
	color:#958371;
	font-size:25px;
    text-align:left;
    padding:3px 11px;
}

h3 {
	color:#958371;
    font-size:14px;
    text-align:left;
    margin-left:5px;
}

h4 {
	color:#958371;
    font-size:12px;
    text-align:left;
    font-weight:bold;
}

h5 {
	color:#958371;
	color:#545151;
    background-color:#9edbfe;
    text-align:right;
    margin:0;
    padding:0 7px;
}

h1, h2, h3, h4, h6 {
font-family: 'Oswald', sans-serif;
}

hr {
background-color:#958371;
height:1px;
margin:5px
}

img {
margin:0;
padding:0;
border:none;
vertical-align:top;
}

a{
text-decoration:none;
color:#990404;
}

a:hover{
text-decoration:none;
color:#000;
}

p {
text-align:left;
}

span {

}

.puce {
vertical-align:middle;
}

.adresse_menu {
color:#00597b;
margin-top:11px;
margin-left:11px;
}

.adresse_menu p {
font-size:12px;
}

#conteneur_global {
	margin: 0 auto;
	padding:0;
	width:100%;
}

.contenu_centre {
	margin: 0 auto;
	padding:0;
	
}

@media (max-width: 500px) {

	.contenu_centre {
		width:100%;
	}

}

@media (min-width: 501px) and (max-width: 900px) {

	.contenu_centre {
		width:100%;
	}

}

@media (min-width: 901px) {

	.contenu_centre {
		width:1074px;
	}

}

/* ----------------------------------------------- HEADER ----------------------------------------------- */

#header {
	width:100%;
	min-height:70px;
    font-size:11px;
/*    background-color:#990404; */
	background-image:url(../images/pixel_gris_transparent.png);
    background-repeat:repeat;
    background-position:center; 
}

#header_centre {
	margin: 0 auto;
	padding:0;
    text-align:right;
    height:100%;
/*    background-image:url(); */
    background-repeat:no-repeat;
    margin-top:0px;
}

@media (max-width: 500px) {

	#header {
		/* background-color:#; */
        background-image:none;
    }

	#header_centre {
    	width:100%;
    }

}

@media (min-width: 501px) and (max-width: 900px) {

	#header {
		background-color:#958371;
        height:110px;
    }

	#header_centre {
    	width:100%;
    }

}

@media (min-width: 901px) {

	#header_centre {
    	width:1074px;
    }

}

#titre {
float:left;
text-align:left;
width:100%;
background-color:#958371;
-moz-box-shadow: 10px 10px 10px 0px #2d0c0c;
-webkit-box-shadow: 10px 10px 10px 0px #2d0c0c;
-o-box-shadow: 10px 10px 10px 0px #2d0c0c;
box-shadow: 10px 10px 10px 0px #2d0c0c;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#2d0c0c, Direction=134, Strength=10);
}

#titre h1, #titre h1 a, #titre h2, #titre h3 {
color:#fff;
font-family: 'Oswald', sans-serif;
margin:0;
padding:0;
}

#titre h1 {
font-size:37px;
letter-spacing:1pt;
}

#titre h2 {
font-size:21px;
letter-spacing:2pt;
line-height:21px;
}

#titre h3 {
font-size:17px;
line-height:21px;
}

@media (max-width: 500px) {

	#titre {
    	position:relative;
		padding:17px 25px 0 30px;
        height:70px;
        width:auto;
        float:none;
    }

    #titre h1 {
    	font-size:29px;
    }
    
    #titre h2 {
	    font-size:14px;
        letter-spacing:1pt;
    }
    
    #titre h3 {
	    font-size:12px;
    }

}

@media (min-width: 501px) and (max-width: 900px) {

	#titre {
        padding:17px 25px 0 90px;
        height:50px;
        float:none;
		width:auto;
    }

    #titre h1 {
    	font-size:40px;
    }
    
    #titre h2 {
	    font-size:14px;
    }
    
    #titre h3 {
	    font-size:12px;
    }

}

@media (min-width: 901px) {

	#titre {
	    padding:14px 25px 0 170px;
        height:70px;
        width:auto;
    }

}

/* ------------------------ CONTENU HEADER DROITE ------------------------------- */
#contenu_header_droite {
text-align:left;
}

#contenu_header_droite a {
font-size:13px;
}

.sous_menu_raccourcis {
color:#fff;
}

.sous_menu_raccourcis a {
color:#fff;
}

.sous_menu_raccourcis a:hover {
color:#fff200;
}

@media (max-width: 500px) {

	#contenu_header_droite {
		float:none;
        width:100%;
		
	}

	.sous_menu_raccourcis {
		padding:125px 0 0 0;
    }

}

@media (min-width: 501px) and (max-width: 900px) {

	#contenu_header_droite {
		float:none;
        width:100%;
		margin:0;
	}

	.sous_menu_raccourcis {
		padding:125px 0 0 0;
    }

}

@media (min-width: 901px) {

	#contenu_header_droite {
		float:right;
        width:350px;
		margin:17px 0 0 0;
	}

}


/* ------------------------ CONTENU DE LA ZONE DE RECHERCHE ------------------------------- */

#zone_de_recherche {
line-height:18px;
font-size:17px;
margin:0;
/* background-image:url(../images/fond_module_rechercher.png);
background-color:#; */
}

#rechercher {
border:1px #525050 solid;
height:41px;
}

#bouton_rechercher {
border:1px #525050 solid;
background-color:transparent;
background-image:url(../images/boutons/bouton_rechercher.jpg);
backgroung-repeat:no-repeat;
vertical-align:top;
width:41px;
height:45px;
}

#zone_de_recherche h2 {
	color:#fff;
}

.surlignage {
background-color:#FF0;
color:#f00;
}

@media (max-width: 500px) {

	#zone_de_recherche {
    	width:100%;
		text-align:center;
    }

    #rechercher {
		width:75%;
        text-align:center;
    }

}

@media (min-width: 501px) and (max-width: 900px) {

	#zone_de_recherche {
    	width:100%;
        text-align:right;
    }

    #rechercher {
		width:75%;
    }

}

@media (min-width: 901px) {

	#zone_de_recherche {
    	width:350px;
    }	

    #rechercher {
		width:299px;
    }

}

/* ----------------------------------------------- ZONE ABONNEMENT ----------------------------------------------- */

#zone_abonnement {
	clear:both;
	width:100%;
    font-size:17px;
    border-bottom:#fff solid 1px;
    padding:11px 0;

}

#zone_abonnement img {
vertical-align:middle;
}

#div_zone_abonnement_gauche {
    line-height:30px;
    color:#fff;
}

#div_zone_abonnement_droite {
	line-height:30px;
}

#bouton_affiche_zone_abonnement {
    font-size:21px;
    text-align:center;
    border-top:#fff solid 1px;
    border-bottom:#fff solid 1px;

}

@media (max-width: 500px) {

    #zone_abonnement {
    	display:none;
    }

	#div_zone_abonnement_gauche {
		width:100%;
        display:block;
        text-align:center;
	}

	#div_zone_abonnement_droite {
    	width:100%;
        display:block;
        text-align:center;
    }

}

@media (min-width: 501px) and (max-width: 900px) {

    #zone_abonnement {
    	display:none;
    }

	#div_zone_abonnement_gauche {
		width:100%;
        display:block;
        text-align:center;
	}

	#div_zone_abonnement_droite {
    	width:100%;
        display:block;
        text-align:center;
    }

}

@media (min-width: 901px) {

    #zone_abonnement {
    	display:block;
		height:50px;
    }

	#div_zone_abonnement_gauche {
		width:70%;
        display:inline-block;
        text-align:left;
	}

	#div_zone_abonnement_droite {
    	width:25%;
        display:inline-block;
        text-align:right;
    }

}

/* ----------------------------------------------- FOOTER ----------------------------------------------- */

#footer {
	clear:both;
    color:#fff;
    text-align:left;
/*    background-color:#958371; 
	background-image:url(../images/pixel_gris_transparent.png);
    background-repeat:repeat;*/
}



#chapeau_footer {
background-image:url(../images/footer.png);
background-repeat:no-repeat;
background-position:center;
height:123px;
width:100%;
}

#bas_footer {
background-color:#958371;
margin:0;
padding-top:12px;
}

.div_footer_gauche {
	width:425px;
	display:inline-block;
    vertical-align:top;
    padding:7px 11px;
}

.div_footer_gauche p {
margin:3px 0 3px 0;
}

.div_footer_centre {
	width:110px;
	text-align:left;
	display:inline-block;
    padding:7px 11px;
    line-height:14px;
}

.div_footer_droite {
	width:430px;
	text-align:center;
	display:inline-block;
	font-size:11px;
	line-height:11px;
}

.div_footer_droite a, .div_footer_centre a, .div_footer_gauche a {
color:#fff;
}

.div_footer_droite a:hover, .div_footer_centre a:hover, .div_footer_gauche a:hover {
color:#9edbfe;
}

.mention_sous_footer {
text-align:right;
font-size:9px;
color:#fff;
}

.mention_sous_footer a {
color:#fff;
}

.mention_sous_footer a:hover {
color:#000;
}

@media (max-width: 500px) {

	#footer {
		width:100%;
        text-align:center;
        margin-top:50px;
	}

	#chapeau_footer, .div_footer_droite, .div_footer_centre {
    	display:none;
    }

	.div_footer_gauche {
    	width:90%;
        padding:7px 5%;
    }

    .mention_sous_footer {
	    text-align:center;
	}

}

@media (min-width: 501px) and (max-width: 900px) {

	#footer {
		width:100%;
        text-align:center;
	}

	#chapeau_footer, .div_footer_droite, .div_footer_centre {
    	display:none;
    }

	.div_footer_gauche {
    	width:90%;
        padding:7px 5%;
    }

    .mention_sous_footer {
	    text-align:center;
	}

}
@media (min-width: 901px) {

	#footer {
		width:100%;
	}

}

/* ------------------------------------------------------------------- */

div#contenu_global_droite {
width:100%;
}

.telechargement_pdf {
	width:630px;
    height:30px;
    font-size:11px;
    text-align:left;
    clear:both;
}

.symbole_pdf {
	float:left;
    width:30px;
}

.lien_pdf {
	float:right;
    width:580px;
    padding:9px 0px;
}

div#bandeau_sous_menu {
height:130px;
text-align:right;
margin-top:7px;
clear:both;
}

div#sous_titre {
text-align:left;
background-image:url(../images/header_contenu.png);
}

#sous_titre h1 {
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
color:#958371;
font-size:17px;
margin-top:0;
}

div#contenu {
display:inline-block;
background-repeat:no-repeat;
margin-top:25px;
/* background-color:#fff; 
background-image:url(../images/pixel_gris_transparent.png);
background-repeat:repeat;*/
}

@media (max-width: 500px) {

	div#contenu {
    	display:block;
        width:100%;
    }

}

@media (min-width: 501px) and (max-width: 900px) {

	div#contenu {
    	width:100%;
    }

}

@media (min-width: 901px) {

	div#contenu {
    	width:1074px;
    }

}

div#contenu_global {
width:100%;
}

div#contenu_page {
padding:25px;
min-height:690px;
display:inline-block;
background-color:rgb(255,255,255);
background-color:rgba(255,255,255,0.85);
/*    background-image:url(../images/pixel_gris_transparent.png); */
background-repeat:repeat;
-moz-box-shadow: 10px 10px 10px 0px #2d0c0c;
-webkit-box-shadow: 10px 10px 10px 0px #2d0c0c;
-o-box-shadow: 10px 10px 10px 0px #2d0c0c;
box-shadow: 10px 10px 10px 0px #2d0c0c;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#2d0c0c, Direction=134, Strength=10);
}


div#bandeau_lateral_2 {
clear:both;
/* border-top:1px solid #fff; */
margin:25px 0;
}

@media (max-width: 500px) {
    div#bandeau_lateral {
        width:90%;	
    }

    div#bandeau_lateral {
        margin:0 auto;
    }
    
    div#contenu_page {
		width:83%;
        margin:5% 0;
	}

	.contenu_page_bandeau {
    	width:100%;
	}

	.style_paragraphe_1 > img, .style_paragraphe_2 > img, .style_paragraphe_3 > img {
	    max-width:90%;
        max-height:90%;
    }

	p {
    	text-align:center;
	}

}

@media (min-width: 501px) and (max-width: 900px) {
    div#bandeau_lateral {
        width:90%;
    }

    div#bandeau_lateral {
        margin:0 auto;
    }

    div#contenu_page {
		width:90%;
        margin:5%;
	}

	.contenu_page_bandeau {
    	width:100%;
	}

	.style_paragraphe_1 > img, .style_paragraphe_2 > img, .style_paragraphe_3 > img {
	    max-width:90%;
        max-height:90%;
    }

	p {
    	text-align:center;
	}

}

@media (min-width: 901px) {
    div#bandeau_lateral {
        width:241px;
        float:left;
        position:relative;
        margin-right:17px;
	}

    div#contenu_page {
		margin: 0 0 0 20px;
	}

	.contenu_page_bandeau {
    	width:707px;
	}
    
	.contenu_page_sans_bandeau {
    	width:1074px;
	}
    

    div#bandeau_lateral {
        margin-left:34px;
    }

}

#bandeau_news {
/*background-image:url(../images/pixel_transparent.png);
background-repeat:repeat;*/
padding:0;
}

div#bandeau_lateral_2 {
clear:both;
}


.partenaires {
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
font-size:11px;
text-align:left;
}

.partenaires a {
color:#000;
}

.partenaires a:hover {
color:#00597b;
}

/* ----------------------------------------------- ELEMENT TABLE ----------------------------------------------- */

table {
border: medium solid #00597b;
border-collapse: collapse;
font-size:11px;
width: 100%;
}
th {
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
border: thin solid #00597b;
width: auto;
padding: 5px;
background-color:#999;
font-size:10px;
text-align:center;
}
td {
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
border: thin solid #00597b;
width: auto;
padding: 5px;
text-align: center;
}
caption {
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
}
table table {
border: none;
border-collapse: collapse;
font-size:11px;
width: 100%;
}
table table td{
border: none;
}

.une_colonne {
width:550px;
display:block;
clear:both;
}

.deux_colonnes {
display:block;
width:550px;
margin:0;
clear:both;
}

.colonne_gauche {
width:250px;
margin:0;
float:left;
}
.colonne_droite {
width:300px;
margin:0;
float:right;
}

.pdf {
height:34px;
line-height:34px;
}

.lien_visible {
font-weight:bold;
color:#00F;
}

div#info_plus {
text-align:center;
margin-top:11px;
padding-top:11px;
font-size:12px;
line-height:12px;
height:54px;
background-image:url(../images/fond_bouton_plus_infos.png);
background-repeat:repeat-x;
}

/* ------------------------ CONTENU DE LA ZONE DE PARTAGE EN BAS DE PAGE DYNAMIQUE ------------------------------- */

.partager {
line-height:18px;
font-size:17px;
float:right;
margin:11px 25px;
}

.partager_reseau_social {
margin:7px;
float:right;
width:259px;
height:50px;
text-align:right;
}

/* --------------------------- Page inactive ---------------------------------------*/
#page_site_inactif {
/* background-image:url(images/page_site_inactif.jpg);
background-repeat:none; */
background-color:#fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align:center;
font-size:21px;
width:700px;
height:500px;
margin:27px auto;
}

#page_site_inactif h1 {
text-align:center;
}

/* --------------------------- Page structure ---------------------------------------*/
.desc_association {
padding:11px 25px;
min-height:50px;
background-color:#b4b4b4;
color:#fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
width:90%;
border:3px #fff solid;
margin-bottom:12px;
max-height:50px;
-webkit-transition: max-height 0.5s;
-moz-transition: max-height 0.5s;
-ms-transition: max-height 0.5s;
-o-transition: max-height 0.5s;
transition: max-height 0.5s;
overflow:hidden;
}

.desc_association:hover {
background-color:#990404;
max-height:500px;
}

.desc_association h2 {
font-family: 'Oswald', sans-serif;
font-size:21px;
}

.desc_association_gauche {
float:left;
width:70%;
vertical-align:middle;
padding:0 12px 12px 12px;
}

.desc_association_droite {
display:inline-block;
margin:0 0 0 12px;
padding:0 12px 12px 12px;
width:20%;
border-left:1px #fff200 solid;
}

.desc_association p {
margin:0;
}

/* --------------------------- Bandeau latéral ---------------------------------------*/

/*.header_item_bandeau {
height:43px;
}
*/
.header_item_bandeau img {
	position:relative;
	float:left;
    margin-right:7px;
}

/* + -----------------------------------------------------
	Styles appliqués aux boutons
+ ----------------------------------------------------- */

.bouton_actif, .bouton_inactif {
	margin:1px;
}

.bouton_inactif_int, .bouton_actif_int {
	display:inline-block;
	background-repeat:repeat-x;
	height:21px;
	vertical-align:top;
	line-height:21px;
}

.bouton_inactif_int a {
	color:#000;
	text-decoration:none;
}

.bouton_actif_int a {
	color:#fff;
	text-decoration:none;
}

.bouton_inactif_int a:hover, .bouton_actif_int a:hover {
	color:#999;
}

.bouton_inactif_int {
	background-image:url(../images/boutons/bt_int_inactif.png);
}

.bouton_actif_int {
	background-image:url(../images/boutons/bt_int_actif.png);
	color:#fff;
}

.bord_gauche_actif, .bord_gauche_inactif, .bord_droite_actif, .bord_droite_inactif {
	display:inline-block;
	width:7px;
	height:21px;
	background-repeat:no-repeat;	
}

.bord_gauche_actif {
	background-image:url(../images/boutons/bt_g_actif.png);
}

.bord_gauche_inactif {
	background-image:url(../images/boutons/bt_g_inactif.png);
}

.bord_droite_actif {
	background-image:url(../images/boutons/bt_d_actif.png);
}

.bord_droite_inactif {
	background-image:url(../images/boutons/bt_d_inactif.png);
}

a.lien_bouton_actif  {
color:#FFFF00;
}

.lien_bouton_actif a:hover {
color:#fff;	
}

.bouton_inactif_int a  {
color:#777;
}

.bouton_inactif_int a:hover {
color:#000;	
}

/* --------------------------- Menu ---------------------------------------*/

nav#menu {
margin:0;
/* border-bottom:5px #fff solid;
background-color:#990404; */
}

nav#menu ul {
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
font-family: 'Oswald', sans-serif;
font-size:14px;
margin:0 0 3px 0;
padding:0;
/* border-top:1px #fff solid; */
list-style-type:none;
width:100%;
float:left;
/* background-color:#990404; 
background-image:url(../images/fond_menu.png);
background-repeat:no-repeat; */
}

nav#menu ul.niveau1 li {
margin:0;
height:49px;
padding:7px 5px 0px 5px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

/*
nav#menu ul.niveau1 li:first-child {
border-left:none;
}
*/

nav#menu ul.niveau1 li:hover {
background-color:#958371;
}

#menu li:hover > a {
color:#fff;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

nav#menu ul ul {
position:absolute;
top:27px;left:0px;
display:none;
width:100%;
background-image:url(../images/fond_bouton.png);
background-repeat:repeat;
border:none;
text-align:center;
}

nav#menu ul.niveau2 li {
display:inline-block;
height:175px;
width:117px;
line-height:20px;
border:none;
margin:0px;padding:0;
vertical-align:top;
}

nav#menu ul.niveau2 a {
color:#fff;
font-size:13px;
}

nav#menu ul.niveau2 a:hover {
color:#990404;
}

nav#menu li a {
display:block;
text-align:left;
font-size:23px;
line-height:14px;
margin:0 5px;
padding:0px;
text-decoration:none;
color:#958371;
}

.niveau2 {
color:#000;
}

/*.lien_menu_orange {
display:block;
text-align:left;
line-height:14px;
padding:0 7px;
text-decoration:none;
color:#f06a39;	
}*/

#menu li a:hover {
color:#fff;
}

.illustration_article {
margin: 0 0 11px 0;
}

.extrait_article {
padding:25px;
color:#fff;
}

#bouton_affiche_menu {
width:50px;
height:50px;
position:fixed;
top:12px;
right:12px;
background-image:url(../images/boutons/icone_afficher_menu.png);
background-repeat:no-repeat;
cursor:pointer;
}

@media (max-width: 500px) {

    #bouton_affiche_menu {
    	display:block;
    }

	#menu {
		display:none;
	}

	nav#menu ul {
		background-image:none;
        background-image:url(../images/pixel_gris_transparent.png);
	    background-repeat:repeat;
		padding:70px 0;
    }

	nav#menu ul.niveau1 li {
        float:none;
        position:relative;
        width:auto;
        height:29px;
        padding-left:25px;
	}

    .sous_menu_raccourcis {
        display:none;
    }

}

@media (min-width: 501px) and (max-width: 900px) {

    #bouton_affiche_menu {
    	display:none;
    }

	#menu {
    	display:block;
	}

	nav#menu ul {
		background-image:none;
        float:none;
        margin-left:25px;
    }

	nav#menu ul.niveau1 li {
        float:left;
        position:relative;
        width:100%;
        height:39px;
        line-height:39px;
        max-width:130px;
	}

    .sous_menu_raccourcis {
        display:none;
    }

}

@media (min-width: 901px) {

    #bouton_affiche_menu {
    	display:none;
    }

	#menu {
    	display:inline-block;
	}

    nav#menu {
	    height:57px;
		display:inline-block;
    }

	nav#menu ul.niveau1 li {
        float:left;
        position:relative;
        max-width:130px;
        height:49px;
	}

    nav#menu ul.niveau1:first-child {
	    padding-left:25px;
        padding-top:25px;
    }

}

.extrait_article h1 {
margin:7px 0;
padding:0;
font-size:14px;
}

.extrait_article h1 a {
color:#990404;
}

.illustration_extrait_article {
float:left;
margin:0 25px;
}

.extrait_article .la_suite {
background-color:#990404;
}

.extrait_article .la_suite {
text-align:center;
}

.la_suite {
background-color:#958371;
}

/* --------------------------------- STYLE POUR LE VOLET OUVRANT ----------------------------------- */

#menu_volet:not(*:root) { /* Hack Chrome */
height:200px;
}

.titre_menu_volet {
display:none;
font-size:25px;
margin:25px;
color:#9edbfe;
text-align:left;
}

#menu_volet ul li a {
font-size:12px;
}

div#menu_volet ul {
background-image:none;
background-repeat:repeat;
background-color:#2ca729;
display:block;
margin-bottom:7px;
}

div#menu_volet ul ul {
display:block;
position:relative;
padding:7px 0;
margin:11px 0;
top:0;
background-image:none;
}

div#menu_volet ul li li {
display:inline;
font-size:14px;
font-weight:bold;
padding:3px;
}

div#menu_volet ul ul li {
font-size:12px;
font-weight:normal;
}

div#menu_volet ul ul li:hover > img {
border:3px #990404 solid;
}

@media (max-width: 500px) {
	

}

@media (min-width: 501px) and (max-width: 900px) {
	
}

@media (min-width: 901px) {
	
}

/* ------------------------------------ SOUS-MENU ------------------------------------------*/

div#sous_menu {
height:100%;
width:100%;
padding-right:7px;
margin-bottom:25px;
}

*+html div#sous_menu {
margin-top:7px;	
}

div#sous_menu ul {
font-size:12px;
font-weight:bold;
margin:0;
padding:0;
list-style-type:none;
}

div#sous_menu ul li {
width:auto;
margin-bottom:1px;
margin-top:1px;
padding-left:10px;
min-height:30px;
background-color:#9EDBFE;
}

div#sous_menu ul ul {
position:relative;
left:10px;
/* display:none; */
}

#sous_menu ul ul  {
margin-bottom:0px;
}

#sous_menu li a {
	color:#fff;
}

#sous_menu li a:hover {
	color:#000;
}

.separation_menu {
background-color:#515151;
color:#fff;
font-size:19px;
font-weight:bold;
text-align:center;
height:25px;
}

/* ------------------------------------ ZONE MENU BAS ------------------------------------------*/

#zone_menu_bas {
padding-bottom:11px;
width:100%;
clear:both;
border-top:#fff solid 1px;
margin:25px 0;
}

.menu_bas_rubrique {
text-align:left;
font-size:14px;
font-weight:bold;
}

div.DivZoneMenuBasColonne {
    margin:1px;
    padding:11px;
	display:inline-block;
    float:left;
	vertical-align:top;
	min-height:270px;
    width:140px;
}

.DivZoneMenuBasColonne:hover {
background-position:center bottom;
background-image:url(../images/fleche_fond_bouton.png);
background-repeat:no-repeat;
background-color:#545151;
}

.DivZoneMenuBasColonne:hover > h2 {
color:#fff;
}

div.DivZoneMenuBasColonne ul {
/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
font-size:11px;
margin:3px;
padding:0;
list-style-type:none;
float:left;
}

div.DivZoneMenuBasColonne li {
margin-bottom:0px;
}

div#zone_menu_bas a {
color:#fff;
}

div#zone_menu_bas a:hover {
color:#9edbfe;
}

/* ------------------------- SLIDER SITES WEB ------------------------------- */

#all{margin:10px auto;width:100%;height:70px;background: transparent;}
.slider_zone{overflow: hidden;position:relative;z-index:2;}
.bt_slide{background: url("../images/slider/slider1_picto_prev.png") no-repeat center center;cursor: pointer;height: 70px;width: 70px;float:left;}
.bt_slide.next{background: url("../images/slider/slider1_picto_next.png") no-repeat center center;float:right;}
.slider_zone .in {padding: 0 20px 0 0;position: absolute;width: 15000px;z-index: -1;}
.slider_zone .bloc{margin-right: 3px;width: 425px;float:left;height:70px;background: #dedede;}
.slider_zone a {
	color:#000;
	line-height:70px;
	vertical-align:middle;
}
.slider_zone a:hover {
color:#fff;	
}

/* ----------------------------- MISE EN FORME AGENDA ----------------------------------------------- */

.item_rdv {
background-color:#958371;
}

.item_rdv:hover {
background-color:#E7DACD;
}

/* ----------------------------- MISE EN FORME PAGE CONTACT ----------------------------------------------- */

/*.bouton_lien_envoyer_message {
border-color:#958371;
border-top:1px solid;
}*/

/* ----------------------------- MISE EN FORME APPLICATION ----------------------------------------------- */

/* Application Agenda ---------------------------------------- */

.application, .application_agenda {
background-color:#958371;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:3px #fff solid;
margin-bottom:12px;
-moz-box-shadow: 10px 10px 10px 0px #2d0c0c;
-webkit-box-shadow: 10px 10px 10px 0px #2d0c0c;
-o-box-shadow: 10px 10px 10px 0px #2d0c0c;
box-shadow: 10px 10px 10px 0px #2d0c0c;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#2d0c0c, Direction=134, Strength=10);
}

.application_agenda {
padding:7px;
}

.application h1, .application_agenda h1 {
font-size:17px;
color:#fff;
}

.item_application_agenda h1 {
font-size:17px;
background-color:#fff;
color:#958371;
line-height:19px;
margin:3px 0;
}

.item_application, .item_application_agenda {
margin:5px;
padding:10px;
vertical-align:top;
min-height:100px;
text-align:left;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

.item_application_agenda {
text-align:center;
}
.date_rdv {
font-size:14px;
color:#fff;
}

.la_suite_agenda {
width:auto;
height:21px;
text-align:center;
vertical-align:middle;
margin:4px auto;
padding:0 7px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:1px solid #fff;
}

.la_suite_agenda a {
color:#fff;
font-weight:bold;
line-height:21px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

.la_suite_agenda a:hover {
color:#000;
}

.item_application:hover, .item_application_agenda:hover {
background-color:#E7DACD;
}

.item_application:hover > p, .item_application_agenda:hover > p{
color:#fff;	
}

.doc_item_application {
width:100px;
height:100px;
overflow:hidden;
float:left;
margin-right:7px;
}

.item_application h2 {
text-align:left;
margin:40px 0 25px 0;
}

.item_application p {
font-family: 'Oswald', sans-serif;
padding:0 11px;
margin:0;
font-size:14px;
font-weight:bold;
line-height:14px;
}

.item_application:hover > h2 {
color:#fff;
}

/* Style spécifique à l'application Horaires d'ouverture : horaires_ouverture -------------------------- */

.horaires_ouverture p {
text-align:center;
font-size:17px;
line-height:21px;
}

/* Fin Style spécifique à l'application Horaires d'ouverture : horaires_ouverture -------------------------- */

/* ELEMENTS INPUT TEXTE ----------------------------- */

input[type="text"], textarea, input[type="submit"], input[type="button"]
{
    -webkit-appearance: none;
    border: 1px solid #024a68;
    box-shadow: inset 0px 0px 1px 0px #a0a1a7;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    margin:7px;
    padding: 0.25em 1em 0.25em 1em;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size:1em;
}

input[type="submit"], input[type="button"], input[type="submit"], input[type="button"]
{
    background: #E7DACD;
    padding:0.1em 1em;
    cursor:pointer;
    color:#fff;
    font-size:1.3em;
}

input[type="submit"]:hover, input[type="button"]:hover 
{
    background: #958A71;
    cursor:pointer;
}

input[type="text"]:focus, textarea:focus {
    background-color:#ebe7fc;
}

/* FIN ELEMENTS INPUT TEXTE ----------------------------- */

/* STYLE DYNAMIQUE POUR LES FORMULAIRES ----------------------------- */
.formulaire_contact, #formulaire_demande {
background-color:#958371;
}
/* FIN STYLE DYNAMIQUE POUR LES FORMULAIRES ----------------------------- */

.header_item_bandeau {
background-color:#958371;
}

.header_item_bandeau h5 {
color:#fff;
}