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


.menu {
	text-align:center;
	BACKGROUND: url(images/01.jpg) #2a2a2a;
	border-color:#000000;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	border:1px solid #000000;
	color:white;
	padding:0px;
	margin:1em;
	height:19px;
}
.ssmenu {
	text-align:center;
	background-color:#000000;
	border-color:#000000;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	border:1px solid #000000;
	color:white;
	padding:0px;
	margin:1em;

}

.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 ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	font-family:verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#FFFFFF;
	padding:2px 0px;
/* Ne pas modifier le block */
	display: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;
		height:18px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
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;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
    background: url(images/03.jpg) #000000;
	color:#ffffff;
		height:18px;
	text-decoration:none;
}
a          { font-family: verdana, Times New Roman, Times, sans serif; font-size: 11px; font-weight: bold; color: #ffffff; text-decoration: underline}
a:hover    { font-family: verdana, Times New Roman, Times, sans serif; font-size: 11px; font-weight: bold; color: #000000; text-decoration: underline}

.txtnoir {  font-family: verdana, Times New Roman, Times, sans serif; font-size: 11px; font-weight: none; color: #000000}
.txtblanc {  font-family: verdana, Times New Roman, Times, sans serif; font-size: 11px; font-weight: none; color: #ffffff}
.txtrouge {  font-family: verdana, Times New Roman, Times, sans serif; font-size: 11px; font-weight: none; color: #ff0000}
.txtnoirbold {  font-family: verdana, Times New Roman, Times, sans serif; font-size: 11px; font-weight: bold; color: #000000}
.txtblancbold {  font-family: verdana, Times New Roman, Times, sans serif; font-size: 11px; font-weight: bold; color: #ffffff}
.txtrougebold {  font-family: verdana, Times New Roman, Times, sans serif; font-size: 11px; font-weight: bold; color: #ff0000}
.txtgris {  font-family: verdana, Times New Roman, Times, sans serif; font-size: 11px; font-weight: none; color: #919192}
.txtgrisbold {  font-family: verdana, Times New Roman, Times, sans serif; font-size: 11px; font-weight: bold; color: #919192}


BODY {
	Background-color: #ffffff;
	MARGIN: 0 0 0 0;
	padding: 0;
	COLOR: #000000;
	font-family: verdana, Times New Roman, Times, sans serif;
	font-size: 11px;
}
