body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #16235A;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
a.email:link {
	color: #000066;
	text-decoration: none;
}
a.email:visited {
	color: #000066;
	text-decoration: none;
}
a.email:hover {
	color: #FFCC00;
	text-decoration: none;
}
a.email:active {
	color: #000066;
	text-decoration: none;
}
.text_big {
	font-size: 18px;
}
.text_small {
	font-size: 12px;
}
.text_blanc {
	color: #FFFFFF;
}
#fond {
	position:relative;
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
}
#box_top {
	position:relative;
	width: auto;
	height: auto;
}
#box_main {
	position:relative;
	float: left;
	width: 990px;
	height: auto;
	text-align: center;
	background-color: #0066CB;
	background-image: url(../images/fond_main.gif);
}
#box_intro {
	position:relative;
	float: left;
	width: 990px;
	height: auto;
	text-align: center;
	background-color: #16235A;
}
#box_bottom {
	position:relative;
	float: left;
	width: 990px;
	height: 51px;
}
#box_legal {
	position:relative;
	float: left;
	width: 990px;
	height: 35px;
	padding-top: 25px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/back_bas.jpg);
}
#box_menu {
	position:relative;
	float: left;
	width: 150px;
	height: 450px;
	background-image: url(../images/fond_menu.jpg);
	background-color: #0066CB;
	background-repeat: repeat-x;
}
#box_sep {
	position:relative;
	float: left;
	width: 840px;
	height: auto;
}
#box_texte {
	position:relative;
	float: left;
	width: 840px;
	height: auto;
	text-align: justify;
	background-color: #BFD7F1;
}
