/* CSS Document */

 body {
	background-color: #000000 ; text-align:center; 
}

  a.liste { color: #FFFFFF;
	      font-size: 14px;
	      font-family: Geneva, Arial, Helvetica, sans-serif;
	      font-weight: bold; text-decoration:none;  
	
	}
	.liste:hover { color:#c52328  ; text-decoration: none ; }
	
	a.style1 {color: #c52328;
	         font-size: 14px;
	         font-family: Geneva, Arial, Helvetica, sans-serif;
	         font-weight: bold; text-decoration:none; } 
    .style1:hover {color: #ff0000; text-decoration: none ; } 
	.style1:visited { text-decoration: none ; }


  #boutons {  
           width: 808px ; border-top : solid 2px #777777  ; border-left: solid 2px #777777 ; border-right: solid 2px #777777 ;
		   margin-left: auto; margin-right: auto ; border-collapse:collapse;    
		     }
		   
		 #boutons td {
            height :45px ; width:133px;
		   }

   

 div {
             width : 804px  ; height: 550px; overflow: auto;  border : solid 2px #777777 ; 
			  margin-left: auto; margin-right: auto ; border-collapse:collapse; 
			  
			  }
		   
		  
		   
		   
		   
		   
		  
 

