/* CSS Document */

body
{
   width: 900px;
   margin: auto; 
   margin-top: 20px; 
   margin-bottom: 20px;   
   background-image: url(back2.jpg) ; 
     background-repeat: repeat;
	 
	 
}



#en_tete
{
   width: 900px;
   height: 300px;
   background-image:url(bann.jpg);
   background-repeat:no-repeat;
  
  
 
   margin-bottom: 10px;
}



#menu
{
   float: left; 
   width: 120px; 
   margin-top: 10px;
   
   
}

#cadre
{
border : 2px solid #000000;
}




#corps
{
   margin-left: 160px; 
   margin-bottom: 20px; 
   padding: 13px; 
   
   color: #B3B3B3;
   background-color: #FFFFFF;
     color:#666666;
   font-size:14px;
   font-style:normal;
   font-family:"Times New Roman", Times, serif;
       
   border: 4px solid #D25D28; 
}

#date
{
color:#CCA9CD;
font-size:11px;
font-style:normal;
font-family:Arial;
}

#ssdate
{
color:#666666;
font-size: 12px;
font-style: italic;
font-family:Arial, Helvetica, sans-serif;
}

#lien
{
color:#333333;
text-shadow:#333333;
}

#news
{
color:#990033;
font-style:inherit;
}

#titre
{
color:#660066;
}

a:link {
	color:#333333
}
a:visited {
	color:#999999;
}



#pied_de_page
{
   padding: 5px;
   clear: both;
   widht: 800px;
   height: 50px;
   font-size:10px;

   text-align: center;

   color:#333333;
   background-color: none;
  
  
}

