/* Paramètres généraux du menu */
dl, dt, dd 
{
	margin: 0;	
	padding: 0;
	list-style-type: none;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white; 
}
#menu 
{
	position: static;
	top: 0;
	left: 0;
}
dl#menu 
{
	width: 200px;	
}


/* Les Menus (Niveau 1) */
dl#menu dt 
{
	cursor: pointer;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.niveau1Dossier 
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white; 
}

dl#menu dt.enCours
{
	cursor: pointer;
	margin: 0px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;	
}

dl#menu dt a 
{
	color: white;
	text-decoration: none;
	width: 100%;
	font-family: arial;
	font-size: 12px;
}
dl#menu dt a:hover 
{
	color: FF6600;
}
.pageEnCoursNiv1
{
	COLOR: white;
	TEXT-DECORATION: None;
	font-family: arial;
	font-size: 12px;
	font-weight: bold; 
}

.niveau1Fiche
{
	color: white;
	text-decoration: none;
	width: 100%;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.niveau1Fiche 
{
	color: FF6600;
}


/* Les Sous-Menus (Niveau 2) */
dl#menu dd 
{
	border: 0px;
	margin-left: 0px;
	vertical-align: middle;
}

dl#menu li
{
	height: 20px;
	text-align: left;
	list-style-type: none;
	margin-right: 20px;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
}

dl#menu ul
{
	margin: 0;	
	padding: 0;
}

dl#menu li a 
{
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
}
dl#menu li a:hover, dl#menu a:hover 
{
	color: #3A4046;
}
.pageEnCoursNiv2
{
	COLOR: white;
	background-color: #3A4049;
	font-family: arial;
	font-size: 12px;
	font-weight: bold; 
}
.pageNiv2
{
	COLOR: white;
	width: 100%;
	font-family: arial;
	font-size: 12px;
}

A.niveau2Page
{
	color: white;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	font-weight: bold; 
}
A.niveau2Page:active
{
	color: white;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	font-weight: bold; 
}
A.niveau2Page:visited
{
	color: white;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	font-weight: bold; 
}
A.niveau2Page:hover
{
	color: #3A4046;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	font-weight: bold; 
}


