/* CSS Document définition des menus*/

ul.menuheader{
	margin:0px 0px;
	padding:23px 168px; /*22px 168px*/
	width:1024px;
	text-decoration: none;     
}
li{
	margin:0;
	padding:0;
	width:150px;
	height:35px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
	margin-right:5px;
	text-decoration: none;     
}

.menupar {
	color: #000000;     
	text-align:center;
	font: 15px Helvetica;     
	font-weight: bolder;
	margin-top:9px;
	padding-top:0px;
	margin-bottom:20px;
	text-decoration: none;     
}

.subtext{
	color: #000000;     
	border: none;     
	font: 14px Helvetica;     
	font-weight: bolder;
	text-decoration: none;     
}

.subtext ul, li, a {
	color: #ffffff;     
  display: block;     
	border: none;     
	font: 14px Helvetica;     
	font-weight: bolder;
	text-decoration: none;     
}

.subtext ul, li, a:hover {
	color: #ffffff;
	background: #838EBB; /* 5968BB */
  display: block;     
	border: none;     
	font: 14px Helvetica;     
	font-weight: bolder;
	text-decoration: none;     
}

/*Classes des couleurs du menu*/

.menu1 {
background:transparent;
background-image: url('/images/site/sous-menu.png');
background-repeat: no-repeat;
background-attachment: scroll;
}
  
.menu2 {
background:transparent;
background-image: url('/images/site/sous-menu.png');
background-repeat: no-repeat;
background-attachment: scroll;
}

.menu3 {
background:transparent;
background-image: url('/images/site/sous-menu.png');
background-repeat: no-repeat;
background-attachment: scroll;
}

.menu4 {
background:transparent;
background-image: url('/images/site/sous-menu.png');
background-repeat: no-repeat;
background-attachment: scroll;
}

.menu5 {
background:transparent;
background-image: url('/images/site/sous-menu.png');
background-repeat: no-repeat;
background-attachment: scroll;
}