/* CSS Document */
#global {
   position:relative; 
   left:0px; 
   top:0px; 
   width:0px; 
   height:0px; 
   z-index:0;
}

#fond {
    position:absolute;
	left:229px;
	top:-3px;
	width:0px;
	height:0px;
	z-index:5;
}
	
#btentrer {
    position:absolute;
	left:395px;
	top:410px;
	width:0px;
	height:0px;
	z-index:6;
}

#flashreso {
	position: absolute;
	left: 370px;
	top: 490px;
	width: 188px;
	height: 225px;
	z-index: 4;
	
}

#liensmacro {
	position:absolute;
	left:420px;
	top:555px;
	width: 200px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	z-index:8;
}

#flash {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 900px;
	height: 600px;
	z-index: 2;
	
}


#copyright {
	position: absolute;
	left: 340px;
	top: 600px;
	width: 300px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	z-index: 5;
	
}

#mention {
	position: absolute;
	left: 340px;
	top: 650px;
	width: 300px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	z-index: 5;
	
}


a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;	
}

a.menu:hover {
    color: #CC0000;
}

