body {
	margin: 0px;
	background-color: #000000;
	overflow: hidden;
}

div,p,ul,li,td {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	text-decoration: none;
}

a:link {
	color:#CCCCCC;
	text-decoration:none;
}

a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.refsquare {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
}

.fond{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 2;
}

.titre {
	height: 20%;
	width: 25%;
	position: absolute;
	left: 10%;
	top: 20%;
	z-index: 4;
}

.menu {
	height: 30px;
	width: 96%;
	position: absolute;
	left: 2%;
	top: 96%;
	z-index: 4;
}

.contenu {
	background-color: #000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	padding:20px;
	text-align: justify;
	width: 565px;
	position: absolute;
	left: 40%;
	top: 30%;
	z-index:3;
}

.contenu_riche {
	margin: 0px;
	position: absolute;
	left: 40%;
	top: 4%;
	width: 60%;
	height: 92%;
	overflow: auto;
	z-index:5;
    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;
}

.trame_pied {
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 96%;
	z-index: 3;
}

.trame01 {
	background-color: #111111;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 3;
}

.trame02 {
	background-color: #111111;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	height: 100%;
	width: 60%;
	position: absolute;
	left: 40%;
	top: 0%;
	z-index: 4;
}