/* dispositions générales */

html,body {
	background-color : black; 
	scrollbar-face-color: #228b22;
	scrollbar-face-color : #00ff00;
	scrollbar-highlight-color : #98fb98;
	scrollbar-3dlight-color : #2e8b57;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #8fbc8b;
	scrollbar-arrow-color: #eee8aa;
 }

.pieddepage {
	position : absolute;
	overflow : auto;
	
	left : 0%;
	top : 70%;
	
	width : 100%;
	height : 30%;
}

.corpsdepage {
	position : absolute;
	overflow : auto;
	
	left : 0%;
	top : 0%;
	
	width : 100%;
	height : 70%;
}

.menugauche {
	overflow : auto;
	position : absolute;
	
	top :0%;
	left :0%;
	width :20%;
	height :100%;
}
	
.pagedroite {
	overflow : auto;
	position : absolute;
	top :0%;
	left :20%;
	width :80%;
	height :100%;
}
	


body,td,th {
	color: #FFCC00;
	font-size: 16px;
	font-family: Comic Sans MS ;
}
a:link {
	color: #00FF33;
}
a:visited {
	color: #00FF99;
}
a {
	font-size: 16px;
}

.style1 {color: #0066FF}
h1 {
	font-size: 30px;
	color: #FF6633;
}
h2 {
	font-size: 18px;
	color: #FFCC00;
}
h3 {
	font-size: 16px;
	color: #0066FF;
}


.style2 {
	font-size: 18px;
	font-weight: bold;
	color: #00CCFF;
}
.style3 {color: #00FF00}
.style4 {
	font-size: 24px;
	color: #0066FF;
}
.style5 {color: #FF0000}

.style6 {
	font-size: 16px;
	color: #FF6600;
}
.style8 {color: #FF6600}
