
body{
background:#ffffff url() repeat-x;
color:#272727;
font:76% Georgia,Verdana,Tahoma,Arial,sans-serif;
margin:0;
text-align:center;
height : 100%;
}
html {
overflow: hidden;
height : 100%;
}

#haut {
width : 100%;
height : 120px;
background:#c0c0c0 url(img/bodybg.gif) repeat-x;
color : #ffffff;
overflow: auto;
}
#haut div {
margin : 0px;
padding : 0px;
}
#haut img {
border : none;
}
#haut  .bouton_ok {
position : relative;
top : 4px;
}
#haut form{
margin : 0;
}
#haut a{
color : #ffffff;
text-decoration:none;
}
#haut a:hover{
color : #ffff;
}

.alinea {
margin-left : 60px;
}

#corps {
width : 100%;
height : 100%;
background : #ffffff;
overflow: visible;
}

.erreur {
color : red;
text-decoration : blod;
}


