<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu
{
position : absolute; 
	top : 120px ; 
	left : 0px ;
	height:35px;
	width: 900px;
	background:url(/design/images/button1.gif); /* Fond sous boutons (en background, le button1 se réplique automatiquement) */
	border-left:1px solid #333; 
	border-right:1px solid #333; 
	z-index:100;
}
    
#menu a
{
    width:100px; /* largeur du bouton de la barre de menu : comme "#menu li" --&gt;  width: nnn px; Attention  : elle est
					non opérante sous IE et elle est ajustée aux différentes longueurs de texte dans menu.php */ 
	height:35px; 
	line-height:35px;	
	color:#F9F9F9; /* couleur police boutons menu ppal */
	text-align:center;
	text-decoration:none;
	font-family:arial,verdana,sans-serif;
/*	font-weight:bold; */
	font-size:11px; /* taille police sur boutons */
    display:block;
    padding:0 0 0 0px;
    margin:0px;
}

#menu li
{
    width:100px; /* largeurs texte des boutons menu ppal : comme "#menu a" --&gt;  width:nnn px; 
				Attention  : elle est non opérante sous IE et elle est ajustée aux différentes longueurs de texte dans menu.php */ 
    list-style:none;
    height:auto;
    display:inline;
	/* display:block; */
    float:left; /* cadrage gauche éléments menu ppal */
    margin:0 0 0 0px; /* cadrage texte boutons menu ppal et liste déroulante */ 
    padding:0;
}

#menu li li        /* largeurs texte fond menus déroulants; */
{
	width:175px;
    display:block;
    float:none;
	background-color:#333333;  /* couleur fond menus deroulants */
/*	background-color:green; /* couleur fond menus deroulants */
	text-align:left;
	padding-left:4px;
}

#menu ul
{
	list-style:none; 
	padding:0;
	margin:0;
}

#menu ul ul 
{
    position:absolute;
    display:block;
    /* width:180px; sais pas à quoi ça sert 07/09/09 */
    margin:1px 0 0 10px; /* décale fond menus déroulants sous boutons */
	visibility:hidden;
	/* padding:20; sais pas à quoi ça sert 07/09/09 */
	font-size:0; /*corrige bug ie*/
}

#menu li li a
{
	text-align:left;
	padding:0px;
	height:20px; /* hauteur de chaque ligne du menu déroulant */
	line-height:20px; /* espace en haut de menu déroulant */
	color:#DDD; /* couleur police menu deroulant */
	font-size:12px;;
	}

#menu li li a:hover, #menu li li a:focus
{
	background: none;
/*	color:#53BCFF; /* couleur survol police menu deroulant */
	color:yellow; /* couleur survol police menu deroulant */
}

#menu_droit_commune li
{
	float:right; /* positionne "Accueil" à droite */
	width:250px; 
	margin:0 0 0 0;
}

#menu_droit_commune a
{
	width:50px;
}

#menu_droit_comcom li
{
	float:right; /* positionne "Accueil" à droite */
	width:150px; 
	margin:0 0 0 0;
}

#menu_droit_comcom a
{
	width:150px;
}

#menu /* a */  b
{
	display:block;
	padding:0 16px 0 8px;
}

#menu a .fleche 
{
	background: url(/design/images/fleche.gif) no-repeat right;
}

#menu a:hover, #menu a:focus /* dessine partie gauche du bouton quand survol */
{
	background: url(/design/images/button2.gif);
	color:#53BCFF; 
}


#menu a:hover b, .menu a:focus b /* dessine partie droite du bouton quand survol */
{
	background: url(/design/images/button2.gif) no-repeat right top;
}

/* sais pas à quoi ça sert 07/09/09
a.linkOver
{
	background: url(/design/images/button2.gif);
	color:#53BCFF;
}
*/

/* sais pas à quoi ça sert 07/09/09

a.linkOver b
{
	background: url(/design/images/button2.gif) no-repeat right top;
}
*/</pre></body></html>