html, body {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
    text-align: center;
	position: relative;
	width: 854px;
	height:1000px;
	font-family: "Times New Roman", Times, serif;
	background-color:#FFFFFF;
}

.cadre_titre {
	position: absolute;
	text-align:justify ;
	left: 0px;
	top:0px;
	width: 278px;
	height: 184px;
	background-color:#F3F2F4;
}


.cadre_bandeau {
	position:absolute;
	top:0px;
	left:278px;
	width:576px;
	height: 184px;
}

.cadre_menu {
	text-align:justify;
	position: absolute;
	left:0px;
	padding-top:8px;
	width: 211px;
	background-color:#E0E0E0;
	top: 184px;
	height: auto !important;
	height: 1000px;
	min-height: 1000px;
}

.contenant_bas{
text-align:justify;
position: absolute;
left:0px;
top: 184px;
width: 846px;
height:auto;
background-color:#E0E0E0;
}

.cadre_principal {
	text-align:justify;
	position:absolute;
	top:184px;
	left:211px;
	width: 635px;
	padding-left:8px;
	padding-top:8px;
	background-color:#F3F2F4;
	color:#535353;
   	height: auto !important;
	height: 1000px;
	min-height: 1000px;
}

.refer {
	position:absolute;
	bottom:0px;
	font-size:0.7em;
}

a:link {
	color: #535353;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #535353;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #535353;
}

.style1 {
font-size: 0.9em;
}
