
a:link {font-family : Arial;
	color : 000080 ;
        text-decoration:none
       }

a:visited {font-family : Arial;
           color:000080; 
           text-decoration:none ;
          }

a:hover {font-family : Arial;
         color:0000FF;     
         text-decoration:underline overline}


html, body {background-color : "#000080";
            background-image : "url('images/fond.gif')";
            background-text : "#000000" ;
            background : #000080 url(images/fond.gif);
            scrollbar-3dlight-color:#aaaaff;
            scrollbar-arrow-color:#000080;
            scrollbar-base-color:;
            scrollbar-darkshadow-color:#aaaaff;
            scrollbar-face-color:#ffffcc;
            scrollbar-highlight-color:;
            scrollbar-shadow-color:;}

          }
          
p {
			font-size : 10pt; 
			font-family : Verdana;
		   }
		   
ul {
   list-style-image: url('images/puce.gif') ;
}
ul.menu {
   font-size : 10pt ;
   list-style-image: url('images/puce.gif') ;
}


h1 {
	font-size : 150%;
	font-family : Verdana;
	color : "000080";
	text-align: center;
   }
   
h2 {
	font-size : 125%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : "000080"}
h3 {
	font-size : 110%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : "000080"}
h4 {
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : "000080"}

table {
	   border-style:none; 
       padding:5}
td { 
    border-style:none; 
	font-size:8pt;
    font-family : Arial;
	color : "0000FF"}


div.menu a {
     margin: 0 0 0 0 px;
     height: 20px;
     display: block;
     text-align: left ; 
     text-decoration: none;
     color: #000080;
     border: 0px solid #CCCCFF;
	 }
	 
div.menu a:hover {
     background: #0000CC;
     color : white ;
     text-decoration: none;
     }

div.menu a:active {
     background: darkblue;
     font-weight: bold ;
     color: white
     }
