html, body {
	margin : 0; 
	width : 100%;
	height : 100%;
	background-color : rgb(153, 153, 102); 
	color : rgb(0, 0, 0); 
	font-weight : bold; 
	font-family : 'arial', serif; 
	font-size : 100%;
	font-weight : bold;
	text-align : center;
	padding : 0;
}
#colonne_gauche {
	position : absolute;
	top : 5%;
	left : 5%;
	width : 25%;
	font-size : 80%;
	overflow : hidden;
}
#colonne_gauche_haut {
	background-Color : rgb(255, 225, 114);
	border : 1px;
	border-style : solid;
	border-color : rgb(0, 0, 0); 
}
#colonne_gauche_bas {
	margin-top : 50px;
	background-Color : rgb(200, 200, 200);
	border : 1px;
	border-style : solid;
	border-color : rgb(0, 0, 0); 
}
#colonne_droite {
	position : absolute;
	top : 5%;
	left : 35%;
	width : 60%;
	overflow : hidden;
}
#colonne_droite_haut {
	overflow : auto; 
}
#colonne_droite_centre1 {
	margin-top : 20px;
	font-size : 120%;
	color : rgb(255, 255, 204);
}
#colonne_droite_centre2 {
	font-size : 200%;
	font-family : Times New Roman, serif;
	color : rgb(255, 255, 204);
}
#colonne_droite_bas {
	margin-top : 20px;
	width : 95%;
	background-Color : rgb(255, 225, 114);
	border : 1px;
	border-style : solid;
	border-color : rgb(0, 0, 0);
	padding : 5px;
	text-align : left;
	font-size : 100%; 
}
hr {
	width : 80%;
}
a {
	text-decoration : none; 
	font-weight : bold;
	color : rgb(102, 102, 0);
} 
a:hover {
	color : rgb(255, 0, 0);
}
#aide_ {
	position : absolute;
	top : -1000px;
	left :-1000px;
	background-Color : rgb(240, 240, 240);
	width : 160px;

	font-size : 12px;
	padding : 1px;
	text-align : left;
	border-top-width : 1px;
	border-left-width : 1px;
	border-bottom-width : 3px;
	border-right-width : 3px;
	border-style : solid;
	border-color : rgb(150, 150, 150);
}
#pas_js {
	position : absolute;
	top : 0;
	left : 25%;
	width : 50%;
	background-Color : rgb(240, 240, 240);
	visibility : visible;
	text-align : center; 
}
#en_tete {
	background-Color : rgb(240, 240, 240);
	text-align : center; 
}
img {
	border : 0;
}