html, body {
	margin : 0; 
	width : 100%;
	height : 100%;
	background-color : rgb(217,217,217); 
	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;
	z-index : 2;
}
#logo_ {
	width : 100%;

}
#colonne_gauche_haut {
	background-color : rgb(217,217,217);
	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); 
}
#pour_pas_js {
	position : absolute;
	top : 5%;
	left : 5%;
	width : 25%;
	font-size : 80%;
	overflow : hidden;
	z-index : 1;
}

#colonne_droite {
	position : absolute;
	top : 5%;
	left : 35%;
	width : 60%;
	margin-top : 20px;
	background-color : rgb(217,217,217);
	border : 1px;
	border-style : solid;
	border-color : rgb(0, 0, 0);
	padding : 5px;
	text-align : left;
	font-size : 100%;
	overflow : hidden; 
}
hr {
	width : 80%;
}
a {
	text-decoration : none; 
	font-weight : bold;
	color : rgb(0, 0, 255);
} 
a:hover {
	color : rgb(255, 0, 0);
}

h1 {
	text-align : center;
	font-size : 200%;
	color : rgb(123, 46, 0);
}
h2 {
	background-color : #aabb00;
	text-align : left;
	font-size : 14px;
	color : black;
}
h3 {
	padding-left : 30px;
	text-align : left;
	font-size : 14px;
	color : black;
}
h4 {
	text-align : center;
	font-size : 100%;
}
h5 {
	background-color : #ffa000;
	text-align : center;
	font-family : arial, serif;
	font-size : 18px;
	color : green;
}
pre {
	width : 95%;
	padding-left : 0;
	font-family : 'Times New Roman', serif;
	font-weight : bold;
	font-size : 14px;
	text-align : left;
	overflow : auto;
	color : rgb(51, 102, 153);
}
.scroll {
	overflow : auto;
}
.educ {
	color : rgb(255, 0, 255);
}
span {
	font-size : 110%;
	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);
	z-index : 3;
}
#pas_js {
	position : absolute;
	top : 0;
	left : 25%;
	width : 50%;
	background-Color : rgb(240, 240, 240);
	visibility : visible;
	text-align : center; 
}
