body
{
   width: 1000px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-COLOR: #000000; 
}

#en_tete
{
   width: 800px;
   height: 441px;
   
   margin-bottom: 10px;
}
#en_tete a
{
	color: black
	}

#pied_de_page
{
   padding: 5px;
   clear: both;

   text-align:center;

   color: #B3B3B3;
 margin-top: 5px;
   border: 2px solid black;
   font-family: "Segoe Print", Arial, "Arial Black", "Times New Roman", Times, serif;
   
}
#compteur
{
	text-align:center;
}
.menu
{
	display: inline;
	padding-left: 44px;
	color: white;
	 font-family: "Segoe Print", Arial, "Arial Black", "Times New Roman", Times, serif;
	 
}
.menu2
{
	display: inline;
	padding-left: 85px;
	color: white;
	 font-family: "Segoe Print", Arial, "Arial Black", "Times New Roman", Times, serif;
	 
}
.menu1
{
	display: inline;
	
	color: white;
	 font-family: "Segoe Print", Arial, "Arial Black", "Times New Roman", Times, serif;
	}
.presentation
{
font-family: "Segoe Print", Arial, "Arial Black", "Times New Roman", Times, serif;
	color: white;
	font-size: 12px;

	}
	.tabulation
{
	text-indent: 30px;
}	
.menu a
{
	color: white;
	text-decoration: none;
	}
.menu a:hover
{
	color: red;
	text-decoration: none;
	}
	.menu2 a
{
	color: white;
	text-decoration: none;
	}
.menu2 a:hover
{
	color: red;
	text-decoration: none;
	}

a
{
	color:red;
	
	}
.lien2
{ text-decoration: blink; 

}
	 img { border : none; }
.version
{
	padding-left : 80px;
	 }
#version
{
		margin-left: 50px;
		}
.construction
{

	color: red;
	}
#fancybox
{
		text-decoration: none;
		color: red;
		font-family: "Segoe Print", Arial, "Arial Black", "Times New Roman", Times, serif;
	}
p
{
color: white;
}		
		

/*.menu_haut
{
		margin-left: 115px;
		}*/

	 
	 
	 
	 
/* Menu format vertical
#Nav {
	width: 100px;
	padding: 0;
	list-style: none;
}

#Nav li {
	background: #ddd;
	margin: 1px;	
	height: 20px;
}

.Menu {
	padding: 0;		
	margin-top: -18px;
	margin-left: 98px;
	width: 202px;
	list-style: none;
	display: none;	
}

.Menu li {
	height: 20px;
	width: 200px;	
}
*/

#Nav {

position:absolute;
z-index: 100;
padding: 0;
margin: 0;
list-style: none;
margin-left: 10px;

}

#Nav li {
width: 150px;
background: none;
font-family: "Segoe Print", Arial, "Arial Black", "Times New Roman", Times, serif;
	color: white;
	font-size: 15px;
margin: 0px 0 0 0px;
float: left;

}

#Nav li:hover{
color: red;
}

#Nav li a {
display: block;
background-color: black;
color: white;
font-family: "Segoe Print", Arial, "Arial Black", "Times New Roman", Times, serif;
	
	font-size: 15px;
text-decoration: none;	
margin: 0; padding: 3px;
}
#Nav li a:hover,#Nav li a:active {

background-color: black;
font-family: "Segoe Print", Arial, "Arial Black", "Times New Roman", Times, serif;

	font-size: 15px;
color: red;
text-decoration: none;	
margin: 0; padding: 3px;
}
.Menu {
padding: 0;
margin: 0;
list-style: none;
display: none;
}