body {
	background-image:url(s_img/bg_s.png);
	font-family: verdana, sans-serif;
	font-size:10px;
	vertical-align:middle;}
a:link {
	color: white;}
a:visited {
	color: #CCCCCC;}
a:hover {
	color: white;
	text-decoration:none;}
table {
 border:1px none black;
 border-collapse:collapse;
 }
td {
 background-color:none;
 }
 .header {
 border:1px solid black; 
 background-image:url(s_img/header03.png);
 height:178px;
 width:800px;
 }
 .central {
 border:1px solid black; 
 background-color:#2e3033;
 height:400px;
 width:800px;
 }
 .footer {
 border:1px solid black; 
 background-image:url(s_img/body-bg.png);
 height:70px;
 width:800px;
 }
.noir {
 border:1px solid black; 
 background-color:#2e3033;
 }
.none {
 border-style:none;
 background-color:none;
 visibility:hidden;
 }
.tete {
 height:150px;
 }  
ul {
 padding:0;
 margin:0;
 list-style-type:none;
 }
li {
 margin-left:2px;
 float:left; /*pour IE*/
 }
ul li a {
 display:block;
 float:left;   
 width:100px;
 background-color:#2e3033;
 color:black;
 text-decoration:none;
 text-align:center;
 padding:1px;
 border:1px solid;
 /*pour avoir un effet "outset" avec IE :*/
 border-color:#000000
 }
ul li a:hover {
 background-color:#44474b;
 border-color:#000000;
 } 