.menuaccueil {
	float: left;
	text-align: right;
	width: 282px;
	padding-top: 35px;
}
.menu {
	text-align: right;
	padding-top: 5px;
	width: 1040px;
}
a.liens {
	width: 282px;
}
a.lienspages {
	width: 1040px;

}
a.liens, a.lienspages{
	margin: 0px;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0px;
	height: 28px;
	display: block;
	background-image: url(fond_lien.gif);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
}
a.liens, .langues a, a.lienspages{
	text-decoration: none;
	color: #000000;
}
a:hover.liens, a:hover.lienspages {
	color: #5C5543;
}
a.sousmenu {
	margin: 0px;
	background-color: #D2CFBC;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0E8;
}
a:hover.sousmenu {
	color: #99CC00;
	background-color: #FFFFFF;
}  
.menuaccueil li, .menu li {
	/* for IE7 */
	float:left;
	margin: 0px;
	padding: 0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menuaccueil ul{
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;
	width: 280px;
}
.menu ul {
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;
	width: 1040px;
}
/* style the list items */


/* get rid of the table */
.menuaccueil table, .menu  table{position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
/* hack for IE5.5 */

/* style the link hover */
* html .menuaccueil a:hover {
	position:relative;
}

.menuaccueil li:hover , .menu li:hover{position:relative;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuaccueil li ul, .menu li ul{
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:60px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menuaccueil li:hover > ul, .menu  li:hover > ul{visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menuaccueil ul a:hover ul ul, .menu  ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menuaccueil ul a:hover ul a:hover ul ul,.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menuaccueil ul a:hover ul a:hover ul a:hover ul ul,.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menuaccueil ul a:hover ul,.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menuaccueil ul a:hover ul a:hover ul,.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menuaccueil ul a:hover ul a:hover ul a:hover ul,.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menuaccueil ul a:hover ul a:hover ul a:hover ul a:hover ul,.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

