/*
Design d'exemple du Site du Zér0

*/

body
{
   width: 760px;

   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
     /*background-image: url("../bedoc/flag_occitan5.GIF");*/
	 /*background-color:rgb(216,239,124);*/
	  background-color:rgb(255,255,224);
background-attachment: fixed;
}

/* L'en-tête */

#en_tete
{
  height: 25px;
margin-bottom: 20px;
   padding-bottom: 12px;
   background-image: url("../lexic/xorg.png");
 /*background-color:rgb(216,239,124);*/


  
 
   
   border: 1px solid black;

 

   color: black;
 
 
 
   

text-align: center; /* Pour centrer le titre */
    font-size: 30px;  /* Titres de xx pixels */
      font-family: "Forte","Comic Sans MS","Arial Black","Times new roman", Arial, serif; /* On essaie d'avoir le 1 en priorité */
	   

}




/* Le corps de la page */

#corps
{

  /* margin-left: 140px;*/
   margin-bottom: 20px;
   padding: 20px;

     background-color:rgb(255,255,224)
	 /*rgb(255,255,200);*/
   /*background-color:rgb(255,255,225);*/

     text-align: left;  text-align: justify;
 font-family: "Comic Sans MS","Times New Roman", Arial, "Arial Black", Times, serif;
   /*border: 1px solid black;*/
   border: none;
}


#corps h4
{
  
   text-align: center;
 
}  
   #corps h5
{
  height: 20px;
   /*text-align: center;*/
 font-size: 12px;  /* texte de xx pixels */
      font-family: "Comic Sans MS","Times new roman","Arial Black", Arial, serif;
	  /*padding-left: 30px;*/
}

#corps ul

a
{
   font-family: "Comic Sans MS","Times New Roman", Arial, "Arial Black", Times, serif;
   color: black ;
    text-decoration: none; /* Les liens ne seront plus soulignés */
	text-align: center;
}

a:hover
{ background-color:rgb(249,182,57);
  
  
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
