body { margin:0; overflow: auto; }

div#global {
	border:none;
	margin:10px;
	padding: 0px;
	border: 1px solid #999;
	width:1000px;
	text-align:left;
	}

#titre {
text-align: center;
width: 460px;
overflow: auto;
margin-left: 10px;
margin-top: 20px;
padding: 0px;
}
#contenu {
width: 560px;
margin-left: 200px;
height: 100%;
position:absolute;
padding: 0px;
}
#menu {
width: 200px;
height: 100%;
margin: 0px;
padding: 0px;
position:absolute;
}
#c_droite {
width: 240px;
margin-left: 760px;
height: 100%;
position:absolute;
padding: 0px;
}
#foot {
width: 540px;
text-align: left;
float:left;
margin-top: 25px;
margin-left: 20px;
padding: 0px;
}
#gauche {
text-align: justify;
float: left;
width: 260px;
margin-top: 15px;
margin-left: 20px;
}

#droite {
text-align: justify;
float: right;
width: 240px;
margin-left: 15px;
margin-top: 10px;
}
#centre {
width: 200px
margin-left: 50px;
margin-right: 150px;
position:relative;
}
#haut {
width: 100%;
margin: 10px;
padding: 10px;
}
#bloc01 {
width: 468px;
float:left;
background: #FFF;
margin-top: 5px;
margin-left: 40px;
padding: 10px;
}
#bloc02 {
width: 468px;
float:left;
background: #FFF;
margin-top: 5px;
margin-left: 30px;
padding: 10px;
}
#untiers {
width: 170px;
background: #FFF;
margin-top: 5px;
padding: 10px;
}

#deuxtiers {
width: 350px;
background: #FFF;
margin-top: 5px;
padding: 10px;
}

#toutelalargeur {
width: 540px;
float:left;
margin-top: 5px;
margin-left: 10px;
padding: 0px;
}

#totop {
width: 540px;
text-align: center;
float:left;
background: #FFF;
margin-top: 5px;
margin-left: 10px;
padding: 0px;
}

a.tothetop {
     display: block;
     width: 540px;
     height: 25px;
     background: url(./elements/bouton_tothetop_gris.jpg) center no-repeat;
     }
         
a.tothetop:hover {
     display: block;
     width: 540px;
     height: 25px;
     background: url(./elements/bouton_tothetop_bleu.jpg) center no-repeat; 
     
a.tothetop2 {
     display: block;
     width: 540px;
     height: 25px;
     background: url(../elements/bouton_tothetop_gris.jpg) center no-repeat;
     }
         
a.tothetop2:hover {
     background: url(../elements/bouton_tothetop_bleu.jpg) center no-repeat;
     } 

