body 
{
  background-image : url(./images/bg.gif);
  background-attachment:fixed;
	font-family : Arial, sans-serif;
    font-size: 13px; 
	color: black; 
	text-align :justify
}

.surtitre
{
   font-family: comic sans ms;
   font-size:24px;
   font-weight: bold;
   font-style: italic;
   color: #1F3799;
   display: block;
   height: 30px;
   text-decoration: none;
   text-indent:30px;
   background-image:url(images/puce_bleue_moy.gif);
   background-position: left bottom;
   background-repeat: no-repeat;
   }

.titre
{
   font-family: comic sans ms;
   font-size:16px;
   font-weight: bold;
   font-style: italic;
   color: #1F3799;
   display: block;
   height: 20px;
   text-decoration: none;
   text-indent: 16px;
   background-image:url(images/puce5.gif);
   background-position: left center;
   background-repeat: no-repeat;
   }

.titremenu
{
   font-family: comic sans ms;
   font-size:14px;
   height: 16px;
   font-weight: bold;
   font-style: italic;
   color: #1F3799;
   }
   
.sstitre
{
   font-family: verdana;
   font-size:14px;
   font-weight: bold;
   color: #157309;
   display: block;
   height: 16px;
   text-decoration: none;
   text-indent: 10px;
   background-image:;
   background-position: left center;
   background-repeat: no-repeat;
   }
   
.valeur
{
   font-family: Verdana;
   font-size:11px;
   color: #000000;
}   
.valeur1
{
   font-family: Verdana;
   font-size:11px;
   color: #ffffff;
}
 
#contenu {

  border:1px solid ;
  border-color: #1F3799;
  padding:20px ;
  background : #FFFFFF;
  width:90%;
  text-align:justify;
  margin: 0 auto;
}

th /* Les cellules d'en-tête */
{
   color: white;
   background : #1F3799;
   font-size:11px;
   font-weight: bold;
   font-family: Verdana; 
  }

td
{
   font-size:12px;
}
   
#boite {
   margin: auto; /* Centre le tableau */
   border: 1px solid;
   border-color: #1F3799; 
   border-collapse: collapse;
   text-align:justify;
   padding: 5px; 
  }
  
#boitebleue {
   margin: auto; /* Centre le tableau */
   border: 1px solid;
   border-color: #000000; 
   background: #1F3799;
   border-collapse: collapse;
   text-align:justify;
   padding: 5px; 
  }

 
a{ color :#0038EE ; text-decoration:none; }

A:hover { color: red ;  text-decoration:underline; }


	 

