#focus{
	clear: both;
	height: 242px;
	border: 4px solid #FFFFFF;
	background: #FFFFFF;
	overflow: hidden;
}

#menuFocus{
	float: left;
	width: 230px;
	height: 242px;
	overflow: hidden;
}

#menuFocus .itemFocus{
	background: URL("../img/fond_focus-menu.png") no-repeat left bottom;
	height: 46px;
	padding: 10px 25px 5px 10px;
	cursor: pointer;
}

#menuFocus .itemFocus h2{
	font-family: Arial;
	font-size: 14px;
	color: #333333;
}
#menuFocus .on{
	background: URL("../img/fond_focus-menu-actif.png") no-repeat left bottom !important;
}
#menuFocus .over{
	background: URL("../img/fond_focus-menu-over.png") no-repeat left bottom;
}
#menuFocus .on h2{
	color: #004b98;
}

.contentFocus{
	position: relative;
	margin-left: 232px;
	width: 760px;
	height:242px;
}

.contentFocusHidden{
  display:none;
}

.contentFocus img{
	display: block;
	border:0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

.contentFocusInner{
	position: relative;
	padding: 30px 450px 0 30px;
	z-index: 2;
}

.contentFocusInner h2{
	margin-bottom: 10px;
}

#actus{
	margin: 6px 0 7px 0;
}
#actus h2{
	float: left;
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
}

#actus p {
	float: left;
	color: #FFFFFF;
	line-height: 20px;
}

#actus a{
	text-decoration : none;
	color:#FFFFFF;
}

#actus h2.archive{
	float: right;
}

#middleInner p.bodytext{
	width: 300px;
}
