/***********************/
/* Entete de la page : */
/***********************/
.recherche_entete_page
{
	color					: #FFFFFF;
	font-size				: 26pt;
	letter-spacing			: 3pt;
}

/***************************/
/* Formulaire de recherche */
/***************************/
.recherche_formulaire
{
	margin-left				: 10px;
	padding					: 10px;
	background-color		: #F4F0E6;
	background				: #F4F0E6;
	width					: 600px;
	text-align				: left;
	border-right-style		: solid;
	border-right-color		: lightgrey;
	border-right-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-color		: lightgrey;
	border-bottom-width		: 1px;
	
}
.recherche_formulaire_titre
{
	font-style				: italic;
	font-weight				: bold;
	text-align				: center;
}
.recherche_formulaire_input
{
	border-style			: solid;
	border-width			: 1px;
	border-color			: lightgrey;
	width					: 150px;
}
.recherche_formulaire_genre_spectacle_paragraphe
{
	width					: 170px;
	height					: 22px;
	border					: 1px solid lightgrey;
	padding 				: 0px;
	margin					: 0px;
}
.recherche_formulaire_genre_spectacle_liste
{
	width					: 170px;
  	background-color		: #F4F0E6;
	background				: #F4F0E6;
  	border					: 2px solid transparent;
}
.recherche_formulaire_texte_bouton
{
	font-size				: 8pt;
}

/******************************/
/* Résultat de la recherche : */
/******************************/
.recherche_bandeau_resultat
{
	width					: 100%;
	background-color		: #F4F0E6;
	background				: #F4F0E6;
	border-top-style		: solid;
	border-top-color		: lightgrey;
	border-top-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-color		: lightgrey;
	border-bottom-width		: 1px;
	height					: 30px;
	text-align				: center;
	padding-top				: 10px;
	font-style				: italic;
	font-weight				: bold;
	color					: gray;
}
.recherche_bandeau_spectacles_passes
{
	width					: 100%;
	background-color		: #F4F0E6;
	background				: #F4F0E6;
	border-top-style		: solid;
	border-top-color		: lightgrey;
	border-top-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-color		: lightgrey;
	border-bottom-width		: 1px;
	height					: 30px;
	text-align				: center;
	padding-top				: 10px;
	font-style				: italic;
	font-weight				: bold;
	color					: gray;
}
.recherche_message_liste_vide
{
	width					: 100%;
	text-align				: center;
	font-style				: italic;
	color					: gray;
}
