 body
{width: 760px;
   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: #333333;
text-align: center;
}


#main
{
width: 760px;
margin:0 auto;
text-align:left;
margin-left: auto;
margin-right: auto;




}


#entete
{  width: 760px;
   margin: auto; 
   height: 100px;
   background-image: url("km.jpg");
   border: black solid 2px;
   margin-bottom: 10px;
    background-repeat: no-repeat;
	background-color: #13100d;
	font-weight: bold;
	text-align: center;
}
.textentete
{margin-left: 400px;
color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-weight: bold;
  margin-top: 30px;
  font-size: 30px;}




#menu
{width: 760px;
   height: px;
  border: 2px solid black;
   margin-bottom: 10px;
   background-color: #4C443D;
   font-weight: bold;

}

.tt
{ 
color: rgb(169,169,169);
font-weight: bold;
}

#menu a:hover
{
background-color: #B3B3B3;
color: black;  
}

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

#menu h1
{ 
color: #B3B3B3;
}




#corps2
{

margin: auto;
margin-bottom: 20px;
}

#corps2 a
{color: gray;
text-decoration: none;
}
#corps2 a:hover
{
color: white;
}








#piedpage
{ 
 width: 760px;
padding: 5px;
text-align: center;
color: #B3B3B3;
background-color: #626262;
background-image: url("images/motif.png");
background-repeat: repeat-x;
background-color: #4C443D;   
border: 2px solid black;
}

#piedpage a
{
color: gray;
text-decoration: none;
}

#piedpage a:hover
{
font-weight: bold;
color: gray;
}

