a:active  {
	text-decoration : underline;
	font-weight: bold;
	color:#CCCCCC;
	}
	
a:link {
	text-decoration : underline;
	font-weight: bold;
	color:#CCCCCC;
	}
	
a:visited {
	font-weight: bold;
	color:#CCCCCC;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration : none;
	font-weight: bold;
	color:#666666;
	}

a.nav:active  {
	text-decoration : none;
	color:#CCCCCC;
	}
	
a.nav:link {
	text-decoration : none;
	color:#CCCCCC;
	}
	
a.nav:visited {
	text-decoration: none;
	color:#CCCCCC;
	}
	
a.nav:hover {
	text-decoration : none;
	color:#666666;
	}

body {
	background-color:#333333;
	background-image:url(../images/index.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

table.cadre {
	height: 100%;
	width: 100%;
	border: none;
}

td.frame {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.principal {
	background-image:none;
	background-repeat: no-repeat;
	background-position:left center;
	background-color:#333333;
	height: 500px;
	width: 900px;
	
}
div.menu {
	position:relative;
	height:auto;
	width: 780px;
	top:0px;
	color:#FFFFFF;
}	

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#333333;
}

