html,body {
	width:100%;
	height:100%;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0;
	background:#efe7dc url(images/global/body_bg.jpg) no-repeat center top;	
	font-size:12px;
	color:#000;
	font-family:Arial;
}
img {
	margin:0;
	padding:0;
	border:0;
}
p {
	padding:0;
	margin:0;
}


/*-------------------------------------- DIV ----------------------------------------------*/

.divL {
	position:relative;
	width:auto;
	margin-left:0px; margin-top:0px;
	padding:0px;
	float:left; display:inline;
}
.divR {
	position:relative;	
	width:auto;
	margin-right:0px; margin-top:0px;
	padding:0px;
	float:right; display:inline;
}
.divA {
	position:absolute;
	left:0px; top:0px;
	display:block;
}


.clear {clear: both; height: 0; overflow: hidden;}



#Haut {
	position:relative;
	width:100%; height:31px;
}

#Haut #HautCenter {
	position:relative;
	width:1020px; height:31px;
	margin:0px auto 0 auto;
	text-align:left;
}
#Haut #HautCenter .texte {color:#594b3c; font-family: 'IM Fell English SC', serif; font-size:18px; line-height:31px; text-align:center;}

#Decor {
	position:relative;
	width:100%; height:295px;
	margin-top:80px;
	background:url(images/global/scene-de-guerre.png) no-repeat center;
}

#Decor #DecorCenter {
	position:relative;
	width:1020px; height:295px;
	margin:0px auto 0 auto;
	text-align:left;
}

#Barre {
	position:relative;
	width:100%; height:220px;
	margin-top:-18px;
	background:url(images/global/barre_bleue.png) repeat-x top;
}

#Barre #BarreCenter {
	position:relative;
	width:1020px; height:196px;
	margin:0px auto 0 auto;
	padding-top:24px;
	text-align:left;
}
#Barre #BarreCenter #Ombre {position:relative; width:768px; height:145px; padding:15px 126px 0; background:url(images/global/ombre_bleue.png) repeat-y;}
#Barre #BarreCenter #Ombre .texte_left {
	width: 450px;
	font-family: 'IM Fell English', serif;
	color: #6da8e0;
	font-size: 17px;
}
#Barre #BarreCenter #Ombre .texte_right {width:300px; margin-top:90px; font-family: 'IM Fell English SC', serif; color:#002832; font-size:30px; line-height:22px; text-align:right;}
#Barre #BarreCenter #Ombre .texte_right a {color:#002832; text-decoration:none;}
#Barre #BarreCenter #Ombre .texte_right a:hover {color:#fff; text-decoration:none;}
