@CHARSET "UTF-8";

/* Généralités */
img
{
	border: 0px;
}

/* Bandeau du haut */
#headerBandeau
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	width: 1000px;
	position: relative;
	margin-bottom: 10px;
}

/* Menu de navigation du haut */
#menuHaut
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* Menu sans le texte */
	background-image: url("images/menu-haut-ss-texte.png");
	background-repeat: no-repeat;
	height: 35px;
	margin-top: -27px; /*Pour coller au coude*/
	width: 1000px;
	position: relative;
	margin-bottom: 8px;

}
/* Mise en forme du menu de navigation haut */
#menuHaut ul
{
	width : 100%; 
	height : 35px;
	margin : 0em 0 0 0;
	padding : 0 0 0 0;
	list-style-type : none; 
	font-size: 1.1em;
	/*color: rgb(150,152,153);*/
	font-family: Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;
}
 
#menuHaut ul li
{
	padding : 0 0em;  
	line-height : 35px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	text-decoration: none;
	color: black;
}
 
#menuHaut ul li.bouton_gauche
{
	float : left;
}
 
#menuHaut ul li.bouton_droite
{
	float : right;
	padding-right: 0.2em;
}

#menuHaut ul li a
{
	text-decoration: none;
	color: rgb(95,96,98);
	text-shadow: 0.5px 0.5px 0 white;
}

#menuHaut ul li a:hover
{
	text-decoration: none;
	color: rgb(23,41,131);
}

/* Affichage spécial menu haut suivant page */
#menu_choisi
{
	color: rgb(23,41,131);
}

/* Titre des pages */
h1
{
	margin-bottom: 1em;
	color: rgb(23,41,131);
	font-size: 1.7em;
	font-family: Trebuchet MS, Lucida Sans Unicode, sans-serif;
}

/* Sous-titre des pages */
h2
{
	color: rgb(151,192,14);
	margin: 0;
	font-size: 1em;
	font-style: italic;
	font-family: Trebuchet MS, Lucida Sans Unicode, sans-serif;
}

/* Sous-partie dans les pages */
h3
{
	color: rgb(23,41,131);
	margin-bottom: 0;
	margin-top: 2em;
	font-size: 1em;
	font-family: Trebuchet MS, Lucida Sans Unicode, sans-serif;
}

/* Pied de page */
#footer
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1000px;
	font-size: 0.6em;
	font-family: Trebuchet MS, Lucida Sans Unicode, sans-serif;
}

.footer
{
	color: rgb(100,101,102);
}

