<!--
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../imagesDesign/simplonPageBg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#topBanner{
	width: 877px;
	height: 118px;
	background-color: #FFFFFF;
	background-image: url(../imagesDesign/simplonHomeBanner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: auto;
	margin-top: 35px;
	padding: 0px;
	text-align: left;
}

#menu {
	width: 877px;
	height: 38px;
	/*background-color: #FFFFFF;
	border: #E6E7EC 1px solid;*/
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 0px;
	text-align: left;
}

#menuAdmin {
	width: 877px;
	height: 26px;
	background-color: #003366;
	border: #FFFFFF 1px solid;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
}
#menuAdmin p {
	margin: 5px 0px;
	font-size: 13px;
	font-weight: bold;
}
#menuAdmin a { padding: 5px 10px; border-right: #FFFFFF 1px solid; color: #FFFFFF;}
#menuAdmin a:link { background-color: #003366; text-decoration: none}
#menuAdmin a:visited { background-color: #003366; text-decoration: none}
#menuAdmin a:hover { background-color: #FF9900; text-decoration: none}
#menuAdmin a:active { background-color: #FF9900; text-decoration: none}

#foot {
	width: 877px;
	height: 50px;
	border: #022C44 1px solid;
	background-color: #003366;
	margin: auto;
	margin-top: 30px;
	text-align: left;
 	font-size: 13px;
 	color: #FFFFFF;
 	font-weight: bold;
 	clear: left;
}
#foot a:link { color: #FFFFFF; text-decoration: none}
#foot a:visited { color: #FFFFFF; text-decoration: none}
#foot a:hover { color: #FFFFFF; text-decoration: underline}
#foot a:active { color: #FFFFFF; text-decoration: underline}

#foot .cgv {
	margin-left: 5px;
	margin-top: 27px;
}
#foot .contact {
	float: right;
	margin-right: 5px;
	margin-top: 27px;
}

#copyright {
	width: 877px;
	margin: auto;
	margin-top: 10px;
	text-align: left;
 	font-size: 13px;
 	color: #022C44;
 	font-weight: bold;
}

#bottomMenu {
	width: 877px;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
 	font-size: 13px;
 	color: #333333;
}
#bottomMenu a:link { color: #003366; text-decoration: none}
#bottomMenu a:visited { color: #003366; text-decoration: none}
#bottomMenu a:hover { color: #003366; text-decoration: underline}
#bottomMenu a:active { color: #003366; text-decoration: underline}

#bottomMenu .cnil {
	font-size: 11px;
}
-->
