@charset "utf-8";
body {
	font-family: Frutiger, Helvetica, Arial,;
	font-size: 9pt;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(../images/carree_blanc.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
p {
	margin:0;
}
.7_point {
	font-size: 7pt;
}
.conteneur_00 {
	width: 1000px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.conteneur_droite {
	width: 835px;
	background-color: #FFFFFF;
	overflow: auto;
	height: 100%;
	text-align: left;
	position: absolute;
	left: 165px;
}
.conteneur_droite_1000 {
	width: 1000px;
	background-color: #FFFFFF;
	overflow: auto;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
}
.conteneur_gauche {
	width: 165px;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	height: 100%;
	text-align: left;
}

