@charset "utf-8";
/* CSS Document */
@import url("skin.css");

/* Copyright 2008 CLIENT (COMPANY). All Rights Reserved.
   The following software licensing rules apply:
   http://www.SITE-CLIENT.com/copyright-software */

/* ******************  BODY  *************** */
#contentCenterLeft {
	background: none;
}

/* ******************  BLOC EDITORIAL  *************** */
#editorial{
	height: 306px;
	width: 315px;
	background: transparent url(../img/editorial_bg.jpg) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#editorial h1{
	font-size:20px;
	color:#fa9f00;
	font-weight: bold;
	padding-top: 9px;
	margin-left: 17px;
    margin-bottom: 10px;
}
#editorial img{
	margin-right: 10px;
	float:left;
}
#editorial p{
    margin-left: 17px;
	margin-right: 10px;	
	font-size:10px;
	color:#5c5c5c ;
}
#editorial a{
	display: block;
	height: 31px;
	width: 114px;
	background: transparent url(../img/btn_read_more_edito.jpg) top left no-repeat;
	text-decoration: none;
	margin-left: 177px;	
	margin-top: 10px;
}
#editorial a span{
	visibility: hidden;
}

/* ******************  BLOC VIDEOS  *************** */

#videos{
	height: 306px;
	width: 315px;
	background: transparent url(../img/editorial_bg.jpg) top left no-repeat;	
	position: absolute;
	top: 0;
	left: 318px;
	padding-left: 15px;
	padding-top: 8px;
}
#videos img{
	padding: 0;
	margin-left: 15px;
	margin-top: 8px;
}
#videos a{
	display: block;
	height: 31px;
	width: 114px;
	background: transparent url(../img/btn_see_all.jpg) top left no-repeat;
	text-decoration: none;
	margin-left: 160px;	
	margin-top: 3px;
}
#videos a span{
	visibility: hidden;
}

/* ******************  BLOC NEWS  *************** */

#news{
	height: 181px;
	width: 315px;
	background: transparent url(../img/news_bg.jpg) top left no-repeat;	
	margin-top:7px;
	position: absolute;
	top: 305px;
	left: 0;
}
#news h1{
	font-size:20px;
	color:#fb5757;
	font-weight: bold;
	padding-top: 12px;
	margin-left: 17px;
    margin-bottom:15px;
}
#news img{
	margin-left: 17px;
	margin-right: 4px;
	float:left;
}
#news li{
	margin-right: 10px;	
	font-size:10px;
	margin-top:3px;
	color:#5c5c5c ;
}
#news a.lien{
	display: block;
	height: 31px;
	width: 114px;
	background: transparent url(../img/btn_read_more_news.jpg) top left no-repeat;
	text-decoration: none;
	margin-left: 177px;	
	margin-top: 5px;
}
#news a.lien span{
	visibility: hidden;
}


/* ******************  BLOC FOCUS  *************** */


#focus{
	height: 181px;
	width: 315px;
	background: transparent url(../img/focus_bg.jpg) top left no-repeat;	
	margin-top:7px;
	margin-left: 5px;
	position: absolute;
	top: 305px;
	right: 0;
}
#focus h1{
	font-size:20px;
	color:#5776fb;
	font-weight: bold;
    padding:0;
	padding-top: 12px;
	margin-left: 17px;
    margin-bottom:15px;
}
#focus img{
	padding: 0;
	margin-right: 4px;
	margin-top:3px;
	float:left;
}
#focus li{
	margin-right: 10px;	
	font-size:10px;
	margin-top:3px;
	color:#5c5c5c ;
	margin-left:17px;
}
#read_focus{
	display: block;
	height: 31px;
	width: 114px;
	background: transparent url(../img/btn_read_more_focus.jpg) top left no-repeat;
	text-decoration: none;
	margin-left: 177px;	
	margin-top: -10px;
}
#focus a span{
	visibility: hidden;
}