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

#page {
  border:1px solid ;
  border-color:#c0c0c0;
  background:#fff;
	width: 800px;
	text-align: left;
  padding:10px ;
	margin-left: auto;
	margin-right: auto;
}

.popup 		      { POSITION: absolute;
					VISIBILITY: hidden;
					}

.titre
{
   font-family: verdana;
   font-size:14px;
   font-weight: bold;
   color: #0000AE;
   display: block;
   height: 40px;
   text-decoration: none;
   text-indent:10px;
   background-image:url(images/ligne.png);
   background-position: left bottom;
   background-repeat: no-repeat;
   }

.sstitre
{
   font-family: verdana;
   font-size:12px;
   font-weight: bold;
   color: #157309;
   display: block;
   height: 15px;
   text-decoration: none;
   text-indent: 9px;
   background-image:url(images/puce2.gif);
   background-position: left center;
   background-repeat: no-repeat;								
   }
   
.valeur
{
   font-family: Verdana;
   font-size:10px;
   color: #000000;
}
 
#boitegrise {
   margin: auto; /* Centre le tableau */
   border: 1px solid;
   font-family: arial;
   font-size: 14px;
   font-weight: bold;
   color: #0046B8;
   border-color: #8B8A74; 
   border-collapse: collapse;
   background : #DBDBDB;
   text-align:center;
   padding: 5px; 
  }
  
  #boitebleue {
   margin: auto; /* Centre le tableau */
   font-family: arial;
   font-size: 12px;
   text-align:left;
   color:#ffffff;
   background : #0000C0;
   padding: 5px; 
  }

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

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


