<!--
<!doctype html public > a:link { text-decoration: none; color:rgb(0, 0, 102) }
body.ile     { background-image:url('../Images/iles_fondJPG.jpg') ;
		   color:rgb(0,0,102);
		   font-family:Times New Roman; 
		   background-attachment:fixed;
		   background-repeat:repeat;
		   MARGIN-TOP:0;
		   MARGIN-LEFT:200;}

body         { background-color:rgb(204,204,254);color:rgb(0,0,102);font-family:Times New Roman }
body.image	{background-image:url('../Images/fond3bis.jpg'); color:rgb(0,0,102);font-family:Times New Roman;}
a:link {}
a:hover {font-weight:bold; text-decoration: none}
a.mon_lien:link { background:url('../Images/bouton.jpg') no-repeat padding0px; 
         text-align: center;
         font-weight:bold;
     	 display: block;
         width: 126px;
         height: 25px;
         text-decoration:none; 
         padding:3px;
         color:rgb(0,0,102);
         background-repeat:no-repeat 
       }     
a.mon_lien:visited { background:url('../Images/bouton.jpg'); 
         text-align: center;
         font-weight:bold;
         display: block;
         width: 132px;
         height: 25px;
         text-decoration:none; 
         color:rgb(198,96,200);
         padding:3px;
         background-repeat:no-repeat   
       }     
a.mon_lien:hover 
      {
         background: url('../Images/bouton2.jpg');
         font-weight:normal;
         display: block;
         width: 132px;
         height: 25px;          
         text-align: center;
         text-decoration:none;  
         background-repeat:no-repeat
       }

a.mon_lien2:link { background:url('../Images/gros_bouton.jpg'); 
         text-align: center;
     	 display: block;
         width: 132px;
         height: 55px;
         font-weight:bold;
         text-decoration:none; 
         color:rgb(0,0,102);
         background-repeat:no-repeat   
       }     
a.mon_lien2:visited { background:url('../Images/gros_bouton.jpg'); 
         text-align: center;
         font-weight:bold;
     	 display: block;
         width: 126px;
         height: 55px;
         text-decoration:none; 
         color:rgb(198,96,200);
         background-repeat:no-repeat   
       }  
a.mon_lien2:hover 
      {
         background: url('../Images/gros_bouton2.jpg');
         font-weight:normal;
         display: block;
         width: 126px;
         height: 55px;          
         text-align: center;
         text-decoration:none;  
         background-repeat:no-repeat
       }
div.dialogue_droit { background-image: url('../Images/dialogue.gif') ; 
         width: 303px;
         height: 250px;  
         position: absolute;
         left: 100;
		 top: -500; 
         }
div.dialogue_gauche { background-image: url('../Images/dialogue_gauche.gif') ; 
         width: 271px;
         height: 141px;  
         position: absolute;
         left: 100;
		 top: -500; 
         }
         
-->