body
{
   width: 960px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 10px;
   background-color: #E9E8E6; /* Couleur du fond */
   background-image: url("ImageSite/BodyOmbre.png");
   background-repeat: no-repeat;
   background-position:top center;


}

/* L'en-tte */
#en_tete
{
   width: 960px;
   height: 40px;
   margin-bottom: 15px;
}

#en_tete h1
{
   height: 42px;
   padding-top: 5px;
   font-family: Verdana, Arial, "Times New Roman", Times, serif;
   font-style: italic;
   background-image: url("ImageSite/Multi.jpg"); /* Ma Multi sur h1 */
   background-repeat: no-repeat; /* L'image ne se rpte pas,  gauche du titre */
   padding-left: 100px; /* Titre  70px*/
   color: #2E2F42; /* Couleur du Titre */
   text-align: left; /* Position du Titre */
}


/* Le menu */

#menu
{

   float: left;
   width: 424px;
   height: 584px;
   background-image: url("ImageSite/Bibliotheque.jpg");
   background-repeat: no-repeat;

}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

.menu_a
{
   margin-top: 40px;
   margin-left: 122px;
   width: 300px;
   height: 84px;
   border-style: none;
}

.ombre
{
margin-bottom: -20px;
margin-left: -35px;
}

.boite
{
margin-left: -6px;
}

.tim
{
margin-left: -80px;
margin-bottom: 80px;
}

.cdx
{
   padding-left: 20px;
}



.menu_b
{
   margin-top: 117px;
   margin-left: 118px;
   width: 300px;
   height: 84px;
   border-style: none;
}

.menu_c
{
   margin-top: 170px;
   margin-left: 250px;
   width: 300px;
   height: 84px;
   border-style: none;
}

.chevalet
{
   padding-left: 20px;
}


/* Le corps de la page */
#corps
{
   margin-top: 0px;
   margin-left: 430px;
   width: 510px;
   height: 584px;
   padding: 0px;
   padding-bottom: 0px;
}

#corps h2
{
   padding-top: 5px;
   height: 10px;
   font-family: Verdana, Arial, "Comic Sans MS", "Times New Roman", Times, serif;
   font-size: 22px;
   padding-left: 15px;
   color: #2E2F42; /* Couleur du Titre */
   text-align: left; /* Position du Titre */
   padding-bottom: 10px; /* marge basse */
}

#corps h4
{
   height: 30px;
   background-image: url("ImageSite/FichierFM.png");
   background-repeat: no-repeat;
   margin-left: 15px; /* marge photo */
   font-family: Verdana, Arial, "Comic Sans MS", "Times New Roman", Times, serif;
   font-size: 14px;
   font-style: none;
   font-weight:lighter;
   text-decoration:none;
   line-height: 35px;
   padding-left: 30px; /* marge nom fichier */
   color: #2E2F42; /* Couleur du Titre */
   text-align: left; /* Position du Titre */
}

#corps f
{
   height: 30px;
   padding-left: 15px;
   font-family: Verdana, Arial, "Times New Roman", Times, serif;
   text-indent: 30px;
   font-size: 12px;
   font-style: none;
   font-weight:lighter;
   text-decoration:none;
   color: #2E2F42;
   text-align: left;
   overflow: auto;

}

#corps p
{
   height: 230px;
   padding-left: 15px;
   font-family: Verdana, Arial, "Times New Roman", Times, serif;
   text-indent: 30px;
   font-size: 12px;
   font-style: none;
   font-weight:lighter;
   text-decoration:none;
   color: #2E2F42;
   text-align: left;
   overflow: auto;

}

.photo
{
   padding-left : 45px;
   height: 240px;
}


/* Le pied de page */
#pied_de_page
{
   font-family: Verdana, Arial, "Times New Roman", Times, serif;
   font-size: 10px;
   font-style: none;
   font-weight:lighter;
   line-height: 0px;
   text-align: right;
   color: #2E2F42;
}

