/* ---------------------------MENU--------------------------- */
/* ---------------------------MENU--------------------------- */
/* ---------------------------MENU--------------------------- */

#menus a {
	vertical-align:middle;
	height:20px;
	display: block;
	cursor:pointer;
	color:#FC0;
	text-decoration:none;
	background-color: none;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	line-height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-transform:uppercase;
	z-index:600;
}
#menus a:hover {
	color: #FFF;
}


#menu01 a {
	display: block;
	cursor:pointer;
}

#menu03 a {
	vertical-align:middle;
	padding: 5px 0px 0px 5px;
	display:block;
	cursor:pointer;
	font-size: 11px;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	color: #630;
	z-index:600;
}

#menu03 a:hover {
	color: #000;
	background-color:#bba386;

}
/* ---------------------------Tentative de menu gris marche pas sous IE--------------------------- */
/* ---------------------------Tentative de menu gris marche pas sous IE--------------------------- */
/* ---------------------------Tentative de menu gris marche pas sous IE--------------------------- */

#menu02 a {
	vertical-align:middle;
	padding: 0px 0px 0px 15px;
	display:block;
	cursor:pointer;
	height:25px;
	font-size: 11px;
	line-height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration:none;
	background-repeat: repeat-x;
	background-image: URL(images/menu2.jpg);
	z-index:600;

}

#menu02 a:hover {
	color: #000;
	font-weight:bolder;
	background-image: URL(images/menu2.jpg);
	background-position: 0px -25px;
}


a.ludopathelogo, a.ludopathelogo:link, a.ludopathelogo:visited {
	display: block;
	width: 92px;
	height: 70px;
	background-image: url(images/anoe-ludo.jpg);
	background-repeat: no-repeat;
}

a.ludopathelogo:hover{
	background-position: -92px 0;
}
a.gdjeuxlogo, a.gdjeuxlogo:link, a.gdjeuxlogo:visited {
	display: block;
	width: 92px;
	height: 35px;
	background-image: url(images/anoe-gdjeux.jpg);
	background-repeat: no-repeat;
}

a.gdjeuxlogo:hover{
	background-position: -92px 0;
}

