html, body {
width: 100%;
height: 100%;

}
body {

margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}

.conteneur {
	width: 100%;
	height: 100%;
	position: absolute;
	
	left: 0px;
	top: 0px;
}


.menu1 {

font-family: AntigoniBd;
font-size: 150%;
font-style: normal;
	top: 15%;
	left: 15%;
	position: absolute;
	text-align: right;
	width: 85%;
	height: 5%;
background-color: #EFA472;
	}

.header {
text-align:right;
height: 15%;
margin-right: 0%;

}
.menu2{
font-family: AntigoniBd;
font-size: 15px; 
top: 20%;
	position: absolute;
	left:0;
	width: 15%;
	height: 80%;
	
	
}
.frame {
top: 20%;
position: absolute;

margin-left: 15%;
width: 85%;
height: 80%;
background-color:#fff;
overflow: auto;
}
p {margin: 0 0 10px 0;}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}

h1
{
	text-align: center;
	font-family: AntigoniBd;
}
A:visited {

	color: Black;
}
A:hover {
	color: Black;
}
A:active {
	color: Black;
}
a {
	color: Black;
}
