/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu, .menuLast,.SearchMenu {
		visibility:hidden;
	}
}
.menudivclass
{
	background-color:#f0f0f0;
	background-image:url(../Images/homePage/toolbar_1_pixel.gif);
	
}

.menu{
/* Style Of Menu Lines. */
   	background-color:#f0f0f0;
   	background-image:url(../Images/homePage/toolbar_1_pixel.gif);
  	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	text-align: center;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	BORDER-LEFT: #8f8f8f 1px solid;	
	font-weight:bold;	
}
.menu:active, .menu a:active , a.menu:active
{
	color:Red;
}

.menuLast{
/* Style Of Menu Lines. */
   	background-color:#f0f0f0;
   	background-image:url(../Images/homePage/toolbar_1_pixel.gif);
  	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	text-align: center;
	border-left:solid 1px #8f8f8f;
	border-right:solid 1px #8f8f8f;
	font-weight:bold;
	padding-right:5px;
	
}
.SearchMenu
 {
	font-family:verdana;
	color:#7f7f7f;
  	text-align: center;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:4px 3px;
	margin:0px;
	
}
.DivPosition
{
	position:absolute;
	top:75;
	left:0;
 
}
.DivPosition1
{
	position:absolute;
	top:76;
	left:92%;
 
}

.ssmenu , .ssmenu a, .ssmenu a:visited
{	/* Style Of Sub Menu Lines. */
	font-family:verdana,arial,tahoma;
	color:#7f7f7f;
	width:138px;
	background:#f0f0f0;
/*	filter:alpha(opacity=80);
-moz-opacity:.50;
opacity:.80;*/
	padding-left:0px;
	font-size: 11px;
	line-height:19px;  
	text-align: left;
	text-decoration:none;
	
	
}


.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus{
/* Style of Mouse Over Menu Lines
	*/
	font-family:verdana,arial,tahoma;
	color:#feb515;
 	background:#f0f0f0;
	/*filter:alpha(opacity=80);
	-moz-opacity:.50;
	opacity:.80;*/
 	text-align: left;
	text-decoration:none;
	
	font-size: 11px;
}
.menu span,.menuLast span, .ssmenu span, .SearchMenu span{
/* pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	list-style-type:none;
	width:138px;
	border-bottom:solid 1px #8f8f8f;
	PADDING-LEFT: 5px; 
	padding-right:5px;
	 
	
}

.menu a, .menu a:visited ,.menuLast a,.menuLast a:visited, .SearchMenu a, .SearchMenu a:visited {
/* Les liens qui ne sont pas sous le curseur.
	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera...
	La combinaison aucun width et height:100% marche sur tous, donc ne pas toucher */
	font-family:Verdana;
	text-decoration:none;
	color:#7f7f7f;
	font-size:11px;
	font-weight:bold;
	padding:4px 3px;
/* Ne pas modifier le block */
 /*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
}	
html>body .menuLast a, html>body .menuLast a:visited, html>body .menuLast a:hover, html>body .menuLast a:active,  
html>body .SearchMenu a, html>body .SearchMenu a:visited, html>body .SearchMenu a:hover, html>body .SearchMenu a:active,  
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width :auto;
}




 .menu a:hover,.menu a:active, .menu a:focus ,.menuLast a:hover, .menuLast a:focus,.SearchMenu a:hover,.SearchMenu a:active, .SearchMenu a:focus 
 {
	font-family:verdana;
	color:#feb515;
  	text-align: center;
	text-decoration:none;
 }
 

img {
	border:none;
}

.ssmenu img {
	/* pour le look XP, il faut mettre des icônes de 16x16 pixels, on prévoit une marge*/
	margin-right:8px;
}


.ssmenu img.hr {
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	height:1;
	display:block;
}


/*
Bref... pour résumer, ce qu'il y a à modifier à la base, c'est :
- couleurs, police, bordure et largeur des menu et ssmenu.
- l'effet spécial IE pour les ssmenu
- police et couleurs des liens "non survolés" et "survolés".
*/
