#content, #bottom {
	position: relative;
	float: left;
	width: 765px;
	margin: 0;
	padding: 0;	
}

#content {
	height: 310px;
}

#bottom {
	height: 100px;
	background-color: #FFFFFF;
	background-image: url('../images/diaporama.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#content_outer {
	padding: 0px 60px;
}

#titre, #separator, #content_inner {
	position: relative;
	float: left;
	width: 645px;
}

#titre {
	text-align: left;
	font-size: 24px;
	color: #005A29;
	font-weight: bold;
	height: 28px;
}

#separator {
	text-align: left;
	height: 22px;
}

#content_inner {
	text-align: left;
	height: 250px;
	overflow: auto;
	margin: 5px 0px;
}

#content_display {
	width: 620px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #000000;
}

/******** Diaporama ********/

#diapo_conteneur {
	margin: 10px 0px 0px 0px;
	float: right;
	width: 460px;
	overflow: hidden;
	height: 90px;
}

#diapo_bande {
	position: relative;
	left: 0px;
	height: 90px;
}

.diapo_cadre {
	width: 82px;
	margin: 5px;
	float: left;
	height: 90px;
	vertical-align: middle;
}

.diapo_image {
	position: relative;
	margin: auto;
	border: 1px solid #FFFFFF;
	display: block;
}