#diaporama{
	position: absolute;
	left: 340;
	top: 10;
	background-color: #000000;
	border: 1px solid #33280B;
}
#diapoDefilement{
	position: absolute;
	left: 340;
	top: 138;
	width: 250;
	height: 22;
	background-color: #000000;
	border: 1px solid #33280B;
}

#cadreProSess {
	position: absolute;
	left: 320px;
	top: 200px;
	width: 292px;
	height: 218px;
}
#titreProcSess {
	position: absolute;
	left: 5px;
	top: 0px;
	padding: 3px;
	background-color: #33280B;
	color: #FFFFFF;
	z-index: 10;
	font-size: 14px;
	font-weight: bold;
}
#contenuProcSess {
	position: absolute;
	left: 0px;
	top: 14px;
	width: 290px;
	padding: 8px;
	background-color: #FFFFFF;
	border: 2px solid #33280B;
	z-index: 1;
}
#contenuProcSess a {
	color: #000000;
}
#contenuProcSess a:hover {
	text-decoration: underline;
}
.itemsProcSess {
	border-bottom: 2px solid #33280B;
}
.sommaireContenu {
	width: 260;
	z-index: 1;
}
.cadreContenuSommaire {
	position: absolute;
	left: 160px;
	top: 140px;
	width: 634px;
	min-height: 250px;
	overflow: visible;
	background-color: #95A1CC;
	border: 2px dashed #82BEBF;
	padding-top: 45px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.titreEdito {
	position: absolute;
	left: 25px;
	top: 10px;
	padding-top: 7px;
	padding-left: 7;
	padding-right: 7px;
	padding-bottom: 3px;
	background-color: #636F99;
	font-size: 22px;
	font-family: serif;
	color: #FFFFFF;
	z-index: 10;
}

.TexteEdito {
	padding: 15px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: sans-serif;
	color: #000000;
	border: 1px solid #636F99;
}

