/***** menu CSS *****/
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
@media print {	.menu, .ssmenu {visibility:hidden;}}

.menu, .ssmenu	{
	background: url(fondsite/menustd.png) #c0c0c0;
	color:#999999;
	font-size:15px;
	font-weight:bold;
	font-family:"Comic Sans MS", "MS Sans Serif", "sans-serif", Verdana, Arial;
	border:1px solid #808080;
	padding:0px;
/* width et margin sont au cas où le javascript est désactivé. */
	width:15em;
	margin:1em;
	height:100%
}
/*.menu {
	border-left:0px;
	border-right:0px;
}*/

/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu, .ssmenu { 	text-align:center;}

/* .ssmenu = Les parties "déroulantes" qui s'affiche au survol d'un .menu */
.ssmenu { 	font-size:14px;    }

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	background: url(fondsite/menustd.png) #c0c0c0c;
	color:#999999;
	text-decoration:none;
/* 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;
	width:100%;
	height:100%
}

.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(fondsite/menuinv.png) #ffffbb;
	color:#808080;
	text-decoration:none;
}

#menudroite  {
	background: url(fondsite/menudroite.png) #ffffff;
	/*border:1px solid #888888;
	border-left:0px;  */
	padding:0px;
	height:100%	
}
#menugauche {
	background: url(fondsite/menugauche.png) #ffffff;
	/*border:1px solid #888888;
	border-right:0px;*/
	padding:0px;
	height:100%
} 

