/* Tout ce qui concerne les liens mouseout, mouseover & visited */

body{
margin : 0 0 0 0;
	background-color: #000000;
}

A:link {
       font-family: Arial, Verdana, Helvetica, sans-serif;
       font-size: 10pt;
       color: #ff9203;
       text-decoration: underline;
   	font-weight: bold;
}
A:visited { 
       	font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 10pt;
	   	color: #ff9203; 
  	  	text-decoration: underline;
		font-weight: bold;
}
A:hover {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 10pt;        
	    color: #9080c9; 
 		font-weight: none;
}

.MegaTitr {
        font-family: Times;
        font-size: 34pt;        
	    color: #666666; 
		   	font-weight: bold;
}

.MegaTitrGrisClair {
        font-family: Times;
        font-size: 34pt;        
	    color: #999999; 
		   	font-weight: bold;
}

.TitrPage {
        font-family: Times;
        font-size: 18pt;        
	    color: #666666; 
		   	font-weight: bold;
}

.TitrPageOrange {
        font-family: Times;
        font-size: 18pt;        
	    color: #ff9203; 
		   	font-weight: bold;
}
.TitrPageGrisClair {
        font-family: Times;
        font-size: 18pt;        
	    color: #999999; 
		   	font-weight: bold;
}

.SousTitr {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 9pt;        
	    color: #666666; 
}
.CorpsStd {
        font-family: Times;
        font-size: 10pt;        
	    color: #666666; 
}


.CorpsStdGrisClair {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 10pt;        
	    color: #999999; 
		   	font-weight: bold;
}

.CorpsStdOrange {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 10pt;        
	    color: #ff9203; 
}

.CorpsBigOrange {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12pt;        
	    color: #ff9203; 
}