body{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
margin:0px;
}
td,p{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
}
a{color:#000000}
.Style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}
.link1{
color:#999999;
font-size:11px;
}
.link2{
color:#000000;
font-weight:bold;
text-decoration:none;
}
.link3{
color:#000000;
text-decoration:none;
}
.fond {
	background-image: url(../img/img08.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.fondmenu {
	background-image: url(../img/img06.jpg);
	background-repeat: repeat-x;
}
#popup{
	z-index:1000;
	margin-left:auto;
	top:100;
	position:absolute;
	padding:20px;
	display:none;
	z-index:53;
	background:#FFF;
	border:3px solid #CCC;
	border-radius:10px;
}
#fondpopup{
	position:absolute;
	width:1000px;
	height:800px;
	z-index:51;
	left:0px;
	top:0px;
	background:#000000;
	display:none;	
}
#close{text-align:right; margin-bottom:10px;}
