a:active {
	color: #CC0033;
	text-decoration: none;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#CC0033;
}

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	vertical-align: top;
	text-align: left;
	color: #999999;
	margin-right:auto;
	margin-left:auto;
}

table.cadre {
	height: 100%;
	width: 100%;
	border: none;
}

td.frame {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

div.principal {
	margin-bottom:0px;
	margin-left:0px;
	background-color: #000000;
	height: 700px;
	width: 810px;
	border: 1px solid #333333;
}
	
div.mascara {
	background-image:url(../web/fotos/img_mascara.jpg);
	background-repeat:no-repeat;
	width: 200px;
	height: 406px;
	border: none;
	position: absolute;
	left: 600px;
	top: 240px;
	z-index: 2;
}

img.imgmascara {
	height: 406px;
	width: 200px;
	border: none;
}

div.imgbio{
	background-image:url(../web/fotos/img_bio.jpg);
	background-repeat:no-repeat;
	height:580px;
	width:25px;
	border:none;
	position:absolute;
	left:0px;
	top:135px;
	
}
img.bio{
	height:580px;
	width:30px;
	border:none;
}

div.global {
	height: 600px;
	width: 750px;
	overflow: auto;
	position: absolute;
	left: 40px;
	top: 120px;
	z-index: 2;
}

p.contenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.menu {
	height: 50px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 5;
	cursor:hand;
}	

div.copyrigth{
    height:40px;
	widht:750px;
	position:absolute;
	left:40px;
	top:675px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	text-align:center
}
