/* CSS Document */
 #navlist
 {
	margin: 0;
 margin-top:0px;
 margin-left:0px;
  padding-left: 0;
/*padding: 0 0 20px 10px;*/ /*espace intérieur*/

/* width: 930px;
 \width: 930px;
 w\idth: 930px;*/
 font: bold 11px verdana,helvetica,arial,sans-serif;
  }

 #navlist ul, #navlist li
 {
 margin: 10;
 padding: 0;
 display: inline;
 list-style-type: none;
 }
 

 #navlist a:link, #navlist a:visited 
 {
 line-height: 22px;
 
 font-weight: bold;
 margin: 0 0px 4px 3px; /*séparation des boutons*/
 text-decoration: none;
border-bottom: 4px solid #E30039; /*couleur barre */
 padding-top:1px;
 padding-left:2px;
 padding-right:2px;
 padding-bottom:2px;
/* background: transparent;
*/ background:#FFFFFF;
 color: #666666;  /*texte*/
  }
 
/* #navlist a:link#current, #navlist a:visited#current, #navlist a:current
*/ #navlist a:hover,  #navlist a:grise
 {
 border-bottom: 4px solid #666666; /*couleur barre survol*/
 padding-bottom: 2px;
 background:#F0F0F0;
 color: #000000;  
 }
 body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

