/*********************************************************/
/* Image blanche du fond en haut de la page d'accueil : */
/********************************************************/
.fond_haut_accueil
{
	position 		: absolute;
	top 			: 0px;
	left 			: 0px;
	width			: 750px;
	height			: 67px;
	border			: 0px;
}

/***********************************/
/* Calendrier de toute la saison : */
/***********************************/
.calendrier_saison
{
	position 		: absolute;
	top 			: 39px;
	right 			: 0px;
	width			: 170px;
}

/***************************/
/* Spectacle à l'affiche : */
/***************************/
.spectacle_affiche
{
	position 		: relative;
	top 			: 10px;
	left 			: 0px;
}
.spectacle_affiche_titre
{
	position 		: absolute;
	top 			: 0px;
	left 			: 0px;
}
.spectacle_affiche_image
{
	position 		: absolute;
	top 			: 40px;
	left 			: 10px;
	width			: 100px;
}
.spectacle_affiche_detail
{
	position 		: absolute;
	top 			: 40px;
	left 			: 130px;
	width			: 400px; 
	font-size		: 8pt;
}

/* ******************************* */
/* Les prochains spectacles        */
/* ******************************* */
.prochains_spectacles_colonne1
{
	position 		: absolute;
	top 			: 210px;
	left 			: 50px;
	font-size		: 8pt;
	width			: 200px;
}
.prochains_spectacles_colonne2
{
	position 		: absolute;
	top 			: 210px;
	left 			: 260px;
	font-size		: 8pt;
	border-left		: 2px;
	border-left-style : solid;
	border-left-color : lightgrey;
	padding-left		: 10px;
	width				: 200px;
}
.prochains_spectacles_colonne3
{
	position 		: absolute;
	top 			: 210px;
	left 			: 510px;
	font-size		: 8pt;
	border-left		: 2px;
	border-left-style : solid;
	border-left-color : lightgrey;
	padding-left		: 10px;
	width				: 200px;
}
.prochains_spectacles_titre
{
	font-weight		: bold;
	color			: black;
}
.prochains_spectacles_date
{
	font-size		: 7pt;
	color			: #666666;
}
a.prochains_spectacles_lien_titre 			{ color:#000000; 	text-decoration:none; }
a.prochains_spectacles_lien_titre:visited 	{ color:#000000; 	text-decoration:none; }
a.prochains_spectacles_lien_titre:hover 	{ color:lightgrey; 	text-decoration:none; }

/* ******************************* */
/* Boutons des menus sur l'accueil */
/* ******************************* */
#boutons_menus_accueil
{
	position		: absolute;
	top				: /*483px*/425px;
	margin-left		: 200px;						/* correspond à la largeur du menu principal */
	background-color: none;					/* compatible Firefox */
	background		: none;					/* compatible IE */
	overflow		: hidden;
}
.bouton_menu_accueil
{
	border			: 0px;
	border-style	: none;
	/*width			: 60px;*/
	text-align		: center;
}

.bouton_menu_lien
{
	color			: #FFFFFF;
	font-size		: 8pt;
	font-weight		: bold;
	font-family		: Georgia, Verdana, Arial;
	cursor			: normal;
}
.bouton_menu_lien_over
{
	color			: #000000;
	font-size		: 8pt;
	font-weight		: bold;
	font-family		: Georgia, Verdana, Arial;
	cursor			: pointer;
}

/* ******************************* */
/* Images des genres de spectacle  */
/* ******************************* */
.image1_accueil
{
	position		: absolute;
	top				: 15px;
	left			: 77px;
	border			: 0px;
}

.image2_accueil
{
	position		: absolute;
	top				: 143px;
	left			: 77px;
	border			: 0px;
}

.image3_accueil
{
	position		: absolute;
	top				: 271px;
	left			: 77px;
	border			: 0px;
}

.image4_accueil
{
	position		: absolute;
	top				: 399px;
	left			: 77px;
	border			: 0px;
}

.image_actualites_accueil
{
	position		: absolute;
	top				: 518px;
	left			: 478px;
	border			: 0px;
}





