#global {
     position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
     width: 900px;
     text-align: left;
     }
	 
#header {
		position: absolute;
		z-index:1000;
		color: #fff;
		width: 100%;
		height: 20px;
		top: 2px;
		left: 20px;		
	}
	
#headerdroite {
		position: absolute;
		z-index:1000;
		color: #000000;
		background: #fff;
		width: 225px;
		height: 20px;
		padding-top:2px;
		top: 2px;
		left: 629px;		
	}
	
#footer {
		color: #333333;
	    font-size: 9px;
		width: 100%;
		height: 40px;
		position: absolute;
		top: 595px;
		left: 5px
		z-index: 100;
	}

#blocnoir {
		color: #FFFFFF;
	    font-size: 9px;
		width: 250px;
		height: 18px;
		position: absolute;
		top: 100px;
		font: 11px verdana,arial,helvetica,sans-serif;
		left: 20px;		
	}
	
#blocnoir a {
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 4px;
	color: #FFFFFF;
	height: 100%;
	}

#blocnoir a:hover {
	text-decoration: none;
	background-color: #666666;
	display: block;
	}
	
#blocnews {
		color: #FFFFFF;
		background: #000000;
		-moz-opacity: 0.7; filter: alpha(opacity=70);
		opacity: 0.7;
		-khtml-opacity:0.7;
	    font-size: 9px;
		width: 385px;
		height: 495px;
		overflow: scroll;
		overflow-x : auto;
		overflow-y: auto;
		position: absolute;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		top: 68px;
		text-align: justify;
		font: 11px verdana,arial,helvetica,sans-serif;
		left: 20px;		
	}
		
#blocnews a {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	}

#blocnews a:hover {
	text-decoration: none;
	background-color: #666666;
	}

#archives_img {
		color: #FFFFFF;
		background-color: transparent;
	    font-size: 11px;
		position: absolute;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		top: 37px;
		text-align: justify;
		font: 11px verdana,arial,helvetica,sans-serif;
		line-height: 6px;
		left: 210px;		
	}
		

#archives_img_lien {
		color: #FFFFFF;
	    font-size: 9px;
		width: 180px;
		height: 14px;
		position: absolute;
		top: 567px;
		font: 11px verdana,arial,helvetica,sans-serif;
		left: 20px;		
	}
	
#archives_img_lien a {
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 4px;
	color: #FFFFFF;
	height: 100%;
	}

#archives_img_lien a:hover {
	text-decoration: none;
	background-color: #666666;
	display: block;
	}

#flashcontent {
		width: 900px;
		height: 600px;
		position: absolute;
		z-index: 10;
		top : 0px;
	}

#actu {
		width: 900px;
		height: 600px;
		position: absolute;
		z-index: 10;
		top : 0px;
	}

#menu ul      
{
	padding : 2px 0px 2px 0px;
	margin : 0px; 
	list-style : none; 
	text-align : left;
	background-color:#FFFFFF;
}

#menu 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	position: absolute;
	top: 15px;
	left: 10px; 
	z-index:100;
	width: 835px; 
	padding:0;
	margin : 0; 
	list-style : none; 
	text-align : left;
}

#menu a
{
	display : block;
	padding : 0;
	background : #ffffff;        
	color: #333333;
	text-decoration : none;
	width : 139px;
}

#menu a:hover
{
	display : block;      
	color: #ccc;
	text-decoration : none;

}

#menu li      
{ 
	background-color:#fff;
	float : left; 
}

#menu li ul 
{ 
	position: absolute;
	width:139px; 
	left: -999em; 
}

#menu li ul ul 
{
        margin: -30px 0 0 139px ;
}


#menu li:hover ul ul, #menu li.sfhover ul ul 
{
        left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  
{
        left: auto; 
        min-height: 0; 
}




