body {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #24305A;
	color: #FFF;
}
H1.titre{
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #85C608;
	font-weight: bold;
} 
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #FAAF2F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FAAF2F;
}
a:hover {
	text-decoration: none;
	color: #85C608;
}
a:active {
	text-decoration: none;
	color: #FAAF2F;
}
.Style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9600;
	font-size:16px;
}
.Style8 {color: #FFFDFE}
.Style9 {color: #FFFFFF}
.Style10 {font-size: 12px}
.Style11 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
.Style12 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.index {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; font-weight: bold;}

#fond {
	position:relative;
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#box_main {
	position:relative;
	float: left;
	width: 980px;
	height: auto;
	color: #FFF;
}
#box_left {
	position:relative;
	float: left;
	width: 550px;
	height: auto;
}
#box_right{
	position:relative;
	float: left;
	width: 430px;
	height: auto;
	text-align: right;
}
#box_bottom{
	position:relative;
	float: left;
	width: 980px;
	height: auto;
}
#box_content_fr {
	position:relative;
	float: right;
	width: 391px;
	height: 195px;
	background-image: url(../images/back_index2.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
}
#box_content_en {
	position:relative;
	float: right;
	width: 391px;
	height: 195px;
	background-image: url(../images/back_index1.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
}
#box_content {
	position:relative;
	float: right;
	width: 391px;
	height: 228px;
	background-image: url(../images/back_index3.jpg);
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
}
:focus {outline:none}

