/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#cadremenu {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:160px;
	z-index:1;
}
.bordpersobas
{
BORDER-TOP:0px;
BORDER-LEFT:0px;
BORDER-RIGHT:0px;
BORDER-BOTTOM:#999999 2px solid;
height:158px;
}
.bordpersocadre
{
BORDER-TOP:#999999 1px solid;
BORDER-LEFT:#999999 1px solid;
BORDER-RIGHT:#999999 1px solid;
BORDER-BOTTOM:#999999 1px solid;
}
#cadrecontenu {
	position:absolute;
	left:50%;
	top:160px;
	width:750px;
	height:auto;
	margin-left: -375px; /* moitié de la largeur */
	z-index:2;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}
.orange {color: #FF9900}
.bleu {color: #3399CC}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	background-color:#EFEFEF;
}
.lienmenu {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menubas {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#666666;
}
.textgris {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mapniveau1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight:bold;
	color:#333333;
}
.mapniveau2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color:#666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.bordpersojaunehaut
{
BORDER-TOP:#FFCC00 1px solid;
BORDER-LEFT:0px;
BORDER-RIGHT:0px;
BORDER-BOTTOM:0px;
}
.bordpersojaunebas
{
BORDER-TOP:0px;
BORDER-LEFT:0px;
BORDER-RIGHT:0px;
BORDER-BOTTOM:#FFCC00 1px solid;
}
.bordpersojaunegauche
{
BORDER-TOP:0px;
BORDER-LEFT:#FFCC00 1px solid;
BORDER-RIGHT:0px;
BORDER-BOTTOM:0px;
}
.bordpersojaunedroite
{
BORDER-TOP:0px;
BORDER-LEFT:0px;
BORDER-RIGHT:#FFCC00 1px solid;
BORDER-BOTTOM:0px;
}