body {
	margin: 0px;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(../images/fond_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #f5f7f9;
}
#header {
	background-color: #FFFFFF;
	width: 950px;
	height: 167px;
	background-image: url(../images/fond_header.jpg);
}
#menu {
	width: 950px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #96A9BD;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #E2E8EF;
	background-image: url(../images/fond_menu.gif);
	background-repeat: repeat-x;
}
#menu a {
	text-decoration: none;
	width: 200px;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#menu a:hover {
	background-color: #E31818;
	background-image: url(../images/fond_menu_ahover.gif);
	background-repeat: repeat-x;
}
#content {
	width: 850px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #8293A5;
	font-weight: lighter;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #E31818;
	font-weight: lighter;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 850px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #96A9BD;
	padding-top: 10px;
}
#footer a {
	text-decoration: none;
	color: #748393;
}
.cliquer {
	background-color: #E31818;
	background-image: url(../images/fond_menu_ahover.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-weight: bold;
}
#content a {
	color: #E31818;
	text-decoration: none;
}
#content a:hover {
	color: #7A93AD;
	text-decoration: underline;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C1C8D0;
	font-weight: lighter;
}
.txt_important {
	color: #E31818;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #819AB2;
}
.descri_partners {
	font-size: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
