/* Menu de navigation HORIZONTAL */
#navigationH{
	width: 100%;
	padding: 0;
	margin:0;
	font: Verdana, Arial, Helvetica, sans-serif, Georgia, Times, serif;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 1px solid #e6e5e5;
	border-right: 1px solid #e6e5e5;
}
#navigationH ul { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url(../images/fd-menu-2.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 30px;
}
#navigationH li{
	float: right;
	display: inline;
	text-align: center;	
	line-height: 30px;
}
#navigationH li.gauche {
	float: left;
}
#navigationH li.droite {
	/*float: right;
	font-size: 75%;*/
}
#navigationH a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #006;
}
#navigationH a:hover, #navigationH #selected a, #navigationH a:focus {
	background-color: #009;
	background-image: url(../images/fd-menu-2Hover.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color: #FFF;
}

/* Menu de navigation GAUCHE*/

.navigation { /* Les sur-titres en gras */
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: bold; /* -> 7 */
	margin-left: 0px;
	font-size: 14px;
	color:#006;
	padding-bottom:5px;
	background-color: #F9F;
	}
#navigation {
	margin: 0;
	padding: 0;
	margin-left: 3px;
	width: 165px;
	float: left; 
	height: auto;
	background: #F3FBFD;
	border: 1px solid #ccc;
}
#navigation ul {
	margin: 5px 0 0 5px;
	padding: 2px;
	list-style-type:none;
}
#navigation li{

}
#navigation li a {
	color: #006;
	display: block;
	height: 1%;  /* repare IE6 */
	list-style-type:none;
	background: url(../images/puceBleue.png) no-repeat left center;
	padding: 3px 0px 4px 10px;
	line-height: 10px;
	font-size: .9em;
	text-decoration: none; 
}
#navigation a:hover, #navigation #selected a{
	background: #E4E4E4 url(../images/puceRouge.png) no-repeat left center;
	color:#C00;
	width: auto;
}
.menuActive{
	padding-left: 10px;		
	background: url(../images/puceRouge.png) no-repeat left center;
	margin-left: -10px;
	color:#C00;
}
.premiere{
	background:#CCC;
	color:#060;
	font-weight:bold;}
	
.seconde {color:#000;}
.nouveau{
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	color:#F00;
	font-weight:bold;}

#leftGestion {
	margin: 0;
	padding: 0;
	margin-left: 3px;
	width: 50px;
	float: left; 
	height: auto;
	background: #F3FBFD;
	border: 1px solid #ccc;	
}
#contenuGestion {
	margin-left: 50px; 
	padding: 0px;
	padding-left: 15px;
	height:auto;
}
