/*******************
*                  *
*     GENERAUX     *
*                  *
********************/

/*.tbl2{ WIDTH: 100%;}
.tbl3{ WIDTH: 100%;}*/

.tbl2{ WIDTH: 976px;}
.tbl3{ WIDTH: 976px;}

/********
* Liens *
*********/

A:link
{
	color: #D24E4E;	
}

A:visited
{
	color: #DB5E5E;		
}

A:active
{
	color: #A81007;	
}

A:hover
{
    color: #860F08;
	font-weight: bold;	
}

/*********************************************
* Bandeau Etapes/Panier (en haut de la page) *
**********************************************/

/*--Etape 1--*/

/*image pour l'étape 1 active*/
.etape1_on
{
	background-image: url(../../images/web/USDK/1_on.gif);	
}

/*image pour l'étape 1 inactive*/
.etape1_off
{
	background-image: url(../../images/web/USDK/1_off.gif);	
}

/*nom de l'étape 1 (affiché sous le bandeau des étapes lorsque l'étape est active)*/
.nomEtp1
{
    background-image: url(../../images/web/USDK/nomEtp1_on.gif);    
}

/*nom de l'étape 1 (affiché dans le bandeau étapes/panier au survol de la souris sur l'image de l'étape 1*/
.nomEtpOff1
{
    background-image: url(../../images/web/USDK/nomEtp1_off.gif);
}

/*--Etape 2--*/

/*image pour l'étape 2 active*/
.etape2_on
{
	background-image: url(../../images/web/USDK/2_on.gif);		
}

/*image pour l'étape 2 inactive*/
.etape2_off
{
	background-image: url(../../images/web/USDK/2_off.gif);	
}

/*nom de l'étape 2 (affiché sous le bandeau des étapes lorsque l'étape est active)*/
.nomEtp2
{
    background-image: url(../../images/web/USDK/nomEtp2_on.gif);    
}

/*nom de l'étape 2 (affiché dans le bandeau étapes/panier au survol de la souris sur l'image de l'étape 2*/
.nomEtpOff2
{
    background-image: url(../../images/web/USDK/nomEtp2_off.gif);    
}

/*--Etape 3--*/

/*image pour l'étape 3 active*/
.etape3_on
{
	background-image: url(../../images/web/USDK/3_on.gif);	
}

/*image pour l'étape 3 inactive*/
.etape3_off
{
	background-image: url(../../images/web/USDK/3_off.gif);	
}

/*nom de l'étape 3 (affiché sous le bandeau des étapes lorsque l'étape est active)*/
.nomEtp3
{
    background-image: url(../../images/web/USDK/nomEtp3_on.gif);    
}

/*nom de l'étape 3 (affiché dans le bandeau étapes/panier au survol de la souris sur l'image de l'étape 3*/
.nomEtpOff3
{
    background-image: url(../../images/web/USDK/nomEtp3_off.gif);
}

/*--Etape 4--*/

/*image pour l'étape 4 active*/
.etape4_on
{
	background-image: url(../../images/web/USDK/4_on.gif);	
}

/*image pour l'étape 4 inactive*/
.etape4_off
{
	background-image: url(../../images/web/USDK/4_off.gif);	
}

/*nom de l'étape 4 (affiché sous le bandeau des étapes lorsque l'étape est active)*/
.nomEtp4
{
    background-image: url(../../images/web/USDK/nomEtp4_on.gif); 
}

/*nom de l'étape 4 (affiché dans le bandeau étapes/panier au survol de la souris sur l'image de l'étape 4*/
.nomEtpOff4
{
    background-image: url(../../images/web/USDK/nomEtp4_off.gif);
}

/*--Etape 5--*/

/*image pour l'étape 5 active*/
.etape5_on
{
	background-image: url(../../images/web/USDK/5_on.gif);
}

/*image pour l'étape 5 inactive*/
.etape5_off
{
	background-image: url(../../images/web/USDK/5_off.gif);	
}

/*nom de l'étape 5 (affiché sous le bandeau des étapes lorsque l'étape est active)*/
.nomEtp5
{
    background-image: url(../../images/web/USDK/nomEtp5_on.gif);    
}

/*nom de l'étape 5 (affiché dans le bandeau étapes/panier au survol de la souris sur l'image de l'étape 5*/
.nomEtpOff5
{
    background-image: url(../../images/web/USDK/nomEtp5_off.gif);
}

/*--Etape 6--*/

/*image pour l'étape 6 active*/
.etape6_on
{
	background-image: url(../../images/web/USDK/6_on.gif);	
}

/*image pour l'étape 6 inactive*/
.etape6_off
{
	background-image: url(../../images/web/USDK/6_off.gif);	
}

/*nom de l'étape 6 (affiché sous le bandeau des étapes lorsque l'étape est active)*/
.nomEtp6
{
    background-image: url(../../images/web/USDK/nomEtp6_on.gif);    
}

/*nom de l'étape 6 (affiché dans le bandeau étapes/panier au survol de la souris sur l'image de l'étape 6*/
.nomEtpOff6
{
    background-image: url(../../images/web/USDK/nomEtp6_off.gif);
}

/*--Bandeau--*/
.bandeauetapespanier
{ 
    background-color: #EEECEC;
}

/*************************************************
* Cartouche panier (en haut à droite de la page) *
**************************************************/

/* -- Panier vide -- */

/*Label Nombre de places (Panier vide)*/
.lblnbplpaniervide
{     
    color: #666666;  
}

/*Label Nombre de formules (Panier vide)*/
.lblnbfpaniervide
{   
    color: #666666;  
}

/*Label Montant du panier (Panier vide)*/
.lblmontantpaniervide
{
    color: #666666;    
}

/* -- Panier renseigné -- */

/*Label Nombre de places (Panier renseigné)*/
.lblnbplpanier
{   
    color: #A81007;          
}

/*Label Nombre de formules (Panier renseigné)*/
.lblnbfpanier
{   
    color: #A81007;  
}

/*Label Montant du panier (Panier renseigné)*/
.lblmontantpanier
{
    text-align: left;
    color: #A81007;     
}

/*************************************************************
* Cartouche "Espace personnel" (en haut à droite de la page) *
**************************************************************/

.divespaceclient
{    
    color: #000000;
    border-color: #D24E4E;
}

/***************************************************************************************
* Titres ("Manifestations à venir"/"Formules disponibles"/"Choisissez vos places"/...) *
****************************************************************************************/

.tdheaderglobal
{
    color: #FFFFFF;
    background-color: #666666;
}

/**********************************************************************************
* En-têtes de tableaux (noms des colonnes : "Zone"/"Catégorie"/"Accès"/"Rang"...) *
***********************************************************************************/

.trheadertbl
{
    color: #FFFFFF;       
    background-color: #BDBBBB;
}

/******************************************************
* Pieds de page (contenant les boutons de navigation) *
*******************************************************/

/*pied de page dans tableau*/
.tdfootertbl
{
    background-color: #BDBBBB;
}

/*pied de page dans div*/
.divfooter
{
    background-color: #BDBBBB;
}

/***********************************************************************
* Titres "Modes de distribution"/"Fiche client"/"Paiement"/            *
* "Confirmation de commande"/"Accès non autorisé"/"Session expirée/... *
************************************************************************/

.divheader
{
    color: #FFFFFF;
    background-color: #666666;    
}

/******************************************************************************************
* div de "fond" pour les fenêtres Panier/Identification/Client/Paiement/Confirmation/..." *
*******************************************************************************************/

.divmain
{   
    background-color: #E0E0E0;        
    text-align:center;
}

/*---------------------------------------------------------------------------------------*/

/***********************************************
*                                              *
*     LISTE DES MANIFESTATIONS ET FORMULES     *
*                                              *
************************************************/

/***********************
* Liste Manifestations *
************************/

/*Colonne Logo 1 (Manifestation)*/
.tdimg1manif
{    
    background-color: #E0E0E0;    
}

/*Colonne Logo 2 (Manifestation)*/
.tdimg2manif
{
    background-color: #E0E0E0;    
}

/*Colonne Informations : date/horaire (Manifestation)*/
.tdinfosmanif
{   
    color: #000000;
    background-color: #EEECEC;   
}

/*Colonne Lieu/Site (Manifestation)*/
.tdlieumanif
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne Nom (Manifestation)*/
.tdnommanif
{
    color: #000000;
    background-color: #EEECEC;    
}

/*Colonne Type de public (Manifestation)*/
.tdpublicmanif
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne Réservation : boutons "Réserver"/Mentions "Mise en vente le..." (Manifestation)*/
.tdresamanif
{
    color: #000000;
    background-color: #EEECEC;    
}

/*****************
* Liste Formules *
******************/

/*Colonne Logo (Formule)*/
.tdimgformule
{
    background-color: #E0E0E0;    
}

/*Colonne Nom (Formule)*/
.tdnomformule
{
    color: #000000;
    background-color: #EEECEC;    
}

/*Colonne Nombre manifestations (Formule)*/
.tddetailformule1
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne Détail (Formule)*/
.tddetailformule2
{
    color: #000000;
    background-color: #EEECEC;    
}

/*Colonne Type de public (Formule)*/
.tdpublicformule
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne Réservation : boutons "Réserver"/Mentions "Mise en vente le..." (Formule)*/
.tdresaformule
{
    color: #000000;
    background-color: #EEECEC;    
}

/*---------------------------------------------------------------------------------------*/

/**********************
*                     *
*     RESERVATION     *
*                     *
***********************/

/*div Titres "Réservation automatique"/"Réservation sur plan"*/
.divtitle
{
    color: #FFFFFF;
    background-color: #BDBBBB;     
}

/*Colonne Zone*/
.tdzone
{
    color: #000000;
    background-color: #E0E0E0;
}

/*Colonne Plan de la zone*/
.tdplanzone
{
    color: #000000;
    background-color: #E0E0E0;
}

/*Colonne Catégorie*/
.tdcategorie
{
    color: #000000;
    background-color: #EEECEC;    
}

/*Colonne Disponibilité*/
.tddispo
{
    color: #000000;
    background-color: #E0E0E0;
}

/*Colonne Tarif*/
.tdlibtarif
{
    color: #000000;
    background-color: #EEECEC;    
}

.tdlibtarifsansdispo
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne Prix*/
.tdprix
{
    color: #000000;
    background-color: #E0E0E0;    
}

.tdprixsansdispo
{
    color: #000000;
    background-color: #EEECEC;    
}

/*Colonne Nombre de places à réserver : listes*/
.tdnbplaces
{    
    background-color: #EEECEC;    
}

.tdnbplacessansdispo
{    
    background-color: #E0E0E0;    
}

/*---------------------------------------------------------------------------------------*/

/*****************
*                *
*     Panier     *
*                *
******************/

/*Mention "Panier vide"*/
.trpaniervide
{    
    color: #000000;
    background-color: #E0E0E0; 
}

/************************
* Panier Manifestations *
*************************/

/*Titre "Vos Places"*/
.tdheadertblpaniermanif
{
    color: #000000;
    background-color: #EEECEC;
}

/*Colonne Nom (Manifestation)*/
.tdmanifpanier
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne Zone (Manifestation)*/
.tdzonepanier
{
    color: #000000;
    background-color: #EEECEC;    
}

/*Colonne Acces (Manifestation)*/
.tdaccespanier
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne Rang (Manifestation)*/
.tdrangpanier
{
    color: #000000;
    background-color: #EEECEC;    
}

/*Colonne Numéro de place (Manifestation)*/
.tdplacepanier
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne Catégorie (Manifestation)*/
.tdcategoriepanier
{
    color: #000000;
    background-color: #EEECEC;    
}

/*Colonne Tarif (Manifestation)*/
.tdtarifpanier
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne Prix (Manifestation)*/
.tdprixpanier
{
    color: #000000;
    background-color: #EEECEC;    
}

/*Colonne Suppression (Manifestation)*/
.tdsupprpanier
{
    background-color: #E0E0E0;    
}

/******************
* Panier Formules *
*******************/

/*Titre "Vos Formules"*/
.tdheadertblpanierformule
{
    color: #000000;
    background-color: #EEECEC;
}

/*Colonne Nom (Formule)*/
.tdnomformulepanier
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne Nombre de manifestations (Formule)*/
.tddetailformulepanier
{
    color: #000000;
    background-color: #EEECEC;    
}

/*Colonne Catégorie (Formule)*/
.tdcategorieformulepanier
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne Tarif (Formule)*/
.tdtarifformulepanier
{
    color: #000000;
    background-color: #EEECEC;    
}

/*Colonne Prix (Formule)*/
.tdprixformulepanier
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne Suppression (Formule)*/
.tdsupprformulepanier
{
    background-color: #EEECEC;    
}

/************************
* Modes de distribution *
*************************/

/*Libellés (Modes de distribution)*/
.lblmodedistrib
{    
    color: #000000;  
}

/*Prix (Modes de distribution)*/
.spanmontantmodedistrib
{
    color: #000000;
}

/*Information complémentaire (Mode de distribution)*/
.divdetailmodedistrib,.divdetailmodedistribhidden
{   
    color: #000000;
    background-color: #EEECEC;    
}

/*---------------------------------------------------------------------------------------*/

/*****************
*                *
*     Client     *
*                *
******************/

/*****************
* Identification *
******************/

/*div Titres Identification "Déjà inscrit ? ..."/"C'est votre première commande ? ..."*/
.divtitleclient
{
    color: #FFFFFF;
    background-color: #BDBBBB;     
}

/*Label "Votre login"*/
.divlogin
{
    color: #000000;  
    border-color: #E0E0E0;      
}

/*Label "Votre mot de passe"*/
.divmdp
{
    color: #000000;
    border-bottom: #E0E0E0;
}

/*Label "Mot de passe oublié"*/
.lbloublimdp
{    
    color: #666666;
}

/***************
* Fiche client *
****************/

/*Labels : Nom/Prénom/Adresse...*/
.divchampficheclient, .divvalidationfiche
{
    color: #000000;
    border-color: #E0E0E0;     
}

/*Champs renseignés par l'internaute (Nom/Prénom/Adresse...)*/
.txtficheclientdis
{    
    color: #666666;
    background-color: #E0E0E0;    
}

/*Mention "Vous n'êtes pas ..."*/
.divwronglogin
{
    color: #666666;
    background-color: #E0E0E0;
}

/*Mention CNIL*/
.divinfosCNIL
{    
    color: #666666;
    background-color: #E0E0E0;
}

/*---------------------------------------------------------------------------------------*/

/*******************
*                  *
*     Paiement     *
*                  *
********************/

/*Colonne contenu de la commande*/
.tdcontenu
{
    color: #000000;
    background-color: #E0E0E0;    
}

/*Colonne montant*/
.tdmontant
{
    color: #000000;
    background-color: #EEECEC;    
}

/*Label "Je reconnais avoir pris connaissance des CGV."*/
.lblCGV
{
    color: #666666;
}

/*---------------------------------------------------------------------------------------*/

/****************************************
*                                       *
*     Conditions générales de vente     *
*                                       *
*****************************************/

/*Texte des Conditions générales de vente*/
.divTxtCGV
{    
    color: #666666;
}

/*---------------------------------------------------------------------------------------*/

/****************************************************
*                                                   *
*     Session expirée/Accès non autorisé/Erreur     *
*                                                   *
*****************************************************/

/*Message affiché*/
.divmessage
{
    color: #666666;
}

/*---------------------------------------------------------------------------------------*/

/**************************************************************************************
*                                                                                     *
* Fenêtres d'information (thickbox)                                                   *
* Ces fenêtres s'affichent quand l'internaute clique sur une icône 'i' (Informations) *
*                                                                                     *
***************************************************************************************/

/*thickbox*/
#TB_window{   
    background-color: #E0E0E0;        
}
#TB_title{
    color: #FFFFFF;
    background-color: #BDBBBB;     
}
#TB_window a:link {color: #D24E4E;}
#TB_window a:visited {color: #DB5E5E;}
#TB_window a:hover {color: #860F08;font-weight: bold;}
#TB_window a:active {color: #A81007;}
#TB_window a:focus{color: #860F08;}





/***********************************/
/*                                 */
/* PERSONNALISATION LEWEBMARKETING */
/*                                 */
/***********************************/

body {
	margin:0px;
}

.divglobal {
	border:15px solid #090909;
	margin:0px;
	padding:5px;
}

.tdheaderglobal {
	padding:5px;
	font-size:16px;
	background-color:#181818;
}

.tdempty {
	height:5px;
}

.divespaceclient {
	border:0px;
	background-color:#01a6de;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

#EspaceClient_divespaceclient a {
	color:#edd375;
}

.divtitle {
	background-color:#01a6de;
	color:#ffffff;
	font-weight:bold;
}

.trheadertbl {
	background-color:#01a6de;
	color:#ffffff;
	font-weight:bold;
}

.lblchoixlangue {
	color:#ffffff;
}

.divheader {
    background-color: #000000;    
}
