/* ---------------------------------------- */
/* contenu en html			*/
/* ---------------------------------------- */



body {
height: 100% 
}

#contenu_html{
width:762px;
left: 50%; 
margin-left: -380px; 
position:relative; 
background-color:#F7F7E8; 
min-height:100%;
}

* html #contenu_html {
height:100%
}

#bg_html{ 
background-image:url(../img/bg_centre-jl.gif); 
background-repeat: repeat-y; 
background-position: center top; 
min-height:100%
}


/* ---------------------------------------- */
/* contenu en css			*/
/* ---------------------------------------- */


#contenu{
width:762px;
left: 50%;
margin-left: -380px;
position:relative;
}

#bg{ 
background-image:url(../img/bg_centre-jl.gif); 
background-repeat: repeat-y; 
background-position: center top; 

}