body{
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.titrepage {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #EFDC52;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #EFDC52;
}
.titreA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 47px;
	font-style: normal;
	font-weight: bold;
	color: #EFDC52;
}
.titreB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #EFDC52;}

td.menubkg {
	background-image: url(../images/am_menu_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
td.menubkg2 {
	background-image: url(../images/am_menu_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a.menu ,a.Smenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFDC52;
	font-style: normal;
	text-decoration: none;
	line-height: 24px;
}
a.menu {
	padding-right: 15px;
}
a.Smenu {
	padding-right: 30px;
}
a.menu:hover, a.Smenu:hover {
	color: #F9F393;
}
a.link {
	color: #EFDC52;
}
a.petit {
	color: #EFDC52;
	font-size: 9px;
}


#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;
}
