/**
 * @file				home.css
 */
#menu ul ul {display:none;}

#content p {
	margin:0 0 18px;
	color:#002E60;
	font-weight:bold;
}
#content p.important {
	margin:0 0 15px;
	color:#178FD5;
	font-family:Georgia, Arial, sans-serif;font-size:1.65em;font-weight:normal;
}
#content p.important strong {
	font-weight:normal;font-size:1.25em;
}

/**
 * @section			push
 */
.push {float:right;}

/**
 * @section			
 */
#news {position:relative;}
#news .header {
	position:relative;z-index:2;
	height:34px;
	background:url(../img/home/bg/news-header.jpg) no-repeat;
}
#news .header .borderDecoration {
	position:absolute;top:34px;left:44px;
	display:block;
}

#news h2 {
	float:left;
	width:94px;
	margin:11px 0 0 5px;
	color:#EA8406;
	font-family:Arial, sans-serif;font-weight:bold;font-size:12px;
	text-align:center;
}

#news .header ul {
	float:left;
	width:395px;
	margin:9px 1px 0 0;
}

#news .header ul li {
	float:left;
	padding:0;
	background:none;
}

#news .header ul li a {
	display:block;
	border-top:1px solid #BDBCBD;border-bottom:1px solid #BDBCBD;border-right:1px solid #BDBCBD;padding:0px 5px;
	color:#6F6F6F;background:#D9DDDF;
	font-size:.85em;
	text-decoration:none;
}
#news .header ul li.first a {border-left:1px solid #BDBCBD;}

#news .header ul li a:hover,
#news .header ul li.select a {
	color:#FFF;background:#F38C0C;
}

#news .videoTestimonials {
	float:left;
	width:163px;height:24px;
	padding:9px 0 0;
	color:#6E6E6E;
	text-align:center;text-decoration:none;
}
#news .videoTestimonials:hover {
	text-decoration:underline;
}
#news .content {
	position:relative;z-index:1;
	width:663px;height:209px;
	background:url(../img/home/bg/news-content.jpg) no-repeat;
}
#news .content .wrapper {
	position:relative;
	overflow:auto;
	width:653px;height:204px;
	margin:0 0 0 5px;
}
.js #news .content .wrapper {overflow:hidden;}
#news .content .wrapper ul {
	position:relative;
}

#content #news .content li {
	position:relative;
	height:204px;
	padding:0;
	background:none;
}
#content #news .visual {
	position:relative;z-index:1;
}
#content #news .visual img {display:block;}
#content #news .text {
	position:absolute;top:0;left:0;z-index:2;
	width:439px;height:204px;
}
#content #news .text .bgWrapper {
	width:100%;height:204px;
	background:url(../img/home/bg/news-item-content.png) no-repeat;
}
#content #news .text a {position:relative;}

#content #news .text p,
#content #news .text ul {
	margin:0 20px 0 20px;
}
#content #news .text p {color:#545048;}

#content #news .text .date {
	padding-top:23px;margin-bottom:6px;
	color:#F49100;
	font-size:10px;font-weight:bold;font-family:Arial, sans-serif;
}
#content #news .text .title {
	margin-bottom:5px;
	font-size:16px;font-weight:normal;font-family:Arial, sans-serif;
}
#content #news .text .title strong {font-size:20px;font-weight:bold;font-family:Georgia, Arial, sans-serif;}

#content #news .text ul {
	position:absolute;bottom:14px;
	margin-left:16px;
}
#content #news .text ul li {
	float:left;
	height:auto;
	color:#545048;
	font-family:Arial, sans-serif;font-size:11px;
}
#content #news .text ul li a {
	float:left;
	padding:0 5px;
	color:#545048;
}
#content #video {
	/*display:none; */
	display: block;
	height:35px; width:245px;
	padding:15px 0 0 55px;
	text-decoration: none;
	background: url(../img/home/bg/btn_video.png) no-repeat top left;
}
#content #video:hover {
	/*display:none; */
	background-position: bottom left;
}

#youtube {
	display:none;
}

#videoyoutube {
	
}

#news .leftCorner,
#news .rightCorner {position:absolute;top:234px;z-index:2;}
#news .leftCorner {left:5px;}
#news .rightCorner {left:654px;}





#serviceCivique {
    position: absolute; left: 50px; top: -80px;
}





/**
 * @section 			easyclearing
 */
#news .header ul:after,
#news .header:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

