﻿
/* ***** MENU.CSS ****** */

.menu {
/* Il est important de laisser une largeur et une marge, au cas o le Javascript
   soit dsactiv. */
background:url(../img/menu/fond.jpg) scroll repeat-x;
width:957px;
FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#cbc8e7,strength=3);
color:black;
font-size:10px;
/* border:1px solid #9F7F85; */
padding:0;
margin:0;
}

.menu_ext {
/* Il est important de laisser une largeur et une marge, au cas o le Javascript
   soit dsactiv. */
background:url(../img/menu/fond.jpg) scroll repeat-x;
width:957px;
FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#cbc8e7,strength=3);
color:#999991;
/* border:1px solid #9F7F85; */
padding:0;
margin:0;
}
/*.menu_ext {
width:957px;
padding:0;
margin:0;
}*/

.ssmenu{
	/* Il est important de laisser une largeur et une marge, au cas o le Javascript
   soit dsactiv. */
background:#F6F6F2 scroll repeat-x;
width:957px;
FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#cbc8e7,strength=3);
color:black;
font-size:10px;
/* border:1px solid #9F7F85; */
padding:0px;
margin:0;
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity:0.9;
}

.menu span, .ssmenu span {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthse 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;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu 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:black;
/* modifie par JM de 4 4 3 3  0 4 0 3 */
padding:0;
/* 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;
width:100%;
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 {
border:0px solid #316BC6;
background-color:#D9D7C0;
color:black;
padding:0;
font-weight: bold;
}

.menu img, .ssmenu img {
/* pour le look XP, il faut mettre des icnes de 16x16 pixels, on prvoit une marge*/
margin-right:8px;
}

.ssmenu img.hr {
margin-top:1px;
margin-bottom:1px;
margin-left:0;
margin-right:0;
width:100%;
height:1px;
display:block;
}

