@charset "iso-8859-2";
* { 								
	margin: 0px;					/*on annule toutes les marges extérieures*/
	padding: 0px;					/*on annule toutes les marges intérieures*/
	border: none;					
	outline:none;					
}
body {
	background-color: #FFFFCC;
	text-align: center;				/*pour les vieilles version d'IE et pour centrer le conteneur*/
	padding-top: 20px;
	background-image: url(../images/fond-body.png);
	background-repeat: repeat-x;
}
#gauche {
	float: left;
	width: 160px;
}


/* Gestion du menu général a gauche, menu déroulant dans certains cas _________________________________________________________ */
.menu-gauche {
	float: left;
	padding-top: 30px;
	width: 160px;
	height: 240px;
	padding-bottom: 10px;
	background-image: url(../images/fond-menugeneral.png);
	background-repeat: repeat;
}
.menu-gauche li {
	position:relative;
	list-style-type:none;
	height:25px;				
	width: 160px;
}
.menu-gauche a {
	display: block;
	text-decoration:none;
	text-align:left;
	line-height:25px; 			
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left:10px;
}
.menu-gauche a:hover {
	color: #FFF;
	background-color: #960;			/*une image en background pose des Pb avec IE5.5 et IE6  */
}
.menu-gauche .pageencours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	line-height:25px; 			
	color: #FFF;
	background-color: #331e03;
	padding-left: 10px;	
	width: 150px;
}

/* pour les sous-menus*/
.menu-gauche .smenu {
	position:absolute;  			/*si pas en position absolue, le site est poussé ver le bas*/
	display:none;  					/*ne pas le faire apparaitre tant que pas clic dessus*/
	left:160px;
	top:0px;
	width:500px;
	z-index: 20;					/* supérieur au zindex de div droite pour que le menu déroulant passe par dessus */		
}
.menu-gauche .smenu a{  			/*hérite des propriétés de menutop a*/
	background-color:#663e14;
	font-weight:normal;
	width:500px;
}
.menu-gauche .smenu a:hover {
	color:#FFF;
	background-color:#C80;
}
hr {
	clear: both;					/*pour valiser les marges gauches (ou droite)*/
	visibility: hidden;				/*on ne veut pas visualiser le trait horizontal*/
}
.clearboth{
	clear: both;					/*pour valiser les marges gauches (ou droite)*/
}



/* Pour toutes les pages générales (hors accueil) _____________________________________________________________ */
#conteneurgeneral {
	position:relative;
	width: 760px;
	margin-right: auto;				/*centrage du conteneur a l'écran*/
	margin-left: auto;				/*option d'un trait autour du conteneur*/
	text-align: left;				/*possibilité de décaler vers le bas le conteneur*/
	background-color: #FFC;
	border: 1px solid #000;
}
#imgbandeau {

	text-align: right;	 
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
	padding-left: 20px;
	padding-top: 35px;
	font-weight: bold;
	height: 55px;
	width: 260px;
	background-image: url(../images/fond-titre.png);
	background-repeat: repeat;
}
#droite {
	/* Attention, si on met en relative, alors on perd le menu déroulant*/
	float: left;
	padding-top: 20px;
	width: 550px;
	padding-bottom: 20px;
	overflow: auto;
	height: 378px;
	padding-left:30px;
	padding-right: 20px;
	background-color: #FFF;
	z-index: 1;  /* inférieur au zindex des menus déroulants */
}
#droite .soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006;
	font-weight: bold;
}
#droite p {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
}
#droite #selection-menu {
	margin-top:150px; 
	margin-left:100px;
}
.lien {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	text-decoration: none;
}
.lien:hover {
	color: #006;
	background-color: #09F;
}
.listedanstable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
	text-decoration: none;
}
.listedanstable a {
	text-decoration: none;
	color: #036;
}
.listedanstable a:hover {
	text-decoration: none;
	color: #006;
	background-color: #09F;
}
#droite .infoitalique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006;
	font-style: italic;
}
.pasdelienexterne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
.textebleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
}
.textemarron {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #630;
}
.textemarrongrosgras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #630;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Menu pied de page _________________________________________________________________ */
#menupied {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
}
#menupied ul {
	padding-left: 0px;
}
#menupied li {
	list-style-type: none;					/*c'est un menu horizontal, donc flottant gauche*/
	float: left;
}
#menupied a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: 70px;
	text-align: center;
	line-height: 15px;
	color: #960;
	text-decoration: none;
	margin-right: 5px;
}
#menupied a:hover {			/*pour visualisation spécifique au survol du lien*/
	color: #FFF;
}
.lienencours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	margin-right: 5px;
	width: 70px;
	color: #FFF;
	background-color: #960;
}

