body {
	background-color: #111111;
	margin: 0px;
	overflow: auto;
}

#promotion_nouveau_site
{
	background-color: #999;
	text-align: center;
	width: 100%
	height: 50px;
	color: #660D11;
	font-size: 20px;
	font-weight: bold;
}
.bgtitre {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 103px;
	width: 100%;
	left: 0px;
	top: 0px;
}

.toptitre {
	background-color: #660D11;
	height: 103px;
	width: 86%;
	margin: 0px;
	position: absolute;
	left: 140px;
	top: 0px;
}

.toptitre1 {
	background-color: #660D11;
	text-align: center;
	height: 103px;
	width: 47%;
	margin: 0px;
	position: absolute;
	left: 140px;
	top: 0px;
}

.titrebig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #999999;
}

.titrelitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	top: 25px;
}

/* Content */

.pagebox {
	position: absolute;
	width: 800px;
	left: 0px;
	top: 103px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.contentbox {
	padding: 0px;
	position: relative;
	width: 800px;
	height: 480px;
	left: 140px;
	overflow: auto;
        scrollbar-face-color: #111111;
	scrollbar-highlight-color: #111111;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: #111111;
	scrollbar-base-color : #111111;
        scrollbar-track-color : #999999;
}

.contentbox_critique {
	padding: 0px;
	position: relative;
	width: 700px;
	height: 430px;
	left: 140px;
	overflow: auto;
        scrollbar-face-color: #333333 ;
	scrollbar-highlight-color: #333333;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: #333333;
	scrollbar-base-color : #333333;
        scrollbar-track-color : #999999;
}

.prevnextbox {
	position: absolute;
	width: 700px;
	top: 390px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
}

.critique {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
        border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 5px;
	 
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #999999;
}

/* Menu & Copyright */

.bottombox {
	position: absolute;
	width: 800px;
	top: 470px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.menubox {
	padding: 0px;
	position: absolute;
	width: 700px;
	left: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	text-align: center;
}

.langagebox {
	padding: 0px;
	position: absolute;
	width: 600px;
	left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	text-align: left;
}

.hrbox {
	padding: 0px;
	position: absolute;
	width: 700px;
	left: 140px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.copyright {
	padding: 0px;
	position: absolute;
	width: 700px;
	left: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	}
	
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8A0D11;
	text-decoration: underline;
}

a.titrelitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	text-decoration: none;
	}
	
a.titrelitle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	text-decoration: none;
}

img.img_with_border {
        border-width: 1px;
	border-style: solid;
	border-color: #999999;
}
