


#fa_frame {
/*definition de la taille du carousel*/
	background-color:transparent;	
	position:relative;
	padding:0;
	margin:0;
	display:block;
	text-align:center;
	margin-left: auto; 
  margin-right: auto;
	
	
	/* IE */ 
filter:alpha(opacity=90); 
/* reste du monde civilisé */ 
opacity:0.9;

	
	/*si prend toute la largeur du bandeau
	width:885px;
	height:195px;
	top:22px;
	*/
	
	/*si ne prend toute la largeur du bandeau*/
	width:850px;
	height:198px;
	top:25px;	
 
}


.fa_article {
	position:relative;
	left:0;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
	
	
}


img.fa_image {
	position:relative;
	top:0px;
	height:100%;
	width:100%;
	padding:0px;
	margin: 0; 
	text-align: center; /* pour corriger le bug de centrage IE */ 
}


.fa_bandeau {
	margin:0px;
	padding:0px;
	color:white;
	font-size:14px;
	bottom:0%;
	left:0;
	height:20%;
	width:100%;
	background:black;
	opacity:0.5;
	filter:Alpha(Opacity=50);
	position:absolute;
	z-index:2;
	text-decoration:none;
}

.fa_bandeau h1 {
	color:white;

}
.fa_bandeau p {
	margin:0;
	
}


a.fa_submit {
	position:absolute;
	z-index:1;
	top:100px;
	margin:0;
	padding:0px;
	
	}

a.fa_moar {
	text-decoration:none;
	float:left;
	top:30px;
}

a.fa_moar:hover {
	font-weight:bold;
}

a.fa_edit {
	position:absolute;
	top:50px;
	right:5px;
	font-size:14px;
}
.fa_title a{
float:left;
margin-bottom:0px;
text-decoration:none;

}
/*
.fa_article:hover a.fa_prev, .fa_article:hover a.fa_next {
	width:40px;
	height:40px;
	
	position:absolute;
	display:block;
	
	opacity:0.4;
	filter:alpha(opacity=40);
	
}

.fa_article:hover a.fa_prev {

	background:transparent url('../images/fa_prev.png') no-repeat 0 0;
	top:67px;
	left:10px;
	
}

.fa_article:hover a.fa_next {
	background:transparent url('../images/fa_next.png') no-repeat 0 0;
	top:67px;
	right:10px;
}

.fa_article:hover a.fa_prev:hover, .fa_article:hover a.fa_next:hover {
	opacity:0.8;
	filter:alpha(opacity=80);		
}
*/

/*
commentaire
*/
