/*
 * Colorise les cellules du corps d'une table.
 */
table.visibleCells tbody td {
    color: inherit;
    background: inherit;
    /* background: #eeeeee; */

    padding: 1.2em;
}


/*
 * Définit une marge pour le positionnement des sous catégories.
 */
.souscategorie {
    margin-left: 6em;
}

/*
 * Définit une marge pour le positionnement des éléments de liste.
 */
.elementliste {
    margin-left: 6em;
}

/*
 * Spécificité Annuaire demandée par le CG95
 * -> alignement images et texte sur le haut
 */
#elementlisteannuaire {
    vertical-align: top !important;
    padding-top: 1.6em !important;
}

/*
 * Spécificité Agenda demandée par le CG95
 * -> alignement images et texte sur le haut
 */
#elementlisteagenda {
    vertical-align: top !important;
    padding-top: 1.7em !important;
}

/*
 * Spécificité Contenus demandée par le CG95
 * -> plus de puces en bas des contenus
 * -> remplacées par des icônes
 */
#nomarker {
    list-style-image: none;
    list-style-type: none;
}

/*
 * Mise en page dans le cadre d'un assemblage de diffrents blocs dans une page,
 * lorsque la mise en page est réalisée avec des tables.
 * @semantic
 */
table.miseenpage {
    border: none;

    padding: 0em;
    margin: 0em;
}

/*
 * "miseenpage" est le style des tables des modèles de présentation de pages.
 * Cette définition de style ci-dessous précise que les blocs de page doivent 
 * être alignés en haut de leur <td>.
 */
table.miseenpage tbody td {
    vertical-align: top;
    padding: 1em;
}

/*
 * 
 */
table.blocbreves tbody td {
    vertical-align: top;
}

.miseenpage hr.cellSeparator {
    visibility: hidden;
    padding: 0.5em;
}


/*---------------Miniword needs to override some default styles------------*/
p.miniworddroite {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration : none;
    text-align: right;
    background-color: #ffffff;
    color: #000000;
}

p.miniwordgauche {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration : none;
    text-align: left;
    background-color: #ffffff;
    color: #000000;
}

p.miniwordcentre {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration : none;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
}

/*------------- Some specifics for Parmain city--------------------------*/
/*--- Put here because other cities would need it too probably ... ------*/
#mugshotspecial1 {
    padding-top: 0em;
    padding-bottom: 0em;
    background-color:white;
}

#mugshotspecial2 {
    padding-top: 0em;
    padding-bottom: 0em;
    background-color: #EBF3FC;
}

#categoriespecialmugshot {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-align: center;
    line-height: 1.3em;
}

#decocategoriespecialmugshot {
    border-top: 1px solid #3B59BB;
    border-bottom: 1px solid #3B59BB;
    text-align: center;
}

#couleurspecialmugshot {
    background-color: #3B59BB;
    text-align : center;
}

#pspecialmugshot1 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    text-align: center;
    background-color:white;
}

#pspecialmugshot2 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    text-align: center;
    background-color: #EBF3FC;
}

#sepcatspecialmugshot {
    line-height: 0,1em;
}