body
{
   background-image:url("image/fond.jpg");
   background-repeat: repeat-x;
   background-attachment: fixed;
   margin: auto;
   width: 818px;
   margin-top: 10px; 
   margin-bottom: 20px;    
   background-color: #FFFFFF;
   border: 1px solid #000000;
   font-family: verdana;
}






#en_tete
{
   background-image:url("image/header.jpg");
   width: 818px;
   height: 250px;
   font-size: 0.7em;
}




#menu
{
   float: right;
   width: 300px;
   margin-top: 165px;
}




   




#corps
{
   padding-left: 20px;
   color: #000000;
   background-color: #ffffff;
}


.txt
{
   font-size: 0.7em;
   padding-left: 5px;
}



a 
{
   text-decoration: none;
   color: #ff6600;
}

a:hover
{
   color: #ff9900;
   text-decoration: underline;
}

a:active
{
   text-decoration: none;
   color: #ffcc00;
}

.présent
{
   margin: auto;
   width: 620px;
   border: 1px solid #000000;
   text-align: left;
   
}

.news
{
   width: 620px;
   border: 1px solid #000000;
   text-align: left;
   
}
.barre_news
{
   margin-left: -20px;
   
}

.titre
{
   height: 25px;
   padding-left: 5px;
   padding-top: 2px;
   color: #ffffff;
   font-size: 0.7em;
   background-color: #a0a0a0;
   background-image:url("image/barretitre.jpg");
}

.titre_news
{
   height: 25px;
   padding-left: 5px;
   padding-top: 2px;
   color: #ffffff;
   font-size: 0.7em;
   background-color: #a0a0a0;
   background-image:url("image/barrenews.jpg");
}

.date
{
   text-align: right;
   padding-right: 2px;
   font-size: 0.6em;
}

ul
{
   font-size: 0.7em;
}

#foot
{
   background-image:url("image/footer.jpg");
   width: 818px;
   height: 191px;
}


