/* CSS Document pour le graphique de base des pages */

#menu-gauche-1 {
	height:80px;
	width:460px;
	padding: 0;
	margin:0;
	top:0px;
	left:0px;
	}

#conteneurmenu {
	width: 100%;
	margin:0;
	padding:0;
	}
	
#menu-gauche-2 {

	
	height:120px;
	width:460px;
	padding: 0;
	margin:0;
	top:0px;
	left:0px;
	color:#000000;
	}


a{
	color: #DD0005;
	text-decoration: underline;
	}
a:hover{
	color:#FF6A6F;
	text-decoration: underline;
	}
acronym {
	cursor:help;
	border-bottom:1px dotted #369;
	}

#titre-menu-1{
position:absolute;
width:250px;
top:0px;
}

#titre-menu-2 {
position:absolute;
width:250px;
top:80px;
}
	
	
#titre-menu-3 {
position:absolute;
width:250px;
top:180px;
}	
/* menu gauche CSS */

@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Mozilla et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}




.menu {
/* Il est important de laisser une largeur, au cas où le Javascript soit désactivé.
margin aussi */
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	text-align:right;
	width:460px;
	padding:0;
	padding-right:5px;
	margin:0;
}
.ssmenu {
	color:white;
	text-align:left;
	width:160px;
	padding:0;
	margin:0;
}

.menu {
	border:0;
	cursor: pointer;
	line-height: 20px;
	}
.ssmenu {
	
	}
.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 */

	margin:0;
	padding-left:2px;
	height: 18px;
	line-height: 18px;
	list-style-type:none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	color:#FFFFFF;
}


.menu a, .menu 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 */
	text-decoration:none;
	color:#fff;
	/*padding:0 0 0 15px;*/
	padding-right: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:0;
	margin-right:5px;
	width:100%;
	voice-family: "\"}\"";
	voice-family:inherit;
}



.ssmenu a, .ssmenu a:visited {
	text-indent:3px;
	background: #D6D0D0;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
	width: 100%;
	text-decoration: none;
}

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:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	color:#00CCFF;
	text-decoration:none;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus {
	background: #F0F0F0;
	color: #000000;
	text-decoration:none;
	}
	

