/************************************************************************/
/* Liste des lieus                                                 */
/************************************************************************/
.lieu_liste_libelle_genre_entete
{
	color					: #FFFFFF;
	font-size				: 26pt;
	letter-spacing			: 3pt;
}
.lieu_liste
{
	background-color		: #FFFFFF;
	background				: #FFFFFF;
	padding-left			: 10px;
	margin-top				: 20px;
}
.lieu_liste_sous_titre
{
	font-size				: 10pt;
}
.lieu_liste_pied
{
	height					: 20px;
	padding-top				: 2px; /* permet de centrer le texte verticalement dans la div */
	padding-left			: 10px;
	background-color		: #FFFFFF;
	background				: #FFFFFF;
	color					: #81815D;
	font-weight				: bold;
}
.colonne_programmation { text-align : left; }
.colonne_en_savoir_plus_reserver { text-align : right; }
a.lien_en_savoir_plus_reserver 			{ color:#81815D; text-decoration:none; }
a.lien_en_savoir_plus_reserver:visited 	{ color:#81815D; text-decoration:none; }
a.lien_en_savoir_plus_reserver:hover 	{ color:#81815D; text-decoration:none; }

/************************************************************************/
/* Page détaillée d'un lieu                                        */
/************************************************************************/

.lieu_detail_conteneur_gauche
{
	padding					: 15px;
	margin-left				: 1px;
	/*overflow				: hidden;*/
}
.lieu_detail_conteneur_droite
{
	padding					: 15px;
	margin-left				: 1px;
	/*overflow				: auto;*/
	height					: 100%;
}

.lieu_detail_libelle_lieu_entete
{
	color					: #FFFFFF;
	font-size				: 20pt;
}

/* Détail des informations d'un lieu : */
.lieu_detail_titre 						{ font-size:16pt; font-weight:bold; color:#EF1921}
.lieu_detail_sous_titre 				{ font-family: Georgia, Verdana,sans-serif; font-size:14pt; color:#000000; font-weight:bold; }
.lieu_detail_texte_gris 				{ font-family: Georgia, Verdana, sans-serif; font-size: 10px; color: #666666; }

.lieu_detail_photos_colonne_droite
{
	width					: 150px;
	vertical-align			: top;
}

.lien_noir
{
	font-family				: Georgia, Verdana, sans-serif;
	font-size				: 10px;
	color					: #000000;
	text-decoration			: underline;
}

/*.lieu_detail_photo_petite				{ width : 100px; }*/
.lieu_detail_photo_grosse				{ width : 200px; }


