/* feuille de style pour les fleurs */
/* essai numero un : v1.00 */
body {

   margin-left:1%;
   font-family: "Georgia", "Times New Roman", "Times", "serif";
   background:url(fondIndex.jpg) repeat-y 50% 50%;
   background-color:#787890;
      }
address {text-align:center}




/* titres de niveau 1 */
h1 {  
    font-style: italic; 
    font-size: 28px;
    font-weight: bolder;
    color: #FFFF00; 
    text-decoration: none; 
    text-align: center; 
    vertical-align: middle; 
    border-color: #FFFF00;
    border-style: double; 
    border-width: medium;
    margin-left:8%;
    width: 80%;
    }

h2 {
    font-style: normal; 
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF; 
    text-decoration: none; 
    text-align: left; 
    vertical-align: middle; 
    }
h3 {
    font-style: normal; 
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;  /* blanc*/
    text-decoration: none; 
    text-align: left; 
    }

h4 {
    font-style: normal; 
    font-size: 14px;
/*    font-weight: bold;  */
    color: #FFFF00;  /* jaune */
/*    text-decoration: none; */ 
    text-align: left; 
    }

h5 {
    font-style: normal; 
    font-size: 14px;
    font-weight: normal;
    color: #FFFF00; /* jaune */
    text-decoration: none; 
    }

p   {
    font-style: normal; 
    font-size: 14px;
/*    font-weight: bold;   */
    color: #FFFF00; /* jaune */
/*    text-decoration: none; */
    }

li  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal; 
    font-size: 12px;
    font-weight: normal;
    color: #FFFF00; 
    text-decoration: none; 
    text-align:left;
    }
li a  {
    font-size: 12px;
    font-weight: bold;
    font-variant: normal;
    /* couleur verte */
    color: #00ff00;
    text-decoration: none;
    text-align:left;
    }
li  a:hover {
    text-decoration: underline;
    }





/* proprietes definies dans les tableaux */

table {font-family:"Times New Roman", Times, serif;
width:84%;
/* height:550px; */
border-style:solid;
border-color:#ffffff;
border-width:3px;
padding:2px;
margin-left:8%;
text-align:center;
}
td {
border-style:solid;
/*  border-color:white; */
border-color:#f9f511;
border-width:2px;
}
table h5 {  
    font-style: italic;
    font-weight: bold; 
    font-size: 16px; 
    /* couleur : jaune */
    color: #FFFF00;
    text-align: center; 
    vertical-align: middle;
    }


table h4 {  
    font-style: italic;
    font-weight: bold; 
    font-size: 16px; 
    color: #FFFFFF;
    text-align: right; 
    vertical-align: middle;    
    }

table h3 {  
    font-style: italic;
    font-weight: bold; 
    font-size: 18px; 
    color: #FFFF00;
    text-align: center; 
    vertical-align: middle;    
    }
caption {  
    font-style: italic;
    font-weight: bold; 
    font-size: 18px; 
    color: #FFFF00;
    text-align: center; 
    vertical-align: middle;    
    }

table p {

    font-style: normal;
    font-weight: bold; 
    font-size: 12px; 
    color: #FFFFFF;
    text-align: center; 
    vertical-align: middle;
    }

td img {
    vertical-align:middle;
    text-align:center;
    }
#imbas {
       padding-bottom:2%;
       text-align:center;
       }
#txtdebut  {vertical-align:middle;
           text-align:center;}

/* style pour les liens */

a {
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
    /* couleur verte  */
    color: #00FF00;
    text-decoration: none;
 }
 a:hover {
    text-decoration: underline;
  }
