body
{
  background-color:#FF9933; /* couleur de fond de la page */
}

#cadre
{
   /* background-image: url("images/oc.png"); */
   background-repeat: no-repeat;
   background-:center;
   width: 800px;
   margin: auto; /* page centrée */
   margin-top: 5px;
   margin-bottom: 5px; 
   background-color: #FFFF99; /*couleur de la page */
   padding-top: 10px;
}

#zone_banniere
{
   width: 770px;
   background-image: url("images/bandeau_avezac.jpg");
   background-repeat: no-repeat;
   margin: auto;
   font-size: x-small;
   padding-top: 135px;
}

#zone_banniere p
{
   font-size: x-small;
}

#zone_banniere hr
{
   border:solid 1px;
   border-color:#FF9933;
}

#zone_menu
{
   width: 770px; /* très important : donner une taille au menu */
   float:none
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: medium;
}

a
{
  color: #996600;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

p, ul
{
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: x-small;
}

li
{
  margin-top: 5px;
  list-style-image: url(images/star.png)
}

.date
{
  font-style: italic;
  font-size: x-small;
}

.element_menu
{
 /*  border: 1px solid rgb(224,79,134); */
   margin-bottom: 10px;
   margin-left: 15px;
   padding: 5px;
}

.commentaire a
{
  font-size: x-small;
  font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

.courant
{
  font-size: large;
  color:#FF9933;
}

/* Quelques effets sur les menus */

.retour
{
  font-size: x-small;
}
.element_menu h3
{   
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu a
{
  font-weight: normal;
  text-decoration: none;
}

/* Le corps de la page */

#zone_corps
{
   margin-top: 0px; 
   margin-left: 15px;
   margin-bottom: 10px;
   padding: 5px;
   padding-top: 0px;
   padding-left: 20px;
   padding-right: 20px;
   width: 730px;
   float: none;
   /* border: solid green; */
}

#zone_corps p
{
   text-align: justify;
   font-family: Verdana, "Arial Black", "Times New Roman", Times, serif;
   font-size: small;
}

#zone_corps p:first-letter
{
   font-size: 1.4em;
}

#zone_corps h1
{
   text-align: center;
   font-family: Verdana, "Arial Black", "Times New Roman", Times, serif;
}

#zone_corps h2
{
   height: 30px;
   margin-top: 30px; 
   text-align: center;
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size:medium;
   border-bottom:thin solid;
}
#zone_corps h3
{
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: large;
   text-align: center;
}

/* le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#zone_pied_de_page
{
   height: 70px;
   padding: 5px;
   margin:auto;
   text-align: center;
   background-color: #CC9966;
   clear: both;
}

#zone_pied_de_page a, #zone_pied_de_page p
{
  color: #996600;
  text-decoration: none;
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   width: 700px;
}

td /* Les cellules normales */
{
  /*border: solid 1px;*/
  text-align: left; /* Tous les textes des cellules seront centrés*/
  font-family: Verdana, "Arial Black", "Times New Roman", Times, serif;
  font-size:small;
}

