body {
	background-color: #e9e9e9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.menuOFF {
	background-image: url(../images/menuOFF.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.menuON {
	background-image: url(../images/menuON.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.menuOFF a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #E9E9E9;
	text-decoration: none;
	padding-left: 21px;
}

.menuON a, .menuOFF a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
	padding-left: 21px;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2365AF;
	text-decoration: underline;
}


a:hover {
	color: #67A0E0;
}

.moiadesign,.moiadesign a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.Titre1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2365AF;
	text-decoration: none;
}

.Titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2365AF;
	text-decoration: none;
}
.texteselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2365AF;
	text-decoration: none;
}

#site{
	position:absolute;
	width:100%;
	height:100%;
}

#mask{
	position:absolute;
	height:2000px;
	width:100%;
	left:0;
	top:-2000px;
	background-color:#000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#imgbox{
	position:absolute;
	border:5px solid #FFF;
	cursor:pointer;
	opacity:0;
	width:1px;
	height:1px;
	margin:0 auto;
	top:0;
	left:0;
}

