body
{
   background-image: url("ressources/Fond.png");
   background-attachment: fixed;
   background-repeat: repeat;
   background-position: center;

   /*width: 780px;*/
   margin: auto; /* Pour centrer notre page */
  /* margin-top: 5px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 5px;    /* Idem pour le bas du navigateur */
   /*margin-right: 5px;
   margin-left: 5px;*/
   
   font-family: Verdana, Arial;
   color:black;
 }

 #en_tete
{
  /*width: 1400px*/;
   height: 120px;
   /*margin:0;padding:0;*/
   /*width: 80em;
   height: 10em;*/
   background-image: url("ressources/ban20002.jpg");
   background-repeat: no-repeat;
   background-position: top center;
   /*overflow:hidden;*/
   margin:auto;  
   margin-bottom: 10px;

   
}

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 140px; /* Très important : donner une taille au menu */
   height: 260px;
   padding: 8px;
   text-align: center;
   /*text-align: left;*/
   /*background-color: #EECCEE;*/
   background-image: url("ressources/menu-fond.png");
   /*background-attachment: fixed;*/
   background-repeat: no-repeat;
   background-position: top center;
   margin: 5px;
   padding-left: 10px;
   padding-right: 5px;
   filter:alpha(opacity=80); opacity:0.8;
}

.flottantgauche
{
   float: left; /* Le menu flottera à gauche */
}

.element_menu
{
   /*background-color: #E062D0;
   /*background-image: url("images/motif.png");*/
   /*background-repeat: repeat-x;*/
   
   /*border: 2px solid black;*/
   
   margin-bottom: 10px; /* Pour éviter que les éléments du menu ne soient trop collés */
   margin-top: 10px;
}
.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: #430043;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   color: #200020;
   font-weight: bold;
}

.element_menu:hover /* Quand on pointe sur un lien du menu */
{
   margin-left: 5px;
}

.elem_galerie
{
margin:auto;
text-align:center;
vertical-align: middle;
}


.elem_galerie img
{
vertical-align: middle;
}

#elem_galerie_cont
{
margin:auto;
text-align:center;
vertical-align: middle;
}


#elem_galerie_cont img
{
vertical-align: middle;
}

#corps
{
background-color: white;

margin:auto;
   margin-left: 160px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   /*margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   /*margin-top: 10px;*/
   padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   margin-right: 160px;
   margin-top: 19px;
   height:100%;
   
  /* background-image: url("ressources/fond_corps.png");
      /*background-attachment: fixed;*/
   background-repeat: no-repeat;
   background-position: top center;
   /*height: 600px;
   width: 778px;
   /*color: #BB00BB;
   /*background-color: #FFEEFF;/* Une couleur de fond pour le corps */*/
 /*background-color:rgba(255, 0, 0, 0.5)   */
   
filter:alpha(opacity=80); opacity:0.8;
  /*border-right: 2px solid black;border-left: 2px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
  border: 2px solid grey;
  text-align: justify;
}

#corps a, #menu a
{
text-decoration:none;
color:black;
}
#corps a:hover, #menu a:hover
{
color:grey;
}

.lighttitle
{
  font-weight: bold;
}

.strongtitle
{
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  font-style: underline;
}

.bio
{
text-indent: 40px;
padding : 15px;
}

.montexte
{
width: 400px;
height: 400px;
float: left;
margin-left: 50px;
margin-top: 10px;
}

.monimage
{
background-image: url("test2.png");
   background-repeat: no-repeat;
width: 400px;
height: 400px;
 padding-left: 400px;
 margin-left: 400px;
}

#pied_de_page
{
   padding: 1px;
   clear: both;
   margin-bottom:0;

   text-align: center;

   /*color: #BB00BB;
   background-color: #FFEEFF;
   
   /*border: 2px solid black;*/
}

.MonTitre
{
background-image: url("ban.png");
color: black;
font-family: Verdana, Arial;
width: /*32%*/100px;
height: 100px;
margin: auto
}

#pied_de_page a
{
text-decoration: none;
color: white;
	/*content: url("touche.png");*/
}

#pied_de_page a:hover
{
color:black;
/*content: url("touchepressee.png");*/
}

.cit
{
margin-left: 150px;
}

