body {
	margin: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
}

div,p,ul,li,td {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a:link {
	color:#222222;
	text-decoration:none;
}

a:visited {
	color:#222222;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.fond{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 1;
}

.titre1 {
	position: absolute;
	right: 80%;
	bottom: 90%;
	z-index: 2;
}

.titre2 {
	position: absolute;
	left: 21%;
	bottom: 90%;
	z-index: 2;
}

.menu {
	position: absolute;
	right: 80%;
	top: 10%;
	text-align: right;
	z-index: 2;
}

.slide {
	margin: 0px;
	position: absolute;
	left: 20%;
	top: 10%;
	width: 80%;
	height: 85%;
	overflow: auto;
    scrollbar-face-color: #555555;
    scrollbar-shadow-color: #555555;
    scrollbar-highlight-color: #555555;
    scrollbar-3dlight-color: #555555;
    scrollbar-darkshadow-color: #555555;
    scrollbar-track-color: #444444;
    scrollbar-arrow-color: #999999;	
	z-index:2;
}


.fondcontenu {
	background-color: #FFFFFF;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	margin: 0px;
	background: #FFFFFF;
	position: absolute;
	left: 21%;
	top: 10%;
	width: 60.2%;
	height: 85%;
	z-index: 2;
}

.contenu {
	position: absolute;
	margin: 0px;
	left: 2%;
	top: 1%;
	width: 75%;
	text-align:justify;
	z-index: 4;
}

.pied {
	height: 30px;
	width: 96%;
	position: absolute;
	left: 2%;
	top: 96%;
	color: #999999;
	z-index: 3;
}

.trame_pied {
	background-color: #888888;
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 96%;
	z-index: 2;
}

.float_right {
	float: right;
}
