/* fond violet clair : rgb(233,243,255) */
/* bord violet foncé : rgb(213,213,246) */

BODY {
    /* background: rgb(255,255,255); */

    background: #333333;
    color: #FFFFFF;

    font-family: Century Gothic, Verdana,  arial;

    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;

}

A {
  color: rgb(255,255,255);
  text-decoration: none;
}

A:hover {
  color: rgb(255,255,255);
  text-decoration: underline;
}

IMG {
    border: 0px solid;
}

IMG.photo {
    border: 0px solid;

    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-left: 15px;
}
.voeux {
    color: rgb(255,255,255);

    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 32px;
}
.titre {
    color: rgb(255,255,255);
    
    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 45px;
}

.soustitre {
    color: rgb(255,255,255);

    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 32px;
}

.commentaire_petit {
    color: rgb(200,200,200);

    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 11px;
}

.lien_rubrique {
    color: rgb(200,200,200);
    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 22px;
}

.lien_information {
    color: rgb(200,200,200);
    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 15px;
}

.a_vendre {
    font-family: Century Gothic, Verdana,  arial;
    font-weight: normal;
    font-size: 13px;

    color: rgb(0,255,0);  /* couleur verte */
}

.vendu {
    font-family: Century Gothic, Verdana,  arial;
    font-weight: normal;
    font-size: 13px;

    color: rgb(255,0,0);  /* couleur rouge */
}

TABLE.cadre{
    width: 768px;
    vertical-align: top;
        
    border: 0px solid rgb(0,0,0);
}

TABLE.encadre_simple {
    width: 550px;
    border: 0px rgb(153,153,153) solid;
    /* margin: 0px; */
    
    color: rgb(200,200,200); 

    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 14px;
    text-align: center;
}

TABLE.encadre_simple TD{
    border: 1px rgb(153,153,153) solid;
    padding: 10px;
    margin: 0px;
}


TD.titre {
  vertical-align: top;

  padding-left: 0px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 0px;

}

TABLE.cadre_rubrique_titre {
    width: 768px;
    border: 0px solid rgb(0,0,0);
    margin-top: 2px;
    margin-bottom: 2px;

    color: rgb(255,255,255);
    font-size: 15px;

    /* bug sur mozilla 1.0 : empéche le tableau d'être centré si on touche aux marges droites et gauches
        bug d'IE5 : La taille des pixels n'est pas respectée pour l'alignement des tableaux
    margin-right: 0px;       
    margin-left: 5px;
    */
}


TABLE.cadre_rubrique_contenu {
    width: 768px;
    height: 70%;
    
    border: 1px rgb(153,153,153) solid ;
    padding: 2px;
    
    color: rgb(200,200,200); 
    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 15px;
}

/* ---------------   Styles de la page expositions   -------------------- */

.titre_expos {
    color: rgb(255,255,255); 
    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 15px;
}

IMG.icone_expo {
    margin: 5px;
}

TABLE.cadre_expos {
    width: 550px;
    border: 0px rgb(153,153,153) solid;
        
    /* margin: 0px; */
    
    color: rgb(255,255,255); 
}

TABLE.cadre_expos TD.titre_expos {
    height: 15px;
    border: 1px rgb(255,255,255) solid;
    padding: 4px;

    color: rgb(255,255,255); 
    font-weight: normal;
    font-family:Century Gothic, Verdana,  arial;
    font-size: 15px;
    text-align: center;

}

TABLE.cadre_expos TD.contenu_expos {
    height: 50px;
    border: 1px rgb(153,153,153) solid;
    padding: 4px;
    
    color: rgb(200,200,200); 

    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 14px;
    text-align: center;
}

TABLE.cadre_expos TD.liens_expos {
    height: 15px;
    border: 1px rgb(255,255,255) solid;

    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 11px;
    text-align: right;

}



/* ---------------   Styles de la barre de navigation   -------------------- */

.lien_navigation {
    font-weight: normal;
    font-family:Century Gothic, Verdana,  arial;
    font-size: 20px;
    text-decoration: none;
}

.lien_navigation:hover {
    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 20px;
    text-decoration: underline;
}

TABLE.cadre_navigation {
    width: 768px;

    border-top: 0px rgb(0,0,0) solid;
    border-bottom: 1px rgb(153,153,153) solid;
    border-left: 1px rgb(153,153,153) solid;
    border-right: 0px rgb(0,0,0) solid; 
    
    margin-top: 2px;
    margin-bottom: 2px;

    /* bug sur mozilla 1.0 : empéche le tableau d'être centré si on touche aux marges droites et gauches
    margin-right: 5px;
    margin-left: 5px;
    */
}

TABLE.cadre_navigation TD {
    border: 0px rgb(0,0,0) solid;

    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    
}

TABLE.cadre_navigation TD.liens_rubriques {
    
    border-top: 1px rgb(153,153,153) solid;
    border-bottom: 0px rgb(0,0,0) solid;
    border-left: 0px rgb(0,0,0) solid;
    border-right: 1px rgb(153,153,153) solid; 

    color: rgb(0,0,0);
    font-weight: normal;
    font-family: Century Gothic, Verdana,  arial;
    font-size: 20px;
    text-align: center;
}
