#FA_overall_container {
	display:block;
	position:relative;
	margin:0px 10px 0px;
}	

#FA_overall_container a:focus {
	outline:0px;
}
focus {
	outline:0px;
}

#FA_overall_container h3.FA_title_section { 	
	padding-top:1px;
	margin:0px 0px 3px;
	font-size:1.2em;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	letter-spacing:1px;
	color:#003333; 
	font-weight:normal;
	font-style:italic;
}

/*TOTALITE*/
#FA_featured_articles {
	display:block;
	position:relative;
	height:200px;
	width:500px;
	overflow:hidden;
	background:#2b3333 url(../../IMAGES/PARTENAIRE/article_bg.gif) repeat-x top;
}


/*PHOTO*/
#FA_featured_articles .FA_article .image_container{
	display:block;
	position:relative;
	margin:0px 10px 10px 0px;
	width:100px;
	height:100px;
	float:left;
	background-position:left center;
	background-repeat:no-repeat;	
	background-image:url()
}

/*DESCRIPTION */
#FA_featured_articles .FA_article{
	display:block;
	position:relative;
	clear:both;
	height:205px; 
	/* if you plan on using left slide morph, set width on the elements */
	width:480px;
	color:#CCCCCC;
	padding:10px;
	background:#263035 url(../../IMAGES/PARTENAIRE/article_bg.gif) repeat-x top;
	overflow:hidden;
	text-align:justify;
}


#FA_featured_articles .FA_article h2{
	margin:0px;
	padding:10px 0px 10px;
	font-size:1.4em;
	color:#D9F2FF;
	font-weight:normal;
	letter-spacing:2px;
	height:20px;
}

#FA_featured_articles .FA_article .FA_info{
	background:url(../../IMAGES/PARTENAIRE/desc_bg.png);
	color:#FFFFFF;
	display:block;
	position:absolute;
	/* hide the info  */
	bottom:-150px;
	left:0px;
	width:693px;
	height:75px;
	padding:20px;
	font-size:14px;
	border-top:10px #333333 solid;	
}

#FA_featured_articles .FA_article .FA_info a{
	color:#CCCCCC;
	text-decoration:none;
	font-size:16px;
	font-style:italic;
}

.FA_info .written, .FA_info .comments, .FA_info .readon{
	display:block;
	position:relative;
	width:175px;
	height:75px;
	float:left;
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:50px;
	text-align:left;
}
.FA_info .written { background-image:url(../../IMAGES/PARTENAIRE/clock.png); }
.FA_info .comments { background-image:url(../../IMAGES/PARTENAIRE/comments.png); }
.FA_info .readon { background-image:url(../../IMAGES/PARTENAIRE/search.png); }

#FA_featured_articles .FA_article p{
	font-size:1em; 
	color:#FFFFFF;
	margin:0px;
	padding:10px 0px 10px;
	line-height:18px;
}

/*
	this gets injected by JavaScript. 
*/
#FA_overall_container .FA_navigation {
	display:block;
	position:relative;	
	height:21px;
	overflow:hidden;
	padding-left:200px;
}

#FA_overall_container .FA_navigation a{
	display:block;
	position:relative;
	width:30px;
	height:20px;
	float:left;
	margin:0px;
	text-align:center;
	color:#999999;
	text-decoration:none;
	line-height:20px;
	background-image:url(../../IMAGES/PARTENAIRE/nav.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#FA_overall_container .FA_navigation a.active{
	background-position:bottom center;
	color:#EEE;
}

#FA_overall_container .FA_navigation a:hover{
	background-position:center center;
}