html, body { 
height : 100%;
margin : 0;
} 
#global { 
min-height : 100%;
width : 750px;
margin : 0 auto;
position : relative;
} 
#footer { 
position : absolute;
width : 750px;
bottom : 0;
text-align : center;
} 
#footer a { 
color : #fff;
text-decoration : none;
font-weight : bolder;
font-size : 11px;
} 
#footer a:hover { 
background-color : black;
color : #fff;
font-size : 11px;
} 
#footer .element_menu2 a { 
color : #a50101;
text-decoration : none;
font-weight : bolder;
font-size : 11px;
} 
#footer .element_menu2 a:hover { 
background-color : #000000;
color : #ffffff;
font-size : 11px;
} 
#footer .element_menu2 a:visited { 
text-decoration : line-through;
} 
#center { 
padding-bottom : 60px;
overflow : auto;
} 
#sidebar { 
float : left;
width : 199px;
} 
#sidebar ul { 
list-style-image : url("../images/puce1.png");
list-style-type : circle;
list-style-position : outside;
font-size : 12px;
left : 20px;
} 
#content { 
float : right;
width : 530px;
} 
#content ul { 
list-style-image : url("../images/puce.png");
list-style-type : circle;
list-style-position : outside;
font-size : 14px;
left : 20px;
} 