body {
	text-align: center;
	margin:0;
	padding:0;
	font-family:"Arial";
}

#top {
	position:fixed;
	top:0;
	width: 100%;
	background: #000000;	
	height:22px;
}

#content {
	position: absolute;
	top: 100px;       
	width: 100%;
}

#fondtranslucide {
	
	background-color:#000000;
	width: 100%;
	margin: 120px 0;
	padding-top:5px;		
	height:201px;
	filter:alpha(opacity=75);
   -moz-opacity:0.75;
    opacity: 0.75;
}

#texteopaque {
	
   background-color: transparent;   
   position: absolute;              
   top:130px;
   margin-left:auto;
   margin-right:auto;
   width:100%;
   overflow:hidden;
}
	#texteopaque p {
		margin:auto;
		width:640px;
		font-size:12px;
		color:#cfcfcd;
		-moz-opacity:1; 		
	}
	

#bottom {
	
	position:fixed;
	bottom:0;
	background: #000000;
	width: 100%;
	height:30px;    
}


#titre1 {
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	padding: 0;
	width: 640px;
	height: 30px;	
	color:#ffffff;
	font-size:22px;
	font-weight:bold;	
}

#titre2 {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding: 0;
	width: 640px;
	height: 30px;	
	color:#aaaaaa;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
}

#titre_bas {
	color:#e8e8e7;
}

#pictos {	
	margin:8px 5px;
	
} 

