/* CSS pour la lecture des soldes / interface utilisateur */
.contenu {
/*	float: left; */
}

#gestiondb_le_type_evenements_filtres {
	margin-top: 0px;
}

/* Divisions */
#filtres_gauche {
	width: 128px;
	float: left;
}
#filtres_haut {
	width: 99%;
	margin-right: 2%;
	margin-bottom: 5px;
}

#partie_centrale {
	float: right;
	width: 800px;
	padding-top: 0px;
}

/* La où sont affichés les évènements */
#liste_soldes {
	margin-top: 20px;
}
.gestiondb_lecture_evenements UL {
	list-style-type: none;
}

/* Partie Gauche -- filtres -- */

#filtres_gauche * LI {
/*	list-style-type: none;
	padding-left: 20px;
*/
}
#filtres_gauche * LI:hover {
}

#filtres_gauche H3 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 9pt;
}

/* Elements génraux */
A.selected{
	font-weight: bold;
	color: #000;
}
/* 'affiner la recherche' --> filtres et leurs options */
A.selected.filtre_optionnel {
	position: relative;
}
IMG.filtre_optionnel {
	position: relative;
	padding-left: 2px;
	vertical-align: -5%;
}

/* TOpBOXes:: filtres concernant les types de produit */

.topbox {
	border: 1px dotted #DDDDDD;
	margin-top: 3pt;
	background-color: transparent;
	background-image: none;
	margin-bottom: 15px;
}
.topbox UL {
	//top: -6pt;
	position: relative;
}
.topbox H3 {
	position: relative;
//	top: -9pt;
	left: 5px;
	height: auto;
	background-color: #fff;
	display: inline;
	padding-left: 0px;
	padding-right: 5px;
	font-weight: 600;
	color :#87AA00;
	font-size: 11pt;
}
.topbox LI {
	list-style-type: none;
	display: inline;
	background-image: none !important;
	line-height: 16pt;
}

/* Checkboxes pour le menu sous-catégories */
.topbox A.selected.filtre_optionnel {
	display: inline;
	background-position: 0% 48%;
	padding-left: 14px;
	left: 8px;
}


/* -------  Message admin ------------ */
DIV.message_admin {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #EDEFF3;
	padding-left: 15px;
	color: #591C41;
}

/* Partie Centrale -- liste -- */

/* Message pour indiqué que rien en cours n'est trouvé */
LI.message_rien {
	margin-bottom: 30px;
}

/*** Titres de sections (en cours etc ...) ***/
DIV.gestiondb_lecture_evenements H2.section {
	border-bottom: 7px solid #DDDDDD;
	line-height: 20pt;
	padding-bottom: 0px;
	font-size: 12pt;
	margin-bottom: 10pt;
	margin-left: 5px;
}
DIV.gestiondb_lecture_evenements  H2.section A, LI.message_rien H2.section {
	text-decoration: none;
	color: #922D69;
	font-size: 18pt;
	font-weight: 800;
}
DIV.gestiondb_lecture_evenements  H2.section A {
	position: relative;
	bottom: -2px;
}

DIV.gestiondb_lecture_evenements  H2.section SPAN {
	/*
	position: relative;
	margin-top: 9pt;
	*/
	line-height: 12pt;
	text-align: right;
	font-size: 10pt;
	font-weight: 600;
	display: none;
	background-color: #fff;	
	color :#87AA00;
}
DIV.gestiondb_lecture_evenements H2.section A:hover + SPAN {
	display: inline;
}

/* *** Les Evenements *** */

UL LI.annonce_solde {
	list-style-type: none;
	border-bottom: 2px dotted #DDDDDD;
	min-height: 100px;
	margin-bottom: 20px;
	display: block;
	float: none;
	margin-left: 10px;
	width: auto;
}

/* Son titre */
UL LI.annonce_solde  H2 {
	display: inline;
}
UL LI.annonce_solde  H2 A {
	font-size: 13pt;
	text-decoration: none;
/*	color: #000;*/
}
/* Meta => sous le titre : la date */
UL LI.annonce_solde .meta {
	position: relative;
	top: -1px;
	font-size: 10pt;
	color: #668000;
	margin-left: 10px;
	font-weight: 300;
	padding-bottom: 5px;
}
.meta SPAN.gestiondb_le_date{
	padding-left: 2px;
	font-size: 100%;
}

/* ------ Le contenu ------- */

LI.annonce_solde  TABLE.gestiondb_le_contenu {
	margin-left: 5px;
	padding-bottom: 5px;
	width: auto;
} 
LI.annonce_solde  TABLE.gestiondb_le_contenu TD{
	padding-left: 5px;
}

/* Image */
LI.annonce_solde  TABLE.gestiondb_le_contenu TD.tabimage {
	width: auto;
}

LI.annonce_solde  .gestiondb_le_contenu IMG  {
	width: 160px;
	padding-right: 10px;
	position: relative;
	border-right: 2px solid #DDDDDD;
	padding-left: 5px;
	margin-right: 0px;
}

/* Les différentes sous-sections 
LI.annonce_solde .gestiondb_le_contenu P {
	margin-bottom: 0px;
}
*/

/* Le commentaire */
LI.annonce_solde .gestiondb_le_contenu P.gestiondb_le_commentaires {
	font-size: 9pt;
	font-style: normal;
	margin-bottom: 8px;
}

/* Les diffénts éléments listés (marques / lieux ..) */
LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements {
	display: list-item;
	padding-left: 3px;
	line-height: 11pt;
}

/* Mini titres pour les difféntes infos */
LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI H3 {
	font-size: 9pt;
	font-weight: 600;
	/* border-bottom: 1px dashed #DDD; */
	display: inline;
	line-height: 11pt;
}

LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI UL,
LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI > SPAN,
LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI UL LI {
	display: inline;
	font-size: 8pt;
	font-weight: 400;
	padding-left: 3px;
	color: #4B4B4B;
}
LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements > LI > UL{
	vertical-align: -2%;
}
LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI UL LI A {
	color: #4B4B4B;
	text-decoration: none;
}
LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI.gestiondb_le_lieux A {
	text-decoration: underline;
	color: #922D69;
}

LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI UL LI:hover A {
	color: #668000 !important;
}
LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI UL LI:hover A:hover {
	text-decoration: underline;
}
LI.annonce_solde .gestiondb_le_contenu SPAN.separateur {
	color: #668000 !important;
}
/* Element particulier : boutiques en ligne et magasins */
LI.annonce_solde .gestiondb_le_contenu  LI.passage_ligne {
	display: list-item !important;
	margin-left: 48px;
	padding-top: 2px;
}
LI.annonce_solde .gestiondb_le_contenu  LI.passage_ligne * {
	display: inline;
}
/* Complément d'adresse apparessant en hover */
SPAN.complement_adresse {
	position: absolute;
	z-index: 100;
	display: none;
	visibility: hidden;
	margin-top: 3px;
	padding: 2px;
	border: 1px solid #DDDDDD;
	background-color: #922D69;
	color: #F3F3F3;
	font-size: 9pt;
}
/* Et du javax un peu, pas ici évidemment *//* Infos plus titre */
EM.infos_moins {	font-size: 8pt;}

/* Plus d'évènements (en cours) */
.voir_plus {	text-align: left;	line-height: 12pt;	font-size: 10pt;	font-weight: 600; }

P.voir_plus {	padding-top: 2px;	margin-bottom: 90px;}

/* Voir / ne pas voir les rayons ou les marques trop chargées */
.bouton_voir_plus:hover {
	cursor: pointer;
}
.invisible {
}

/* ------------------------------------ AFFICHER UNE BOUTIQUE ----------------------- */

TABLE.infos_boutique {
	margin-bottom: 40px;
}
IMG.infos_boutique {
	width: 220px;
	clear: left;
	margin-right: 20px;
}
UL.infos_boutique LI  {
	line-height: 16pt;
}
UL.infos_boutique LI H5 {
	display: inline;
	margin-right: 10px;
}
UL.infos_boutique TABLE.notes TD.etoiles {
	padding-left: 10px;
}
UL.infos_boutique TABLE.notes TD.etoiles DIV.etoiles {
	float: left;
}
UL.infos_boutique TABLE.notes TD.type_nom {
	padding-left: 45px;
	font-size: 11pt;
	color: #4B4B4B;
}
UL.infos_boutique TABLE.notes TD.etoiles DIV.description {
	clear: left;
	display: none;
}

/* ----------------------------------- LISTINGS ---------------------------------------------- */
.gestiondb_listing IMG.vignette {
	width: 150px;
	padding: 5px;
}
TABLE.gestiondb_listing {
	padding-bottom: 45px;
	margin-top: 20px;
	width: 630px;
	margin-left: 25px;
}
TABLE.gestiondb_listing TD {
	width: 210px;
}
TABLE.gestiondb_listing TD A {
	text-decoration: none;
	color: #000;
	margin-left: 20px;
}
TABLE.gestiondb_listing TD A:hover {
	text-decoration: underline;
	color: #922D69;
}
TABLE.villes.gestiondb_listing TD A.inactive {
	color: #888;
}
H2.gestiondb_listing {
	padding-bottom: 20px;
	color: #922D69;
}
H2.gestiondb_listing A{
	text-decoration: none;
}
UL.alphabet {
	margin-left: 40px;
}
UL.alphabet LI {
	display: inline;
	padding-left: 3px;
	padding-right: 5px;
	background-color: #DDDDDD;
	border-left: 3px solid #fff;
}
UL.alphabet LI A {
	text-decoration: none;
}
UL.alphabet LI:hover {
	cursor: pointer;
	background-color: yellow;
}
UL.alphabet LI.selected {
	background-color: yellow;
}
/* ----- Module de navigation dans les pages  (bas de page) --- */
#bas_page {
	margin-top: 50px;
	margin-top: 40px;
	width: 95%;
	text-align: center;
	font-size: 11pt;
	font-family: arial;
	font-weight: 500;
}
#bas_page A {
	text-decoration: none;
	color: #922D69;
	padding-left: 4px;
	padding-right: 4px;
}
#bas_page A:hover {
	border-bottom: 1px solid;
	font-weight: 900;
	color: #922D69;
}
#bas_page SPAN.ici {
	color: #87AA00;
	font-weight: 900;
	border-bottom: 2px solid #87AA00;
	margin-left: 4px;
	margin-right: 4px;
}
#bas_page .suivant, #bas_page .precedent IMG {
	vertical-align: 0%;
}
#bas_page .suivant:hover , #bas_page .precedent:hover  {
	border-bottom: none;
}

/* ------------------------- MODIFICATIONS DANS LES RESULTATS DE RECHERCHE --------------------------------- */


/* Titre */
DIV.resultats_recherche H2 {
}
DIV.resultats_recherche > H3 {
	background-color: #fff;
	float: right;
	margin-right: 15px;
	padding: 0px 4px;
	font-weight: 600;
	font-size: 11pt;
	color: #922D69;
}

/* -------------------------- LISTE de résultats ---------------------------------- */
/* Pas de puce */
DIV.resultats_recherche UL {
	list-style: none;
}
DIV.resultats_recherche > UL  {
	margin-top: 13px;
	padding-top: 4px;
	border: 1px dashed #DDD;
}
/* Pas d'image */
DIV.resultats_recherche LI.annonce_solde  .gestiondb_le_contenu IMG  {
	display: none;
}
DIV.resultats_recherche  LI.annonce_solde  TABLE.gestiondb_le_contenu TD.tabimage {
	width: 0px !important;
}
/* Ni de titre des éléments */
DIV.resultats_recherche  LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements H3 {
	display: none;
}
/* Pas de retour à la ligne */
DIV.resultats_recherche  LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI {
	display: inline;
}
DIV.resultats_recherche  LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements > LI  > UL {
	border-left: 1px solid #DDD;
}
DIV.resultats_recherche  LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI:first-child UL {
	border-left: none !important;
}
DIV.resultats_recherche  LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI.gestiondb_le_lieux {
	padding-left: 5px;
}
DIV.resultats_recherche  LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI.gestiondb_le_lieux > UL > LI:first-child,
DIV.resultats_recherche  LI.annonce_solde .gestiondb_le_contenu UL.gestiondb_le_elements LI.gestiondb_le_lieux > UL > LI.passage_ligne {
	display: none;
}

