body {
	background-color: #459CDA;
    margin: 0px;
}
.text-petit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
}

.pied {
	left: 0px;
	bottom: 0px;
	z-index: 3;
}
html>body .pied {
position: fixed
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
.img-fond {
	position: absolute;
	left: 100px;
	bottom: 0px;
	height: 507px;
	width: 636px;
	z-index: 1;
}
html>body .img-fond {
position: fixed
}
.corps {
	position: absolute;
	height: auto;
	width: 800px;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.marge {
	background-color: #A2CEED;
	background-image: url(images/module-ligne.gif);
	background-repeat: repeat-y;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 800px;
	top: 0px;
	z-index: 3;
}
#video {
	margin: 0 0 15px 0;	
}