#entete {
	
	width: 980px;
	height: 79px;
	background: #f4f0ef;
	
}


#entete #logo {

	position: absolute;
	left: 0;
	top: 0;
	width: 246px;
	height: 122px;

}


#entete #panneau_service {

	width: 580px;
	height: 62px;
	margin-left: 320px;

}

#entete #activites {

	display: block;
	margin-left: 324px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	font-style: italic;
	text-decoration: none;
	cursor: pointer;
	
	overflow: hidden; /* Enleve bug de la barre de défilement horizontale lors des effets d'opacités */

}
