/**
 * Menu déroulant v.1
 * par Sébastien Klinger
 */

.open {
	display: block;
}

.closed {
	display: none;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CCC;
	background-color: #990099; /*222*/
	margin: 20px;
}

#menus *
{
    line-height: 1.5em;
}

ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	border: none;
	list-style-position: outside;
}

.menu_level1_actif {
	margin: 0 0 0 0;
	padding: 2px 0px 2px 5px;
	background-color: #FFFF00;
	text-decoration: none;
	/*height: 26px;*/
	width: 140px;
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #990099;
	border-top: thin solid #990099;
	cursor: hand;	
}

.menu_level1_inactif {
	margin: 0 0 0 0;
	padding: 2px 0px 2px 5px;
	background-color: #FFFF00;
	text-decoration: none;
/*	height: 26px;*/
	width: 140px;
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	border-top: thin solid;
	cursor: hand;
}

.menu_level2_actif {
	margin: 0 0 0 10px;
	padding: 0px 0px 0px 5px;
	background-color: #FFFF00;
	text-decoration: none;
	/*height: 18px;*/
	width: 120px;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #990099;
	border-top: none;
	cursor: hand;	
}

.menu_level2_inactif {
	margin: 0 0 0 10px;
	padding: 0px 0px 0px 5px;
	background-color: #FFFF00;
	text-decoration: none;
	/*height: 18px;*/
	width: 120px;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #999999;
	border-top: none;
	cursor: hand;
}

.lien_level1_actif {
	margin: 0 0 0 10px;
	padding: 0px 0px 0px 5px;
	background-color: #FFFF00;
	text-decoration: none;
	/*height: 12px;*/
	width: 120px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #990099;
	cursor: hand;
	line-height: 18px;
}

.lien_level1_inactif {
	margin: 0 0 0 10px;
	padding: 0px 0px 0px 5px;
	background-color: #FFFF00;
	text-decoration: none;
	/*height: 12px;*/
	width: 120px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	cursor: hand;
	line-height: 18px;
}

.lien_level2_actif {
	margin: 0 0 0 20px;
	padding: 0px 0px 0px 5px;
	background-color: #FFFF00;
	text-decoration: none;
	/*height: 10px;*/
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;	
	color: #990099;
	cursor: hand;
}

.lien_level2_inactif {
	margin: 0 0 0 20px;
	padding: 0px 0px 0px 5px;
	background-color: #FFFF00;
	text-decoration: none;
	/*height: 10px;*/
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;	
	color: #999999;
	cursor: hand;
}

.news {
	padding: 2px 2px 2px 2px;
	background-color: #FFFF99;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #0000FF;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;	
}

.info_lien {
	background-color: #990099;
	text-decoration: underline;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFF00;
}

.info {
	background-color: #990099;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #FFFF00;
}

.ZoneAffichage {
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;



}

.ZoneTitre {

}
.ZoneSponsors {
	font-family: "Comic Sans MS";
	color: #990099;
	background-color: #FFFF00;
}
