/* CSS Document */

body
{
   
   
   width: auto;
   height: auto;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-image: url("../image/bgdef.png");
   background-repeat:repeat-x;
}

/* L'en-tête */
#en_tete
{	
	width: 822px;
	height: 125px;
    margin-left: auto;
   	margin-right: auto;
   	margin-bottom: 10px;
}


/************************************************** Les menus déroulants **************************************************/

div#menu
{
	
	width: auto;
	height: 54px;
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	vertical-align:middle;
	
	z-index:100;
	
}


#corps2
{

   width:700px;
   height:auto; 

   margin-left: auto; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-right:auto;
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding-top:5px;
   padding-bottom:5px;	  
   color: black;
   
   background-image: url("../image/corpsbg.png");
   background-repeat: repeat-y; /* Une petite image de fond qui se répètera horizontalement en haut */
   
   z-index:50;
   
}

#corps3
{

   width:620px;
   height:auto; 	

   margin-left: auto; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-right:auto;
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding-top:2px;
   padding-left:3px;
   padding-bottom:5px;
  	  
  
   background-image: url("../image/corpsbgmin.png");
   background-repeat: repeat-y; /* Une petite image de fond qui se répètera horizontalement en haut */
}

img.png {
behavior: url(png.htc);
}



.text_right
{
/*margin-right:30px;*/
padding-right:30px;
}

.decalage_left
{
	float:left;
	margin-right:5px;
}

.decalage_right
{
	float:right;
	margin-left:5px;
}

div#footer
{
	position: relative;
	height: 100px;
	width: 700px;
	background-image:url(../"bgpied.png");
	
	
	margin: auto;
}

div#footer p
{
	
	text-align: center;
	color: black;	
	font-size: 12px;
	margin: 0px;
	cursor: default;
}

