body {
margin: 0; /* pour éviter les marges */
text-align: center; /* pour corriger le bug de centrage IE */
}
.global {
margin-left: auto;
margin-right: auto;
width: 670px;
text-align: left; /* on rétablit l'alignement normal du texte */
}

.conteneur{
border: 2px double black;
background:#ffffff;
text-align:center;
width: 650px;
height: auto;
display: block;
position: absolute;
top:10px
}
a{
color:#23773B ;
font-size:16;
text-decoration:underline blink;
}
a:hover{
color:#23773B ;
text-decoration:underline overline;
font-size:17
}
.h1{
font-size:19;
text-style:arial;
text-decoration:underline;
color:#23773B;
font-weight::bold
}
.h2{
text-style:arial;
font-size:16;
}




