body{
	margin:0px;
    background-color:#960000;
}
#frame_global {
    width:100%;
    margin:0 auto;
    height:100%;
}
#header{
    position:absolute;
    top:0px;
    width:250px;
    height:40px;
    background-color: black;
}
#menu{
	position:absolute;
    top:170px;
    left:20px;
	width:220px;
	height:40px;
	background-color: black;
}
#menu_lang{
    position:absolute;
    top:1px;
    left:40px;
    width:180px;
    height:20px;
    background-color: black;
}
#div_page{
	position:absolute;
	left:250px;
	top:0px;
	height:100%;
    bottom:0px;
	right:0px;
	overflow:auto;
}
#top_liqueurs{
    position:relative;
    margin-left: auto;
    margin-right: auto;
    width:650px;
    height:121px;
    background-color: #000000;
}
#page{
    position:relative;
    top:10px;
    bottom:10px;
    margin-left: auto;
    margin-right: auto;
    width:650px;
    min-height:400px;
    background-color: #aa1f00;
    overflow:hidden;
}
#centrer{
	text-align:center;
}
#footer{
    position:relative;
    top:40px;
    width:600px;
    height:40px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}