#col_news {
	z-index:1;
	width:250px;
	height:275px;
	margin-left:-1px;
	position:absolute;
	top:275px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#titreNews{
	z-index:2;
	width:250px;
	height:36px;
	position:absolute;
	top:280px;
}

#infosNews{
	z-index:3;
	position:absolute;
	top:490px;
	margin-left:10px;
	color:#111111;
	font-family:TrebuchetMS;
	font-size:11px;
}

#infosNews span{
	text-transform:uppercase;
	font-size:14px;
}

#texte_news {
	height:125px;
	margin-left:10px;
}

/***************************
		SECTIONS
****************************/

#sections{
	width:750px;
	height:550px;
	float:right;
}

#sections div {
	width:250px;
	height:550px;
	float:left;
}

/***************************
		BTN SECTIONS
****************************/

.boutonHome {
	position:relative;
	overflow:hidden;
}
.boutonHome img {
	position:relative;
	cursor:pointer;
	z-index:2;
	border:none;
}
.boutonHome img:hover {
	top:-550px;
}
