#menu
{
	position : absolute; 
	top : 90px ; 
	left : 05px ;
	height:35px;
	width: 1480px;
/*	background:url(/design/images/button1.gif); /* Fond sous boutons (en background, le button1 se réplique automatiquement) */
	border-left:0px; 
	border-right:0px; 
    padding:0 0 0 140px; /* centrage de l'ensemble de boutons */
}

#menu_gauche
{
	position : absolute; 
	top : 10px ; 
	left : -050px ;
	height:35px;
	width: 1480px;
/*	background:url(/design/images/button1.gif); /* Fond sous boutons (en background, le button1 se réplique automatiquement) */
	border-left:0px; 
	border-right:0px; 
    padding:0 0 0 140px; /* centrage de l'ensemble de boutons */
}

#menu_gauche_bp
{
	position : absolute; 
	top : 43px; 
	left : 230px;
	font-style:italic;
/*	font-weight:bold; */
	width: 1350px;
/*	background:url(/design/images/button1.gif); /* Fond sous boutons (en background, le button1 se réplique automatiquement) */
	border-left:0px; 
	border-right:0px; 
    padding:0 0 0 140px; /* centrage de l'ensemble de boutons */
}

#menu_gauche_gest
{
	position : absolute; 
	top : 10px ; 
	left : 410px ;
	height:35px;
	width: 1100px;
/*	background:url(/design/images/button1.gif); /* Fond sous boutons (en background, le button1 se réplique automatiquement) */
	border-left:0px; 
	border-right:0px; 
    padding:0 0 0 140px; /* centrage de l'ensemble de boutons */
}

#menu_gauche_gest_plan
{
	position : absolute; 
	top : -30px ; 
	left : 000px ;
	height:35px;
	width: 1100px;
/*	background:url(/design/images/button1.gif); /* Fond sous boutons (en background, le button1 se réplique automatiquement) */
	border-left:0px; 
	border-right:0px; 
    padding:0 0 0 140px; /* centrage de l'ensemble de boutons */
}

#menu_gauche_legal
{
	position : absolute; 
	top : 10px ; 
	left : 250px ;
	height:35px;
	width: 1000px;
/*	background:url(/design/images/button1.gif); /* Fond sous boutons (en background, le button1 se réplique automatiquement) */
	border-left:0px; 
	border-right:0px; 
    padding:0 0 0 140px; /* centrage de l'ensemble de boutons */
}

#menu_gauche_adm
{
	position : absolute; 
	top : -10px ; 
	left : -155px;
	height:35px;
	width: 1600px;
/*	background:url(/design/images/button1.gif); /* Fond sous boutons (en background, le button1 se réplique automatiquement) */
	border-left:0px; 
	border-right:0px; 
    padding:0 0 0 140px; /* centrage de l'ensemble de boutons */
}

#menu a:hover /* changement couleur quand survol */
{
	color:#FF0000; 
}
 /*
#menu a:active /* changement couleur quand sélectionné 
{
	color:green;
	text-decoration:underline;
}
*/
/*
#menu a:visited
{
	color:green;
}
*/

#menu a
{
    width:100px; /* largeur du bouton de la barre de menu : comme "#menu li" -->  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-size:18px; /* taille police sur boutons */
	color: teal;
/*	font-weight:bold; */
    display:block;
	padding:0 0 0 16;
}

#menu li
{
    width:100px; /* largeurs texte des boutons menu ppal : comme "#menu a" -->  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;
    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 #opened_li a {
 font-size:20px;
 color: navy;
 text-decoration:none;
}
/*
#menu #evenement_li a {
 font-size:20px;
 color: navy;
 font-style: italic;
 text-decoration:none;
}
*/
