@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	overflow: auto;
	margin: 0px;
}

 /* styles for IE 5 Mac */
 #horizon {
   position: absolute;
	background-color: transparent;
	top: 0px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 955px;
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	position: relative;
	text-align: left;
	width: 955px;
	height: 580px;
	margin: 0px auto;
	}

#Tableau-01 {
	margin-top:-300px;
	margin-left:-477px;
	position:absolute;
	top:50%;
	left:50%;
	width:955px;
	height:580px;
	visibility: visible;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #000;
}

.footer {
	font-size: 9px;
	text-transform: uppercase;
	color: #000;
}

.footer a {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	color: #C00;
	text-decoration: none;
}
#baseline {
	position: absolute;
	left:50%;
	margin-left:-477px;
	width:955px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-top: -12px;
	top: 96%;
	line-height: 1.2em;
}
#baseline a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#baseline a:hover {
	color: #C00;
	text-decoration: none;
}

