html, body {
	margin : 0; 
	width : 100%;
	height : 100%;
	overflow : hidden;
	background-color : rgb(153, 153, 102); 
	color : rgb(0, 0, 0); 
	font-weight : bold; 
	font-family : 'arial', serif; 
	font-size : 100%;
	font-weight : normal;
	text-align : left;
	padding : 0; 
}

h1 {
	background-color : rgb(255, 245, 174); 
	text-align : left; 
	font-size : 150%; 
	color : rgb(0, 0, 0);
	border : 1px solid rgb(0, 0, 0); 
} 
h2 {
	background-color : rgb(255, 245, 174); 
	text-align : center; 
	font-size : 150%; 
	color : rgb(0, 0, 0);
	border : 1px solid rgb(0, 0, 0); 
} 
h3 {
	padding-top : 10px;
	clear : both;
	text-align : left; 
	font-size : 120%; 
}
h4 {
	text-align : center;
	font-size : 100%;
}
h5 {
	font-size : 100%;
	font-style : italic;
}
h6 {
	padding-top : 10px;
	clear : both;
}
hr {
	width : 20%;
}
a {
	text-decoration : none; 
	font-weight : bold;
	color : rgb(150, 150, 150);
} 
a:hover {
	color : rgb(255, 0, 0);
}

.f_l {
	float : left;
}
.cadres {
	width : 95%; 
	overflow : auto; 
	border : 1px solid rgb(0, 0, 0); 
	background-color : rgb(255, 245, 174); 
	color : rgb(51, 102, 153); 
	font-family : arial, serif; 
	font-size : 100%; 
	font-weight : bold; 
	text-align : center; 
	padding-top : 5px; 
} 
.cadres2 { 
	width : 95%; 
	overflow : auto; 
	border : 1px solid rgb(0, 0, 0); 
	background-color : rgb(237, 237, 237); 
	color : rgb(0, 0, 0); 
	font-family : arial, serif; 
	font-size : 70%; 
	font-weight : bold; 
	text-align : left; 
	padding-top : 5px; 
}
.cadres_centre {
	text-align : center; 
} 


.bulle_aide {
	position : absolute;
	top : -1000px;
	left :-1000px;
	background-Color : rgb(240,240,240);
	width : 160px;
	height : auto;
	font-family : 'Arial',serif;
	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);
}
.bulle_menu {
	position : absolute;
	top : -2000px;
	left : 30%;
	background-Color : rgb(240, 240, 240);
	width : 40%;
	height : 80%;
	font-family : 'Arial',serif;
	font-size : 12px;
	padding : 5px;
	text-align : left;
	border-top-width : 2px;
	border-left-width : 2px;
	border-bottom-width : 4px;
	border-right-width : 4px;
	border-style : solid;
	border-color : rgb(150, 150, 150);
	overflow : auto;
}
.cadre_infos {
	position : absolute;
	top : -3000px;
	left : 0;
	background-Color : rgb(240, 240, 240);
	color : rgb(0, 0, 0);
	width : 99%;
	height : 99%;
	font-family : 'Arial',serif;
	font-size : 75%;
	margin-left : 1%;
	text-align : left;
	overflow : auto;
}
.zero_ {
	position : absolute;
	top : 0;
	left : 0;
}
.legendes_ {
	position : absolute;
	top : 0;
	left : 0;
	width : 15px;
	height : 15px;
	font-family : 'Arial',serif; font-size:12px;
	text-align : center;
	background-Color : rgb(255, 255, 255);
	border-width : 2px;
	border-style : solid;
	border-color : rgb(150, 150, 150);
	overflow : hidden;
}
.bandeau_ {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 30px;
	overflow : hidden;
	background-image : url(photos/s3_fond_bichel.jpg);
	color : rgb(0, 0, 0);
	font-size : 12px;
	font-weight : bold;
	text-align : right;
	padding : 0;
}
.italic_{
	font-style : italic;
}
