
* {
margin: 0;
padding: 0;
border: 0;
font-family: arial sans-serif;
font-style: normal;
text-decoration: none;
}

#navcontainer {
text-align: center;
}

#navlist{
color: white;
background: white;

  
padding: 0;
width: 10.8em;
font: normal 0.9em Verdana, sans-serif;

		}
		
#navlist li
		{
list-style: none;
margin: 0;

		}
		
#navlist a
		{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: white; /*couleur du texte*/
background: #1b78eb; /*couleur du fond*/
border-width: 0.02em;
border-style: solid;
border-color: #5bd #035 #068 #6cf; /*couleur des cellules*/
border-left: 1em solid #a0d7fe; /*onglets droits permanents*/
padding: 0.25em 0.5em 0.4em 0.75em;
font-weight: bold;
font-size: 1em;
font-style:normal;
text-align: center;

}
		
#navlist a#current { border-color: #d0b7ff #d0b7ff #d0b7ff #d0b7ff; } /*couleur onglet enfoncı*/
		
#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
		}
		
#navlist a
		{
			voice-family: "\"}\"";
			voice-family: inherit;
			width: 11.5em;
			/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
		}
		
#navcontainer>#navlist a
		{
			width: auto;
			/* only necessary if you use the hacks above for the Internet Explorer */
		}
		
#navlist a:hover, #navlist a#current:hover
		{
			background: #2f4acc;
			border-color: #0000a0 #0000a0 #0000a0 #0000a0; /*sous souris, couleur de l'onglet*/
			padding: 0.4em 0.35em 0.25em 0.9em;
		}
		
#navlist a:active, #navlist a#current:active
		{
			background: #17a;
			border-color: #069 #6cf #5bd white;
			padding: 0.4em 0.35em 0.25em 0.9em;
			
		}

