/* AUTEUR: Philippe Misandeau */
a { 	text-decoration: none;	     font-size:1.6em;   font-weight : bold;  }			/* -- révisable dans chaque division -- */ 
a:link {    color: #006000;     }							/* -- jaune #FFEC00 vertF #006000  -- */ 
a:hover {   font-style: italic; background: transparent; 
	text-decoration: underline;		color: #00E400;		}	/* -- vertC  #00E400 -- */
a:visited { font-style: italic; color:  #00E400;   }				/* -- orangé  #FF9900   vertC  #00E400 -- */ 
a:active {  color: #F43400;     }							/* -- rouge -- */ 

body {   margin-left: 05%; margin-right: 0%;
  font-size: 1em; font-family: times; color: white;
  background: #B7925D url(FOND.JPG) repeat fixed ; 				/* -- gris -- */ 
  }

#Entete {  }		  

h1 {font-family:Arial, Helvetica, sans-serif; font-size:1.5em;
  font-weight:bold; margin-bottom:2pt; color:red; 
  text-align:CENTER;}

h2 {font-family:Arial, Helvetica, sans-serif;
  font-size:1.3em; font-weight:bold;
  margin-bottom:1pt; color:#FF0000; text-align:LEFT;}

h3 {font-family:Arial, Helvetica, sans-serif;
  font-size:1.2em; font-weight:bold;
  color:#FF9900; margin-bottom:1pt; margin-top:0pt;}

hr {text-align:center; margin-top: 3.0%;
  margin-below: 1em ; width: 60.0%; color:#9F9F9F;}
  
#Page { position: absolute;
top: 0 px; left: 0px;
width: 1000px ; height: 900px; 
margin: 0px ; padding: 0px;
background: transparent url(Bordure.gif) repeat-y;		}	

table {color: purple;}

th { background: #DDDDDD ;
  font-family: Arial, Helvetica, sans-serif ;
  font-size: x-small }

td { font-family: Arial, Helvetica, sans-serif ;
  font-size: x-small;
  text-align: center;
	  }
 
#extraDiv1 {     position: absolute;
	top: 20px;
	left: 500px;
	z-index: 100;
	width: 250px;
	height: 134px;
	background-image: url(Lezard.gif);	
						}
#extraDiv2 {     position: absolute;
	top: 220px;
	left: 1400px;
	z-index: 100;
	width: 100px;
	height: 113px;
	background-image: url(EN-TRAV.GIF);	
						}

/* AUTEUR: Philippe Misandeau */
