@charset "iso-8859-1";
body
{
   background-color:#ffffff;
   background-image: url("fond.jpg");
   background-position: top;
   background-repeat: repeat-x;
   
   width: 980px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 10px;

   
}

a
{
   text-decoration: none;
   color: rgb(107, 27, 27);
}

a:hover 
{
   color: rgb(183, 116, 116);
}

a:visited 
{
   text-decoration: none;
}

#tete
{
   width: 980px;
   height: 200px;
   background-repeat: no-repeat;
   margin-bottom: 5px;
}

#bandeau
{
   width: 980px;
   height: 60px;
   margin-bottom: 5px;
}

#menug
{
   float: left;
   width: 140px;
}



#menud
{
   margin-right: -2px;
   float: right;
   width: 140px;
}

.part
{
   padding-top: 2px;
   padding-bottom: 2px;
   color: rgb(107, 27, 27);
   font-size: 10px;
   font-family: Verdana;
   background-color: rgb(255, 255, 255);
   background-repeat: repeat-x;
   border: 1px solid black;
   margin-bottom: 28px;
   
}

#anime
{
   text-align: center;
   margin-left: 145px;
   width: 683px;
   height: 25px;
   color: #CC0000;
   font-size: 19px;
   font-family: Verdana;
   background-color: rgb(255, 255, 255);
   background-repeat: no-repeat;
   border: 1px solid black;
   border-color: black ;
   margin-bottom: 5px;
}

#corps
{
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 3px;
   padding-bottom: 3px;
   color: rgb(107, 27, 27);
   font-size: 10px;
   font-family: Verdana;
   margin-left: 145px;
   margin-bottom: 28px;
   width: 677px;
   background-color: rgb(255, 255, 255);
   background-repeat: repeat-x;
   border: 1px solid black;
   min-height: 300px;
}

#bas
{
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 3px;
   padding-bottom: 3px;
   text-align: center;
   color: #999999;
   font-family: Verdana;
   font-size: 10px;
   width: 974px;
   background-color: rgb(255, 255, 255);
   background-repeat: no-repeat;
   border: 1px solid;
   border-color: rgb(0, 0, 0);
   position: relative;
   bottom: 10px;
}
