
/* **************** Début bloc image entète ***************** */
div.cass-banniere
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 998px; /* Largeur du bandeau */
	height: 175px; /* hauteur du bandeau */
}
/* Vue de Cassagnes, bandeau par défaut*/
div.cass-banniere-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 998px;
	height: 175px;
	background-image: url('../images_frame/bannieres/banniere_cass.png');
	background-repeat: no-repeat;
	background-position: left top;
}
/* Bannière Capitelles */
div.cass-banniere_capitelles-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 998px;
	height: 175px;
	background-image: url('../images_frame/bannieres/banniere_capitelles.png');
	background-repeat: no-repeat;
	background-position: left top;
}
/* **************** Fin bloc image entète ***************** */