body
{
   width: 800px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 2px;    
   background-color: #0B2777;
}

/* L'en-tête est un menu*/

#menu{
border-bottom: 2px solid black;
padding-top: 5px;
width: 800px;
height: 70px;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
text-align: center;
font-size: 18px;
font-family: comic sans ms,serif;
text-decoration: none;
z-index: 20;
background-image: url("../images/menu.jpg");
}

  .element_menu{ background-repeat: repeat-x;
    background-color: rgb(99, 164, 99);
	background-image: url("../images/menu.jpg");
    }

  .element_menu a { display: block;
    height: 72px;
    width: 130px;
    color: white;
    padding-top: 20px;
	font-weight: bold;
    font-size: 18px;
    font-family: comic sans ms,serif;
    text-decoration: none;
    text-align: center;
    }

#bandeau
{
   width: 800px;
   height: 28px;
   margin-top: 0px;
   background-image: url("../images/bordereau.jpg"); 
   background-repeat: no-repeat;
}

/* Le corps de la page different selon image de fond */
/* Le corps de la page index */
#corpsind {
   z-index: 20;
   margin-bottom: 2px;
   padding-top: 5px;
   padding-left: 30px;
   height: 500px;
   background-image: url("../images/fond2.jpg");
   font-family: comic sans ms;
    background-repeat: repeat-x;
   color: #0E2E7D;
font-size: 18px;
font-weight: normal;
}

/* Le corps de la page biographie */
#corpsbio{
   z-index: 20;
   margin-bottom: 2px;
   padding-top: 5px;
   padding-left: 30px;
   height: 500px;
   background-image: url("../images/fond2.jpg");
   font-family: comic sans ms;
    background-repeat: repeat-x;
   color: #0E2E7D;
font-size: 14px;
font-weight: bold;
}	

/* Le corps de la page galerie */
	#corpsga{
   z-index: 20;
   margin-bottom: 2px;
   padding-top: 5px;
   padding-left: 30px;
   height: 500px;
   background-image: url("../images/fond2.jpg");
   font-family: comic sans ms;
    background-repeat: repeat-x;
   color: #0E2E7D;
font-size: 14px;
}	
  
/* Le corps de la page commander */
#corpsco{
   z-index: 20;
   margin-bottom: 2px;
   padding-top: 5px;
   padding-left: 30px;
   height: 500px;
   background-image: url("../images/fond-algues2.jpg");
   background-repeat: repeat-x;
   font-family: comic sans ms;
   font-weight: bold;
   color: #0E2E7D;
font-size: 14px;
}

/* Le pied de page un copyright à gauche version site et validation à droite  */
#pied_de_page
{
  width: 800px;
   height: 15px;
   font-size: 11px;
   text-align: right;
   color: #B3B3B3;
   background-repeat: repeat-x;
   padding-top: 0px;
}

   .element_pied b{ display: block;
    height: 15px;
    width: 400px;
	text-align: left;
    }
	.element_pied c{ display: block;
    height: 15px;
    width: 400px;	
    text-align: right;
    }