@charset "utf-8";
/************************/
/*        Global        */
/************************/
* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.break {
	clear:both;
	margin:0;
	padding:0;
}
.hide {
	display:none;
}
img {
	border:0;
}
#debug {
	width: 980px;
	margin: 50px auto;
	display:block;
	overflow:auto;
}
#attribute_debug {
	position:absolute;
	top:0;
	left:1230px;
}
body {
	width:100%;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
    background:url("../images/body_footer_bg.png") repeat-x 0 -200px #efefef;
}

/************************************/
/*        Structure G�n�rale        */
/************************************/
#main_container {	
	margin: 0 auto;
	border:0;
    width:990px;
}

#main_bottom {
    width:100%;
    height:64px;
    background:url("../images/main_bottom.gif") repeat-x scroll center top transparent;
    margin-top:-1px;
    position:relative;
}
#header {
	height: 115px;
	margin: 0 auto;
	position: relative;
    background:url("../images/fd_container_top.png") repeat-x scroll center top transparent;
}
#lefter {
	width: 190px;
	float: left;
    background-color:#dbdbdb;
    position:relative;
    z-index:1000;
}
#center {
	background:url("../images/center_right_bg.png") repeat-y scroll right top #efefef;
	position:relative;
	float: left;
	width:750px;
    padding-left:15px;
    padding-bottom:164px;
}

#footer {
	position:absolute;
    bottom:0;
    left:0;
}

#right_menu {
    position:fixed;
    top:130px;
    right:0px;
    z-index:5000;
}


