/* CSS Accueil */
#conteneur{
	background-color: #D4DBE3;
}
#gauche
{
	background-color: #98AEB5;
}
#droite
{
	background-color: #D4DBE3;
	background-image: url(../specifique/img/page_accueil_bg_droite.gif);
	background-repeat: repeat-x;
} 
#contenu{
	background-image: url(../specifique/img/page_accueil_centre.gif);
	background-repeat: no-repeat;
	width: 1000px;
	text-align: left;
	background-position: left top;
}

div.menu_accueil{
	float: left;
	height: 503px;
	width: 501px;
	margin-top: 206px;
	margin-right: 30px;
}
div.menu_accueil_spectacle_conteneur{
	clear: both;
	float: left;
	height: 145px;
	width: 501px;
}
img.menu_spectacles{
	float: left;
}
img.titre_saison_accueil{
	float: right;
	margin-top: 66px;
	margin-right: 5px;
	top: 10px;
}
img.pointilles_spectacles{
	float: right;
}
div.pousseur_texte{
	float: right;
	height: 200px;
	width: 220px;
}
p.spip{
	margin-right: 70px;
}
div.bandeaux{
	float: right;
	width: 210px;
	margin-right: 10px;
	margin-left: 20px;
}
img.bandeau{
	float: right;
}
#pied_gauche{
	background-color: #98ADB4;
}
#pied_centre{
	background-image:url(../specifique/img/page_accueil_pied_centre.gif);
	background-repeat: no-repeat;
	background-color: #D4DBE3;
	background-position: left top;
}
#pied_droite{
	background-image:url(../specifique/img/page_accueil_pied_bg_droite.gif);
	background-repeat: repeat-x;
	background-color: #D4DBE3;

}

