body {
margin: 0; /* pour éviter les marges */
text-align: center; /* pour corriger le bug de centrage IE */
background-color:#666666
}
.global {
margin-left: auto;
margin-right: auto;
width: 670px;
text-align: left; /* on rétablit l'alignement normal du texte */
}
div#header{
border: 2px solid #ff6600;
text-align:center;
display: block;
position: absolute;
background:#FFE4B5;
height:125px;
top:10px;
width:650px;
list-style-type: none  
}
div#conteneur{
border: 2px solid #666666;
background:#666666;
width: 650px;
height: 400px;
display: block;
position: absolute;
top:165px
}
div#conteneur2{
border: 2px solid #ff6600;
background:#FFE4B5;
width: 650px;
height: 730px;
display: block;
text-align:center;
position: absolute;
top:172px
}
div#conteneur3{
border: 2px solid #ff6600;
background:#FFE4B5;
width: 650px;
height: 1700px;
display: block;
text-align:center;
position: absolute;
top:172px
}
.F1{
background:#666666;
width: 70px;
height: 22px;
display: block;
position: absolute;
top:147px
}
a{
color:#ff6600 ;
font-size:17;
font-family:verdana,arial;
text-decoration:none
}
a:hover{
color:#ff6600 ;
text-decoration:underline overline;
font-size:18
}
td#header{
text-align:center;
font-size:18;
}
.h1{
font-size:19;
}
.h2{
font-family: verdana, arial, sans-serif ;
font-size:13;
}


