body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
}

h3.alerte {
margin: 0px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: red;
}

#texteGris {color: gray;}
#texteNoir {color: #000000;}
#texteMenuGris {
color: gray; 
font-size: 11px;
font-weight: bold;
text-decoration: none;}
#texteMenuNoir {
color: black; 
font-size: 11px;
font-weight: bold;
text-decoration: none;}

#titre {
position: absolute;
color: black;
left: 20px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 26px;
font-weight: bold;
text-decoration: none;
}

#titre a {
color: black;
text-decoration: none;
}

/* CHOIX DE LANGUE */
#langues
{
position: absolute;
top: 40px;
left: 817px;
width: 90px;
height: 10px;
padding: 0; 
margin: 0 auto; 
}

#nations
{width: 100%;
padding: 0; 
margin-top: 1px; 
margin-left: 1px;
margin-right: 1px;
margin-bottom: 1px;
list-style-type: none; }

#nations a
{display: block;
text-align: center; 
padding: 0px 2px; 
text-decoration: none; 
color: black;
float: left; 
border: 1px solid #FFFFFF;
font-size: 11px;
font-weight: bold;}

#nations a:hover
{color: gray; }

#nations li
{float: left;
}

/* MENU HORIZONTAL */
#boiteMenu
{
position: absolute;
top: 60px;
left: 20px;
width: 877px;
height: 35px;
padding: 0; 
margin: 0 auto; 
border: 1px solid gray; }

#menu
{/*width: 100%;
padding: 0; 
margin-top: 5px; 
margin-left: 1px;
margin-right: 1px;
margin-bottom: 1px;
display: inline;
list-style-type: none;*/ }

#menu a
{/*display: block;*/
/*width: 100px;*/
/*text-align: center; 
padding: 4px 28px;  
float: left; 
border: 1px solid #FFFFFF;*/
color: black;
font-size: 14px;
font-weight: bold;
text-decoration: none;}

#menu a:hover
{color: gray; }

#lien a
{
color: black;
font-size: 12px;
font-weight: bold;
text-decoration: none;}

#lien a:hover
{color: gray; }

#lien li
{float: left;
/*width: 100px;*/
/*
border: 1px solid gray; 
border-right-color: #FFFFFF;*/}

a:link {
	text-decoration : none;
	color: #000000;
}

a:visited {
	text-decoration : none;
	color : #000000;
}

a:hover {
	text-decoration : none;
	/*color : #FFBF00;*/
	color : gray;
}