/* CSS Document principal */

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	}
	
#main {
     position: relative; 
     margin-left: auto;
     margin-right: auto;
     width: 840;
     text-align: left;
     }

#global {
	position:relative;
	z-index:1;
	left: 0px;
	top: 0px;
	width: 840px;
	height: 1500px;
}
	 
#Layer1 {
	position:absolute;
	width: 840px;
	height: 200px;
	z-index:1;
	left: 0px;
	top: 0px;	
}

#Layer2 {
	position:absolute;
	width:99px;
	height:39px;
	z-index:1;
	left: 30px;
	top: 1456px;
}

#Layer3 {
	position:absolute;
	width:99px;
	height:39px;
	z-index:2;
	left: 150px;
	top: 1458px;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CC9933;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/* CSS entete */

#logo {
	position:absolute;
	width:320px;
	height:160px;
	z-index:2;
	left: 0px;
	top: 0px;
}

#photo {
	position:absolute;
	width:520px;
	height:160px;
	z-index:2;
	left: 320px;
	top: 0px;
}

#menu {
	position:absolute;
	width:840px;
	height:30px;
	z-index:2;
	left: 0px;
	top: 170px;
}

