/* = CORPS DE PAGE = */
/** == CONTENU DU SITE == **/
#site-content{
	padding: 0 0 30px;
}
/*** === TABULATIONS DE MISE EN AVANT === ***/
#site-content #content-front_page .focus-tab-navs{
	margin-left:-15px; margin-right:-15px;
}
#site-content #content-front_page #focus-tabs .focus-tab-nav{
	font-size:32px;
	font-weight:100;	
	line-height:1.4;
	float:left;
	width:50%;
	padding-left:15px; padding-right:15px;	
}
#site-content #content-front_page #focus-tabs .focus-tab-nav a{
	color:#CCC;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-color: #CCC;
	text-decoration:none;
}
#site-content #content-front_page #focus-tabs .focus-tab-nav a:hover{
	color:#999;
	border-color:#999;
}
#site-content #content-front_page #focus-tabs .focus-tab-nav.active a{
	color:#1F1F1F;
	border-color:#FF9600;
}
#site-content #content-front_page #focus-tabs .focus-tab-content{
	display:none;
}
#site-content #content-front_page #focus-tabs .focus-tab-content.active{
	display:inherit;
}
#site-content #content-front_page #focus-tabs .focus-tab-content article .entry-title{
	font-size:20px;
	font-weight:300;
	line-height:1;
}
#site-content #content-front_page #focus-tabs .focus-tab-content article .entry-excerpt{
	font-size:14px;
}
/** = WP ADMINBAR RESPONSIVE = **/
@media screen and (max-width: 480px){
	/* = CORPS DE PAGE = */
	/** == CONTENU DU SITE == **/
	#site-content #content-front_page #focus-tabs .focus-tab-nav{
		text-align:center !important;
		font-size:24px;
	}
}