/* 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: 670px;
text-align: left; /* on rétablit l'alignement normal du texte */
}
div#header{
border: 2px double #FD6363;
text-align:center;
display: block;
position: absolute;
background-color:#ffffff;
height:125px;
width:650px;
top:10px;
list-style-type: none  
}
div#conteneur{
border: 2px double #FD6363;
background:#ffffff;
width: 650px;
height: auto;
display: block;
position: absolute;
top:165px
}
div#cochon{
text-align:center;
display: block;
position: absolute;
background:transparent;
height:125px;
width:100px;
top:40px;
list-style-type: none 
}
div#tete{

}
/* Lien */ 
a{
color:#FD6363 ;
font-size:18;
text-decoration:none
}
a:hover{
color:#FD6363 ;
text-decoration:underline overline;
font-size:19
}
/* Police  */
.h1{
text-decoration:none ;
font-size:19 px;
}
.h2{
text-decoration:none ;
font-size:16 px;
}


