#header-disclaimer {
	background-image: url(images/hearder_disclaimer.jpg);
	background-repeat: no-repeat;
	height: 153px;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
}
#corps-disclaimer {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_corps_disclaimer.jpg);
	background-repeat: no-repeat;
	background-color: #D4D4D4;
	padding-top: 16px;
	padding-bottom: 60px;
}
.disclaimer {
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.disclaimer h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ff5826;
	text-align: center;
}
.disclaimer h2 {
	font-size: 13px;
	font-weight: bold;
	color: #ff5826;
	text-align: center;
}
.disclaimer ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.disclaimer li {
	padding-bottom: 5px;
}
.disclaimer p {
	margin-top: 20px;
	margin-bottom: 5px;
}
a.bout-left-disc {
	background-image: url(images/fr/entrer_fr.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 19px;
	width: 117px;
	position: absolute;
	left: 100px;
}
a.bout-left-disc:hover {
	background-position: 0px -19px;
}
a.bout-right-disc {
	background-image: url(images/fr/sortir_fr.jpg);
	display: block;
	position: absolute;
	height: 19px;
	width: 115px;
	right: 113px;
}
a.bout-right-disc:hover {
	background-position: 0px -19px;
}
#leftText {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F66A2F;
	background-image: url(images/bg_lefttext.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 213px;
	padding-left: 22px;
	text-transform: uppercase;
	line-height: 20px;
	padding-top: 80px;
	padding-bottom: 130px;
}