body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
}
h1 {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}
.encadre-rose p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.encadre-rose {
	border: 1px solid #F09;
	padding: 10px;
}

#navigation {
	width: auto;
	line-height: 24px;
	float: none;
	height: 20px;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
	float: left;
	font-size: 20px;
}
#navigation a:hover {
	color: #F09;
	border-top-color: #F09;
}


#centre {
	width: 834px;
	position: relative;
	height: 455px;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: 10%;
	margin-left: auto;
}
.container-text {
	background-image:url(../images/bcg-transparent.png);
	/*opacity:0.5;
	filter : alpha(opacity=50);*/
	color: #000;
	padding: 10px;
	border: 1px solid #F09;
}
.container-text p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
}
#navigation a.fermer {
	float: right;
}
a.next {
	background-image: url(../images/next.png);
	display: block;
	background-repeat: no-repeat;
	height: 144px;
	width: 40px;
	position: absolute;
	top: 145px;
	right: -60px;
}
a.next:hover {
	background-image: url(../images/next-on.png);
}
a.back {
	background-image: url(../images/back.png);
	display: block;
	background-repeat: no-repeat;
	height: 144px;
	width: 40px;
	position: absolute;
	top: 145px;
	left: -60px;
}
a.back:hover {
	background-image: url(../images/back-on.png);
}
#text2 a img {
	margin: 5px;
}

