/* Block */
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: 650px;
text-align: left; /* on rétablit l'alignement normal du texte */
}
div#header{
text-align:center;
display: block;
position: absolute;
background:#ffffff;
height:110px;
width:650px;
top:10px;
list-style-type: none  
}
div#titre{
text-align:center;
display: block;
position: absolute;
background-color:#ffffff;
height:30px;
width:650px;
top:124px;
list-style-type: none  
}
div#conteneur{
border: 2px solid #000000;
background-image:url(img/fond.jpg) ;
background-repeat:no-repeat;
text-align:center;
width: 650px;
height: auto;
display: block;
position: absolute;
top:162px
}
div#biere{
text-align:center;
display: block;
position: absolute;
background:#77ffff;
height:60px;
left:200px;
width:60px;
top:155px;
}
/* Lien */ 
a{
color:#000000 ;
font-size:18;
text-decoration:none
}
/* Police  */
.h1{
text-decoration:none ;
font-size:19 px;
}
.h2{
text-decoration:none ;
font-size:16 px;
}


