body {
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../img/background.jpg);
	background-repeat:repeat;
}

img {border:none;}
a:link { font-weight:normal; text-decoration:none; color:#000000; }
a:visited { font-weight:normal; text-decoration:none; color:#FF6600; }
a:hover, a:active { text-decoration:underline; color:#FF6600; }
select, input { font-size:11px; }
textarea { font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; }

/* Zones spécifiques */
#conteneur {
	position:absolute;
	left:50%;
	top:50%;
	width:970px;
	height:570px;
	margin-top:-285px;
	margin-left:-485px;
	border:0px;
	z-index:1;
}

#haut {
	position:absolute;
	width:970px;
	height:60px;
	top:0px;
	left:0px;
	text-align:center;
	background-color:#FFFFFF;
	z-index:2;
}

#milieu {
	position:relative;
	left:140px;
	width:830px;
	height:430px;
}

#texte {
	position:absolute;
	left:0px;
	width:970px;
	height:480px;
	top:60px;
	background-color: #FFFFFF;
}

#bas {
	position:absolute;
	text-align:center;
	top:540px;
	left:0px;
	width:970px;
	height:30px;
	background-color:#FFFFFF;
}

#menu {
	position:absolute;
	left:0px;
	top:186px;
	width:140px;
	height:175px;
	background:none;
	font-family:"Trebuchet MS", Verdana, Arial;
	letter-spacing:1px;
	z-index:4;
}

.menuBox {
	width:140px;
	height:35px;
	text-align:left;
}
.menuBox a, .menuBox a:visited, .menuBox a:active {
	width:140px;
	text-align:left;
	color:#FFFFFF;
	text-decoration:none;
	/*background-image:url(../img/poil.jpg);
	background-repeat:no-repeat;*/
}
.menuBox a:hover {
	width:140px;
	text-align:left;
	color:#FFFFFF;
	text-decoration:none;
	/*background-image:url(../img/poil_over.jpg);
	background-repeat:no-repeat;*/
}

.bigText {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#333333;
}
.bigTextNormal {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#333333;
}
.smallText {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9px;
	color:#000000;
}
.whiteText {
	color:#FFFFFF;
}
.yellowClass {color: #FFCB55}

