table.Page
{
    width: 977px;
}

table.Page td.ZoneGauche
{
    width: 227px;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
}

table.Page td.ZoneGaucheIndex
{
    width: 230px;
    padding-top: 10px;
    text-align: right;
    vertical-align: top;
}

.Cache
{
    display: none;
}

.Affiche
{
    display: block;
}

/*Accueil Non Connecté*/

.HeaderPresentationService
{
    background-color: #EFEFEF;
    height: 20px;
}
.HeaderPresentationService span
{
    color: #FE9900;
    font-weight: bold;
    padding: 5px 0px 0px 15px;
}

table.tablePlanning
{
    border-collapse: collapse;
    border: solid 1px #5D5D5D;
}

table.tablePlanning tr th, table.tablePlanning tr.planHeader td
{
    color: #FE9900;
    background: #EFEFEF;
   /* border: solid 1px #EFEFEF;*/
    font-weight: bold;
    font-size:11px;
}

table.tablePlanning tr th, #main table.tablePlanning tr td
{
    padding: 1px 5px;
    /*border-left: solid 2px black;*/
}

table.tablePlanning tr
{
    text-align: center;
}
table.tablePlanning, table.tablePlanning td
{
    font-size: 10px;
    color:#666666;
}
table.tablePlanning tr td
{
    border-top: solid 1px #5D5D5D;
}
table.tablePlanning tr td.addBorder
{
    font-weight: bold;
    font-size: 11px;    
   /* border-bottom: solid 2px black;*/
    border-right: solid 1px #5D5D5D;
    padding:0px 10px 0px 10px;
}
table.tablePlanning tr td.cellProf
{
    border-left: solid 1px #5D5D5D;
    width: 40px;
}
table.tablePlanning tr td.cellSalle
{
    border: solid 1px #5D5D5D;
    padding: 5px 10px;
    width: 100px;
}
table.tablePlanning tr td.selected, #main table.tablePlanning tr th.selected
{
    background: yellow;
    color: black;
}

/*Bas de page accueil*/
.divBasAccueil{
    background: url(../images/Menu/plaque-bas.png) bottom center no-repeat;
    width:986px;
    height:50px;
    position:absolute;
    top:530px;
    left:150px;
    z-index:1;
}

/*ENCART ARRONDI TRANSPARENT*/
div.encart-arrondi-transparent
{
    padding-top: 5px;
}
div.encart-arrondi-transparent div.eat-top-left
{
    background: url(../images/Cadre/background_arrondi_hg.png) top left no-repeat;
    padding-left: 18px;
}
div.encart-arrondi-transparent div.eat-top-right
{
    background: url(../images/Cadre/background_arrondi_hd.png) top right no-repeat;
    padding-right: 18px;
}
div.encart-arrondi-transparent div.eat-top
{
    background: url(../images/Cadre/background_arrondi_h.png) top repeat-x;
    height: 15px;
}
div.encart-arrondi-transparent div.eat-left
{
    background: url(../images/Cadre/background_arrondi_g.png) left repeat-y;
}
div.encart-arrondi-transparent div.eat-right
{
    background: url(../images/Cadre/background_arrondi_d.png) right repeat-y;
}
div.encart-arrondi-transparent div.eat-bottom-left
{
    background: url(../images/Cadre/background_arrondi_bg.png) bottom left no-repeat;
    padding-left: 18px;
}
div.encart-arrondi-transparent div.eat-bottom-right
{
    background: url(../images/Cadre/background_arrondi_bd.png) bottom right no-repeat;
    padding-right: 18px;
}
div.encart-arrondi-transparent div.eat-bottom
{
    background: url(../images/Cadre/background_arrondi_b.png) bottom repeat-x;
    height: 15px;
}
div.encart-arrondi-transparent div.eat-contenu
{
    background: #ffffff;
    margin: 0 15px;
    padding: 0px 0;
}
div.titre
{
    height: 33px;
    margin: 0 2px;
    background: url(../images/cadre/background-interieur-encart-titre.gif) repeat-x;
}
.titre
{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #959595;
    padding-left: 10px;
    padding-top: 10px;
}
.titreZone{
    color:#FE9900;
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
}

/*Menu gauche*/
.TitreMenuGauche{
    color:#FE9900;
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
}
.MenuGauche{
    padding-top:10px;
    padding-left:10px;
}
.LienMenuG{
    padding-top:5px;
    padding-left:5px;
}
/*Zone logo connecté*/
div.Photo
{
    /*border-bottom: solid 1px #b0b0b0;*/
    width: 90px;
    height: 60px;
    float: right;
    text-align: center;
}
.PhotoMini img
{
    width:40px;
    height:40px;
}

div.LiensLogo
{
    width: 130px;
    height: 60px;
    float: right;
    text-align: left;
}

.PseudoActu{
    font-weight:normal;
    font-style:italic;
    color:#666666;
}
.titreBlocActu{
    color:#666666;
    font-size:12px;
    font-weight:bold;
    padding-bottom:3px;
    text-align:center;
}

div.PseudoLogo
{
    width: 130px;
    height: 60px;
    float: right;
    text-align: left;
}

div.PseudoLogo span, a{
    color:#7D7D7D;
    text-decoration:none;
    font-weight:bold;
}
#header .ligne1 .LiensLogo a{
    color:#7D7D7D;
    font-weight:normal;
}

div.ZoneLogo .Photo img
{
    width: 50px;
    height: 50px;
}

div.PetitBouton
{
    background-image: url(../Images/Bouton/974/petit_btn.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    height: 28px;
    padding-top: 3px;
    cursor: pointer;
}

div.PetitBouton span
{
    color: #fff;
    font-weight: bold;
}

/*TABLEAU TYPE MESSAGE ENVOYE*/
.ModelTableau2
{
    font-size: 12px;
    background-color: #fff;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    width: 700px;
}

.ModelTableau2 TR.entete TD
{
    background-color: #fe9900;
    font-weight: bold;
    color: #FFFFFF;
    height: 25px;
}

.ModelTableau2 TR.pieds TD
{
    background-color: #fe9900;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 13px;
}


.ModelTableau2 TR.ligneTableauFonce TD
{
    font-size: 12px;
    background-color: #D5D5D5;
    color: #000000;
    font-weight: bold;
    height: 30px;
    padding: 4px 0px 4px 0px;
}

.ModelTableau2 TR.ligneTableauClair TD
{
    font-size: 12px;
    background-color: #E5E5E5;
    color: #000000;
    font-weight: bold;
    height: 30px;
    padding: 2px 0px 2px 0px;
}

.ModelTableau2 TR.entete a
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
.ModelTableau2 TR.entete a:visited
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
.ModelTableau2 TR.entete a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.ModelTableau2 TR.pieds a
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
}
.ModelTableau2 TR.pieds a:visited
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
}
.ModelTableau2 TR.pieds a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
}

.ModelTableau2 TR.ligneTableauFonce a
{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.ModelTableau2 TR.ligneTableauFonce a:visited
{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.ModelTableau2 TR.ligneTableauFonce a:hover
{
    text-decoration: underline;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.ModelTableau2 TR.ligneTableauClair a
{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.ModelTableau2 TR.ligneTableauClair a:visited
{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.ModelTableau2 TR.ligneTableauClair a:hover
{
    text-decoration: underline;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}


.ModelTableau2 TR.ligneTableauFonce TD.TexteBasic span, label
{
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

/* Inscription */
.divBtnInscription{
    background-image:url(../Images/Bouton/btn-inscription.gif);
    background-repeat: no-repeat;
    width:125px;
    height:21px;
    text-align:center;
    padding-top:3px;
    cursor:pointer;
}

.divBtnInscription span{
    color:White;
    font-weight:bold;
    text-decoration:none;
} 


#header div.ligne1 .lienBtnInscription{
    color:White;
    font-weight:bold;
    text-decoration:none;
}
/*Etape Active*/
div.Etapes
{
    margin-bottom: 60px;
    margin-left: 20px;
    text-align: center;
}
div.etapeActiveGauche
{
    background-image: url(../Images/Bloc/arrondi_G_1.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 44px;
    float: left;
}
div.etapeActiveDroite
{
    background-image: url(../Images/Bloc/arrondi_D_1.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 44px;
    float: left;
}
div.etapeActiveCorps
{
    background-image: url(../Images/Bloc/arrondi_1px_1.gif);
    background-repeat: repeat;
    width: 300px;
    height: 44px;
    float: left;
}
div.numEtapeActive
{
    background-image: url(../Images/Bloc/rond_fonce.gif);
    background-repeat: no-repeat;
    margin-top: 4px;
    width: 38px;
    height: 38px;
    float: left;
}
span.numEtapeActive
{
    color: #fe9900;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 0px 0px 8px;
    float: left;
}
span.lblEtapeActive
{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0px 0px 0px;
    float: left;
}

/*Etape Inactive*/
div.etapeInactiveGauche
{
    background-image: url(../Images/Bloc/arrondi_G_2.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 44px;
    float: left;
}
div.etapeInactiveDroite
{
    background-image: url(../Images/Bloc/arrondi_D_2.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 44px;
    float: left;
}
div.etapeInactiveCorps
{
    background-image: url(../Images/Bloc/arrondi_1px_2.gif);
    background-repeat: repeat;
    width: 300px;
    height: 44px;
    float: left;
}
div.numEtapeInactive
{
    background-image: url(../Images/Bloc/rond_clair.gif);
    background-repeat: no-repeat;
    margin-top: 4px;
    width: 38px;
    height: 38px;
    float: left;
}
span.numEtapeInactive
{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 0px 0px 8px;
    float: left;
}
span.lblEtapeInactive
{
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 0px 0px 0px;
    float: left;
}
div.etapeFleche
{
    float: left;
    padding: 12px 5px 0px 5px;
}
div.GrosBoutonPublicColor
{
    background-image: url(../Images/Bouton/btn-120.gif);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    height: 24px;
    width: 120px;
    padding-top: 3px;
    cursor: pointer;
}

div.GrosBoutonPublicColor span
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

div.GrosBoutonPublicColor a
{
    color:White;
    text-decoration:none;
    padding-left:10px;
}

div.BoutonGris
{
    background-image: url(../Images/Bouton/btn_gris_home.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    height: 21px;
    width: 106px;
    padding-top: 3px;
    cursor: pointer;
}

div.BoutonGris span
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
}

div.BoutonGris a
{
    color:White;
    text-decoration:none;
}
   
.Erreur{
    color:#FA002C;
}
/*Changement de zone*/
.divChangementZone{
    display:inline;    
}
.ListeChangementZone{
    width:120px;
}
.divChangementZone span{
    color:#999999;
    font-weight:bold;
}

/*ENCART ARRONDI GRIS*/
div.encart-arrondi-gris
{
    padding-top: 0px;
}
div.encart-arrondi-gris div.eat-top-left
{
    background: url(../images/Cadre/cadre-gris-HG.gif) top left no-repeat;
    padding-left: 15px;
}
div.encart-arrondi-gris div.eat-top-right
{
    background: url(../images/Cadre/cadre-gris-HD.gif) top right no-repeat;
    padding-right: 15px;
}
div.encart-arrondi-gris div.eat-top
{
    background: url(../images/Cadre/cadre-gris-1px-H.gif) top repeat-x;
    height: 15px;
}
div.encart-arrondi-gris div.eat-left
{
    background: url(../images/Cadre/cadre-gris-1px-G.gif) left repeat-y;
}
div.encart-arrondi-gris div.eat-right
{
    background: url(../images/Cadre/cadre-gris-1px-D.gif) right repeat-y;
}
div.encart-arrondi-gris div.eat-bottom-left
{
    background: url(../images/Cadre/cadre-gris-BG.gif) bottom left no-repeat;
    padding-left: 15px;
}
div.encart-arrondi-gris div.eat-bottom-right
{
    background: url(../images/Cadre/cadre-gris-BD.gif) bottom right no-repeat;
    padding-right: 15px;
}
div.encart-arrondi-gris div.eat-bottom
{
    background: url(../images/Cadre/cadre-gris-1px-B.gif) bottom repeat-x;
    height: 15px;
}
div.encart-arrondi-gris div.eat-contenu
{
    background: #ffffff;
    margin: 0 15px;
    padding: 0px 0;
}
.divExplicationPageLogin{
    text-align:center;
    color:#7D7D7D;
    padding-bottom:20px;
}
/*Dernières publications*/

.encart-publication{
    background: url(../images/Cadre/cadre-blanc-publication.png) center top no-repeat;
    width:131px;
    height:106px;
}
.forumMessage{
    width:110px;
    color:#666666;
    font-size:11px;
    font-style:italic;
    text-align:left;
}
.ContenuDernierForum{
    position:relative;
}
/*Accordion*/
.accordionHeader span
{
    color:#666666;
}
.accordionHeader
{
    color: #666666;
    background-color: #EFEFEF;
	padding: 5px;
	border:1px solid #FFFFFF;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #EFEFEF;
    border: 1px dashed #FFFFFF;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.divPhotoCours{
    float:left;
    height:100px;
    width:150px;
    background-color:#666666;
}
.divDescriptifCours{
     float:left;
     vertical-align:top;
     padding-left:15px;
}

/*Page tarifs*/

.titreSection{
    font-weight:bold;
    font-size:15px;
    color:#FE9900;
    text-align:left;
    border-bottom:1px solid #FE9900;
}

/*Preinscription*/
.divPreInsc{
    float:left;
    width:150px;
    padding-top:10px;
}

.divBtnCoach{
    background-image:url(../Images/Bouton/btn-coach.gif);
    background-repeat: no-repeat;
    width:150px;
    height:21px;
    text-align:center;
    padding-top:3px;
    cursor:pointer;
}

.divBtnCoach a{
    color:White;
    font-weight:bold;
    text-decoration:none;
} 

.divMenuG{
    position: relative; 
    padding: 0px 0px 10px 20px;
    width:180px;
    text-align:left;
}
.divMenuGH{
    position: relative; 
    padding: 0px 0px 10px 40px;
    width:180px;
    text-align:left;
    z-index:0;
}

*+html .divMenuGH{
    position: relative; 
    padding: 0px 0px 10px 0px;
    width:180px;
    text-align:left;
     z-index:0;
}

