/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Definition du calque bandeauNav
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#bandeauHome {
	width: 756px;
	height: 88px;
	background-color: #0F8C37;
	color: #FFF;


}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Calques a l'intérieur de bandeauNav
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#actus {
	width: 248px;
	height: 80px;
	float: left;
	color: #FFF;
	/*
	*/
}
#actus div {
	margin: 4px;
}
#actus div:hover {
	margin: 4px;
}
#atouts {
	height: 80px;
	margin-left: 260px;
	text-align: center;
	/*
	border: 1px dashed blue;
	*/
}
#atouts img {border: 0; text-decoration: none}	
#atouts div {
	width: 72px;
	margin: 2px 0 0 6px;
	float: left;
	color: #EEE;
	line-height: 2.1em;
	font-size: 0.6em;
	overflow: hidden;
	/*
	color: #778C37;
	color: #0F8C87;
	*/
}
a.atouts {
	text-decoration: none;
	color: #FEE;
}
a.atouts:hover {
	text-decoration: underline overline;
}
