/* Menu haut */

.indentmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
padding: 3px 0px;
color: white; /*text color*/
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white;
	height:25px;
	font-weight:bold;
}

/* Fond des menus */
.indentmenu ul li .btn_01 {	position: static; width: 127px;	height:25px; background-image: url(/images/interface/menu/haut/btn_01.jpg);	background-repeat: no-repeat;}

.indentmenu ul li .btn_01_current {	position: static; width: 127px;	height:25px; font-weight:bold; background-image: url(/images/interface/menu/haut/btn_on.jpg); background-repeat: repeat-x;}

.indentmenu ul li .btn_02 {	position: static; width: 127px;	height:25px; background-image: url(/images/interface/menu/haut/btn_02.jpg);	background-repeat: no-repeat;}

.indentmenu ul li .btn_02_current {	position: static; width: 127px;	height:25px; font-weight:bold; background-image: url(/images/interface/menu/haut/btn_on.jpg); background-repeat: repeat-x;}

.indentmenu ul li .btn_03 {	position: static; width: 127px;	height:25px; background-image: url(/images/interface/menu/haut/btn_03.jpg);	background-repeat: no-repeat;}

.indentmenu ul li .btn_03_current {	position: static; width: 127px;	height:25px; font-weight:bold; background-image: url(/images/interface/menu/haut/btn_on.jpg); background-repeat: repeat-x;}

.indentmenu ul li .btn_04 {	position: static; width: 127px;	height:25px; background-image: url(/images/interface/menu/haut/btn_04.jpg);	background-repeat: no-repeat;}

.indentmenu ul li .btn_04_current {	position: static; width: 127px;	height:25px; font-weight:bold; background-image: url(/images/interface/menu/haut/btn_on.jpg); background-repeat: repeat-x;}

.indentmenu ul li .btn_05 {	position: static; width: 127px;	height:25px; background-image: url(/images/interface/menu/haut/btn_05.jpg);	background-repeat: no-repeat;}

.indentmenu ul li .btn_05_current {	position: static; width: 127px;	height:25px; font-weight:bold; background-image: url(/images/interface/menu/haut/btn_on.jpg); background-repeat: repeat-x;}

/* Fin Menu haut */

/* Debut sous menu */

#header {
	position:relative;
	margin-left:0px;
	margin-top:-6px;
  }
  
.header_primaire { width:637px;	height:18px; margin-top:-2px; background-image: url(/images/interface/menu/sous_menu/primaire_fond.jpg);	background-repeat: repeat-x;  }
.header_college { width:637px;	height:18px; margin-top:-2px; background-image: url(/images/interface/menu/sous_menu/college_fond.jpg);	background-repeat: repeat-x;  }
.header_lycee { width:637px;	height:18px; margin-top:-2px; background-image: url(/images/interface/menu/sous_menu/lycee_fond.jpg);	background-repeat: repeat-x;  }
.header_superieur { width:637px;	height:18px; margin-top:-2px; background-image: url(/images/interface/menu/sous_menu/superieur_fond.jpg);	background-repeat: repeat-x;  }
.header_adulte { width:637px;	height:18px; margin-top:-2px; background-image: url(/images/interface/menu/sous_menu/adulte_fond.jpg);	background-repeat: repeat-x;  }
.header_connaitre { width:637px;	height:18px; margin-top:-2px; background-image: url(/images/interface/menu/sous_menu/connaitre_fond.jpg);	background-repeat: repeat-x;  }
  
#header ul {
  list-style:none;
  margin: 0em 0 0em 5px;
	padding: 0;
  }
#header li {
  float:left;
  margin:0;
  }
#header a {
	padding-left:27px;
	padding-top:3px;
	float:none;
	display:block;
	text-align:left;
	text-decoration:none;
	color:#EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#ffffff;
  font-weight:bold;
  }
#header #current {
  }
#header #current a {
  color:#ffffff;
  font-weight:bold;
  }
  
  .titre_sous_menu {
	padding-top:3px;
	padding-left:20px;
	color:#FC787E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  }
  
  .titre_sous_menu_2 {
	padding-top:-1px;
	padding-left:20px;
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  }
