@CHARSET "UTF-8";

body
{
/*	background: url("../images/background_6.png") center top fixed;
	background-size: cover;
	*/
	
	

}

h1
{

}

#logo_entete
{
	/*
	background-image: url("../images/fico_370_138.png");
	width: 370px;
	height: 138px;
	display: block;
	margin: 15px auto;
	*/
}

#logo_menu_haut
{

	background-image: url("../images/fico_370_138.png");
	width: 112px;
	height: 138px;
	display: block;
	margin: 0px auto;

}

#panneau_fil_ariane, #panneau_centre {
	margin-left: 255px;
}
#panneau_centre {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

#panneau_gauche {
	width: 251px;
	margin-right: -1px;
	margin-top: 10px;
}

#navigation li.active {
	background-color: white;
	border: 
}

#panneau_gauche, #panneau_centre {
	min-height: 400px;
}

#panneau_gauche ul, #panneau_gauche li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li li { margin: 0; }

#navigation li li {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.25+0,0.5+8,0+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.5) 8%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	border-bottom: none;
}

#navigation a { display:inline-block; padding: 2px 10px; border: 1px solid #c1c1c1; border-right-color: #121212; border-left: none; margin-bottom: -1px; text-decoration: none; color: gray; font-weight: bold; }
#navigation li.active a { background: none; background-color: white; border-color: #121212; border-right-color: white; color: black; margin-bottom: 0px; padding: 10px 10px; margin-right: -1px;  }

.categorie_menu { display: block; text-align: center; margin-top: 35px; color: gray; font-style: italic; }


#pied_de_page
{
	background-color: #293445;
	min-height: 50px;
	margin-left: 255px;
	margin-right: 5px;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);

}

/* accordéon fice */

.accordion-bloc {

    background-color: #fff;
    overflow: hidden; 
}

.accordion-toggler { cursor:pointer; font-weight:bold; margin: 0; padding:5px; font-size:14px; font-family: Georgia, "Times New Roman", Times, serif; text-align: center;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#24485a+0,343757+100 */
background: #24485a; /* Old browsers */
background: -moz-linear-gradient(top,  #24485a 0%, #343757 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #24485a 0%,#343757 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #24485a 0%,#343757 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24485a', endColorstr='#343757',GradientType=0 ); /* IE6-9 */

color: white;

}

.accordion-bloc
{
	border: 1px solid #343757;
}

.accordion-toggler.active {

}


.accordion-toggler:hover { }

.accordion-element { padding: 10px; }

.copyright { display: block; color: #fff; text-align: center; padding: 20px 0 }
