/*GENERAL SETTINGS*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	align:center;
}
a {
	text-decoration: none;
	border-width: 0px;
	line-height: normal;
}
a:hover {
	color: #5787a4;
	text-decoration: underline;
}
img {
 border:0px;
}

#imageContainer {
	position:relative;
	margin:auto;
	width:902px;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:-103px; left:0;
}

.bottom_text {
	color: #FFFFFF;
	font-size: 11px;
	padding-right:10px;
}
.menu_text {
	color: #312314;
	font-weight: bold;
	font-size: 12px;
}
.menu_haut {
	color: #312314;
	padding-right:50px;
	font-weight: bold;
	font-size:11px;
}
.menu_encart {
	color: #312314;
	font-weight: bold;
	font-size:14px;
}
.text_marron {
	color: #312314;
}
.titre_bleu {
	color: #066ea0;
	font-weight: bold;
	font-size:18px;
}
.titre_prog {
	color: #db9701;
	font-weight: bold;
	font-size:16px;
}
.text_normal {
	color:#000000;
	font-size:10px;
}
.text_haut {
	color: #312314;
	font-weight: bold;
	font-size:11px;
}
.resume {
	color:#000000;
	font-size:10px;
}
.back_presentation {
	background-image: url(../images/presentation_bas.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.cadre_gris{
	border: 1px solid #d4d0c6;
}