/* CSS Document */

/* Positionnement */
body {
	background-color: #000000;
	background-image:url(../images/body_bg.gif);
}

#level_0 {
	margin:auto;
	width:760px;
	background-color:#363636;
}

#header {
	height:64px;
	background-image:url(../images/header_bg.jpg);
	padding-left:25px;
	padding-top:8px;
	vertical-align:top;
	font-size:0px;
}

#banniere_fr, #banniere_en{
	height:232px;
	background-image:url(../images/header_ban_bg_fr.jpg);
	padding-top:8px;
}

#banniere_en{
	background-image:url(../images/header_ban_bg_en.jpg);
}


#banniere_menu {
	padding-left:12px;
	line-height:0px;
}

#main {
	background-color: #373736;
}

#contenu {
	padding:0px 15px 0px 16px;
}

#main_menu {
	color:#9e0b0f;
	text-align:center;
	padding-top:18px;
	padding-bottom:16px;
	font-size:10px;
}

#main_menu a {
	color:#898989;
	text-decoration:none;
}

#main_menu a:hover {
	color:#898989;
	text-decoration:underline;
}

#footer {
	height:33px;
	padding-top:21px;
	padding-left:25px;
	background-image:url(../images/footer_bg.jpg);
}

#credits {
	margin:auto;
	width:750px;
	padding:5px 5px;
}

#contenu #box {
	margin:auto;
	margin-top:5px;
	width:717px;
	background-image:url(../images/box_rpt.jpg);
}

#contenu #box #box_header {
	height:39px;
	background-image:url(../images/box_header_rpt.jpg);
}
#contenu #box #box_header_right {
	height:39px;
	background-image:url(../images/box_header_right.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#contenu #box #box_header_left {
	height:33px;
	background-image:url(../images/box_header_left.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding:3px 17px 0px 23px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#contenu #box #box_header_left a {
	float:left;
	display:block;
	height:25px;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:10px 14px 0px 14px;
}

#contenu #box #box_header_left a:hover,
#contenu #box #box_header_left a:active,
#contenu #box #box_header_left a.actif {
	text-decoration:underline;
	background-image:url(../images/sousmenu-bg-over.jpg);
	background-position:0px 0px;
	background-repeat:repeat-x;
}

#contenu #box #box_header_left img.separateur {
	float:left;
	margin:0px 0px 0px 0px;
}

#contenu #box #box_contenu_top {
	background-image:url(../images/box_top.jpg);
	background-repeat:no-repeat;
	padding:28px 45px 0px 45px;;
	height:127px;
} 

html>body #contenu #box #box_contenu_top {
	height:auto;
	min-height:127px;
}

#contenu #box #box_contenu_bottom {
	background-image:url(../images/box_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:283px;
	padding-bottom:35px;
} 

html>body #contenu #box #box_contenu_bottom {
	height:auto;
	min-height:283px;
}