/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}


.conteneurmenu {
	clear:both;
}
.initilisation {
	float: left;
	display: block;
	color: #fff;
	background: url(/Asfo/statique/images/menuhorizontal/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	text-align:center;
	line-height: 46px;
	cursor: pointer;	
} 
.initilisation p{
	color: #fff;
	background: url(/Asfo/statique/images/menuhorizontal/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
	height : 100%;
	margin-top : 0px;
	text-decoration:none;
	text-align : left;
}
.menu {
/* Il est important de laisser une largeur et une marge, au cas où le Javascript
   soit désactivé. */
	float: left;
	background: url(/Asfo/statique/images/menuhorizontal/menub_bg.gif) repeat-x; /*tab background image path*/
	color:black;
	font-size:12px;
	font-weight:bold;
	padding: 0 0 0 14px;
	margin: 0 auto 0 auto;
	width:130px;
	height: 46px;
	text-align:center;
}
.menu a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	z-index:200;
}
.menu a p{
	float: left;
	display: block;
	padding: 0 15px 0 2px; /*Padding of menu items*/
	margin-top : 0px;
	color:#000;
	z-index:200;
}
.menu a:hover{
	color: #fff;
	background: url(/Asfo/statique/images/menuhorizontal/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
	height : 100%;
	margin-top : 0px;
}
.menu a:hover p{
	color: #fff;
	background: url(/Asfo/statique/images/menuhorizontal/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.menu span, .ssmenu 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 {
	background: #6699CC;
	background-attachment:left;
	background-repeat:repeat-y;
	color:white;
	font-size:12px;
	font-weight:bold;
	border:2px solid #006699;
}
.ssmenu ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	list-style-type:none;
	z-index:200;
}

.ssmenu a, .menu a:visited, .ssmenu a:visited, .initialisation p: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 */
	height:100%;
	font-family:Verdana;
	text-decoration:none;
	color:white;
	padding:4px 3px;
/* Ne pas modifier le block */
	display:block;
	margin:0px;*/
	margin:0px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body .initialisation p, .menu a, html>body .initiliasition p:visited, .menu a:visited, html>body .initialisation a:hover, .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;
}


.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	border:1px solid #316BC6;
	background-color:#FFFFFF;
	color:black;
	text-decoration:none; 
	padding:3px 2px;
}

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".
*/