@charset "UTF-8";
/* CSS Document */

/*Partie concernant IE5 pour la présentation CSS*/
[if IE 5]>
<style type="text/css"> 
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]

[if IE]>
<style type="text/css"> 
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
</style>
<![endif]

/*Partie concernant IE6 pour le MENU*/
/*IE6 hovering*/
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	}
.oneColFixLtHdr #mainContent { zoom: 1; }

.menu ul li a:hover {
	position:relative /*IE hack*/;
	z-index:1000 /*IE hack*/;
	/*background-color:rgb(210,210,210);*/
	text-decoration:none;
	color:#105408;
	}

.menu ul li a:hover ul {
	display:block;
	width:10.0em;
	position:absolute;
	z-index:999;
	top:1.4em;
	left:-40px;
	margin-top:0em;
	}

.menu ul li a:hover ul li a {
	white-space:normal;
	display:block;
	width:10em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px 4px 16px;
	background-color:#99cc33;
	font-weight:normal;
	color:#105408;
	}
	
.menu ul li a:hover ul li a:hover {
	background-color:#feff8a;
	text-decoration:none;
} /*Color subcells hovering mode*/


/* Code tous navigateurs */
*{padding:0; margin:0;} 

.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	white-space:nowrap /*IE hack*/;
	float:left;
	width:900px;
	/*height:20px;*/
	border:none;
	color:#feff8a;
	font-size:14px;
	background-color: #99cc33;
	text-align: center;
}

.menu ul {
	list-style-type:none;
	margin-left:35px;
	}

.menu ul li {
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	/*border-right:solid 1px rgb(175,175,175);*/
	}
.menu ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
	height:1.5em;
	line-height:1.5em;
	text-decoration:none;
	font-weight:normal;
	color:#feff8a;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
.menu ul li ul {
	display:none;
	border:none;
	}
	
/*Non-IE6 hovering*/
.menu ul li:hover {
	position:relative;
	}
	
.menu ul li:hover a {
	/*background-color:rgb(210,210,210);*/
	text-decoration:none;
	color:#105408;
	} /*Color main cells hovering mode*/
	
.menu ul li:hover ul {
	display:block;
	width:10em;
	position:absolute;
	z-index:999;
	top:1.4em;
	margin-top:0em;
	left:0;
	}
	
.menu ul li:hover ul li a {
	white-space:normal;
	display:block;
	width:10em;
	height:auto;
	line-height:1.3em;
	margin-left:-35px;/*Mettre la même valeur que Menu ul*/
	padding:4px 16px 4px 16px;
	background-color:#99cc33;
	font-weight:normal;
	color:#105408;
	border-bottom-width: 2px;/* Filet sous le texte en roll over */
	border-bottom-style: solid;
	border-bottom-color: 105408;	/*background-image: url(../fondalpha.png);*/
	}
	
.menu ul li:hover ul li a:hover {
	text-decoration:none;
	color:#feff8a;
	}

