body
{
width: 1000px;
margin:auto;
font-family: arial, serif;
font-size:0.9em;
text-align: justify;
background-color:#8a8a8a;
}

#menu
{
width: 1000px;
height: 300px;

}

.floatleft
{
float: left;
}
.floatright
{
float: right;
}
.titre
{
padding-top : 200px;
}

img
{
border:none;
vertical-align: middle; 
}

h2
{
color :#c0c0c0; 
font-size:110%;
font-weight: normal;
background-image : url(../images/h2.jpg);
background-repeat : no-repeat;
background-position:right bottom;
padding-bottom : 2px;
}



#conteneur
{
clear: both;
width: 1000px;
text-align: justify;
}

#piedpage
{
width: 1000px;
margin-top: 20px;
margin-left:-30px;
text-align: center;
font-size:0.8em;
}



#conteneur a{
color : #000000;
text-decoration : none;
}
#conteneur a:hover
{
color: #686868;
}
input:focus, textarea:focus/* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
background-color: #d6d8cd;/* kaki clair*/
}

.centre{
text-align: center;
} 

.italic
{
font-style:italic;
}

#pieddivider
{
height: 20px;
background-image : url(../images/trait.png);
background-repeat : no-repeat;
clear:both;
}
  .lien  /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
 width: 1000px;  
}


  .textelien 
{
text-align: left;
padding-left :4px;
border: 1px solid #686868; 
}


 .imagelien
{
width: 80px;
height : 50px;
text-align: center;
padding :0;
border: 1px solid #686868; 

}

