body

{
   width: 980px;
   height:900px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 20px;    
   background-image: url("images/fond.jpg");
   background-repeat:repeat-x;
   background-color:#C6E6FB;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* L'en-tête */

#en_tete
{
   width: 980px;
   height: 199px;
   background-image: url("images/header.gif");
   background-repeat: no-repeat;
   margin-bottom: 0px;
   }
.fond_large {
	overflow: hidden;} 

#en_tete2
{
   width: 980px;
   height: 51px;
   background-image: url("images/header2.gif");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}
/* Le menu */

#menu
{
   float:left;    
   width: 193px;
   height: 585px;
   background-image: url("images/contenu_left.gif"); float: left;
}
.element_menu ul 
{
      padding-left: 50px; 
   padding-top: 5px;
   line-height: 25px;
}
.element_menu h3
{
   font-family:"Times New Roman", Times, serif;
   font-size: 18px;
}
.element_menu h8
{
	color:#0033cc;
	font-family: Georgia;
	font-size: 10px;
		}
.element_menu a 
{
   color: #0033cc;
}
.element_menu a:hover 
{
   color: #B70000;
}

/* Le corps de la page */


#header {
	}

#header_left{
background-color:#F4F9FF;}
	
	

#header_right{
	background-image: url(images/contenu_right.jpg);
	background-repeat: no-repeat;
	
	
	
}
	
#pied_de_page
{

   	padding-top: 5px;
  	padding-bottom:10px;
   	font:MS Sans Serif;
	text-align: center;
	background:#C6E6FB;
	color:#666666;
	font:MS Sans Serif;
	text-align: center;
		
	}



