body{
	font-family:Arial, Georgia, "Times New Roman", Times, serif;	
	font-size:11px;
	color: #240000;
	background-color: #F3FFE9;
	background-repeat: repeat-x;
	margin-top:20px;
}
.smaller_text{
	font-size:9px;
}
a {

	color: #240000;
}
#main {
	position : relative;
	margin-left: auto;
	margin-right: auto;
	width: 801px;
	text-align: left; /* on rétablit l'alignement normal du texte */
}
#nav_haut{
	text-align: center;

}
.separator0{	
	background-color:#B1BFC8;
	height: 6px;
}
.separator{
	background-color:#2B4352;
	height: 6px;
}
#content{
	text-align: left;
	height:346px;
	background-color:white;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
}
#content_text{
	text-align: left;
	height:346px;
	background-color:white;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
}
h3{
	color: #240000;
	font-size:12px;
	font-weight:bolder;
}
.body_text{
	margin:8px;
	padding:8px;
}
td{
	color: #240000;
	font-size:12px;

}
.thumb_separator{
	width:60px;
	position:relative;
	float:left;
}
.thumb{
	background-image: url(../images/thumb.jpg);
	background-repeat: repeat-x;
	width:200px;
	position:relative;
	float:left;
}
.thumb_left{
	position:relative;
	float:left;
	background-image: url(../images/thumb_left.jpg);
	background-repeat: no-repeat;
	width:12px;
	height:116px;
}
.thumb_content{
	font-size:11px;
	padding-top:4px;
}