html, body {
height: 100%;
width: 100%;
}
body { 
margin: 0px;
padding: 0px;
overflow: hidden;
width: 100%;
}

.conteneur {
width: 750px ;
position: absolute ;
}

.liste {
width: 550px ;
height: 100%;
margin-left: 200px;
overflow: auto;
background-color: #FFFFCC;
}
.menu {
position: absolute;
left: 0px;
width: 200px;
height: 100%;
}
.aide {
width: 550px ;
/* height: 100%; */
margin-left: 200px;
/*overflow: auto; */
background-color: #FFFFCC;

}
.entete {
background-color:#000099;
width: 550px ;
margin-left: 200px;
}
.style1 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0000FF;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.titrerouge {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.texteblanc {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #FFFFFF;
}
.style1_rouge {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.style1_gris {

	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.style6 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.style2_jaune {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
.grostexteblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
