/*--------------------------------------------------*/
/* home.css : style spécifique a la homePage        */
/*--------------------------------------------------*/

.home #menu-principal ul li ul {
	border-bottom:0.5em solid #fff;
}


#menuHome {
	font-size: 69%;
}

#menuHome .col-content {
	border-style:solid;
	border-width: 0 10px;
	padding:8px 5px 8px 5px;
	margin:0 0 0 10px;
}

#menuHome .col-content { border-color:#F4F6F9; background:#EBEFF5; }

#menuHome h2 {
	margin:0 0 5px 15px;
	font-weight:normal;
	font-weight:bold;
	font-size:1.4em;
}
/*

#menuHome .news {
	padding: 0 0 0.5em 0;
	margin: 0.5em 0;
	line-height:1em;
	
}
*/

#menuHome .news h3 {
	text-transform: uppercase;
	background: transparent url('img/SquareBulletBrown.gif') no-repeat 0 0.2em;
	padding: 0 0 0.2em 1em;
	font-size:1.1em;
	line-height:1em;
}
#menuHome .news a {
	text-decoration: none;
	padding: 0 0 1.5em 0;
	margin:0 0 0.7em 1em;
	display:block;
	text-align:justify;
	line-height:1em;
}
.fr #menuHome .news a {
	background: url('img/KnowMoreFr.gif') no-repeat bottom;
}
.en #menuHome .news a {
	background: url('img/KnowMoreEn.gif') no-repeat bottom;
}

#menuHome .news a:hover {
	color:inherit;
}

.home #content {
	border:none !important;
		margin-left:220px;
}


.contentHomeLeft {
	float:left;
	width:69%;
}

.contentHomeRight {
	float:right;
	width:30%;
}

.contentHomeLeft a, .contentHomeLeft a:visited {
	background: transparent url(img/BlueArrow.gif) no-repeat 5px 5px;
	display:block;
	padding:0 0 0 20px;
	float:left;
	margin:1em 1em 1em 0;
	
	font-size:1.1em;
	line-height:1.5em;
	font-weight:bold;
	text-decoration:none;
	color:#3BB3C0;
}

.HomeRightClickHere {
	padding:0 0 0 1.5em;
	
}
.HomeRightClickHere h4 {
	font-size:1.2em;
}

.HomeRightClickHere a {
	
	padding: 0 0 1.5em 0;
	margin:0 0 1em 0;
	display: block;
	text-decoration:none;
	color:inherit;
}

.fr .HomeRightClickHere a {
	background: transparent url(img/ClickHereFr.gif) no-repeat bottom left;
}

.en .HomeRightClickHere a {
	background: transparent url(img/ClickHereEn.gif) no-repeat bottom left;
}