body, html {margin: 0;padding: 0}

/*html {overflow: visible} /* Sert a cacher le scrollbar "naturel" */

 /* Crée un nouveau scrollbar */
body {
overflow: auto
}

div[id=fixe_droit] {position: fixed !important} /* On fixe le menu */
div[id=fixe_gauche] {position: fixed !important} /* On fixe le menu */
div[id=header] {position: fixed !important} /* On fixe le menu */

#fixe_droit {
position:absolute;
top :160px;
/*bottom:100px;*/
left: 50%;
margin-left: 330px;
text-align:left;
/*border:1px solid #ccc;*/
width:282px;
height:578px;
background:url('/design/2si_prod/images/projo_droit.jpg') top right no-repeat;
/*background-color:#ccc;*/
}

#fixe_gauche {
position:absolute;
top :160px;
/*bottom:100px;*/
left: 50%;
margin-left:-570px;
text-align:left;
/*border:1px solid #ccc;*/
width:245px;
height:451px;
background:url('/design/2si_prod/images/projo_gauche.jpg') top left no-repeat;
/*background-color:#ccc;*/
}

