/* Contre les bordures rajoutees par certains navigateurs. */
img,
a
{
    border: none;
}

#warning
{
    color: red;
}



/* ===== Rubrique de contact ===== */

div.zoneContact
{
    border-style: solid;
    border-color: gainsboro;
    border-width: thin;
    width: 80%;
    margin: 4px auto 10px auto;
    padding: 10px;
}

div.zoneContact td
{
    background: none;
}

td.intituleCaseContact
{
    border: 0px;
    border-style: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

td.caseContact
{
    padding-left: 7px;
    border: 0px;
    border-style: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

table.miniCarteContact
{
    border: 0px;
    border-style: none;
    height: 200px;
    width: 85%;
}

table.infosContact
{
    border: 0px;
    border-style: none;
}

td.celluleMiniCarte
{
    border: 0px;
    border-style: none;
    width: 65%;
}

td.celluleAgrandirCarte
{
    border: 0px;
    border-style: none;
    vertical-align: middle;
    font-size: 120%;
    text-align: center;
}

a.retourCarte
{
    font-size: 20px;
}



/* ===== Formulaire de contact ===== */

table.formContact
{
    border: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

td.intituleCaseFormContact
{
    border: 0px;
    width: 18%;
}

td.inputFormContact
{
    border: 0px;
    width: 30%;
}

td.erreursFormContact
{
    border: 0px;
    width: auto;
}

td.messageFormContact,
td.explicationSecuriteFormContact,
td.calculFormContact
{
    border: 0px;
}

td.validationFormContact
{
    border: 0px;
    padding-right: 45%;
    text-align: right;
}



/* ===== Page de choix d'adherent ===== */

body.bodyChoixAdh
{
    background-image: url("../image/bg_ami_dietetique.jpg");
    
    font-family: Arial,Geneva,sans-serif;
}

body.bodyChoixAdh h1
{
    font-size: 150%;
}

body.bodyChoixAdh h2
{
    font-size: 135%;
}

body.bodyChoixAdh h3
{
    font-size: 118%;
    font-weight: normal;
}

#headerChoixAdh
{
    width: 960px;
    height: 105px;
    
    margin: 3px auto 20px auto;
    padding-top: 20px;
    
    background-image: url("../image/bg_header_choix.jpg");
    background-repeat: repeat-x;
    
    font-family: Verdania, Arial, sans-serif;
    font-size: 175%;
}

#logoChoixAdh
{
    display: inline;
}

#titreChoixAdh
{
    display: inline;
}

#mainChoixAdh
{
    width: 976px;
    height: 85%;
    
    padding-top: 1px;
    margin: 0 auto 0 auto;
    
    background-color: #fff;
}

#contenuChoixAdh
{
    width: 95%;
    
    min-height: 440px;
    
    padding: 10px;
    margin: 0 auto 0 auto;
}

#incitationCreation
{
    font-size: 1.4em;
}

#footerChoixAdh
{
    height: 50px;
    width: 976px;
    
    margin: 0 auto 0 auto;
    
    background-image: url("../image/bg_header_choix.jpg");
    background-repeat: repeat-x;
    
    text-align: center;
}

#footerChoixAdh a img
{
    padding-top: 12px;
}


/* ===== Selecteur de sites (vueChoixAdherent) ===== */

div#selecteurDeSites
{
    background-image: url('../image/bg_selecteur_de_sites.png');
    background-position: left top;
    background-repeat: no-repeat;
    
    min-width: 350px;
    min-height: 250px;
    
    padding-top: 10px;
}

.listeLettres
{
    list-style: none;
    
    font-weight: bold;
    font-family: monospace, sans-serif;
}

.listeLettres li.uneLettre
{
    display: block;
    float: left;
    
    background-color: #fff;
    
    padding: 3px 12px 2px 12px;
    margin: 3px 1px 3px 1px;
    
    border: 2px solid darkgrey;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    
    cursor: pointer;
}

.listeLettres li.uneLettre:hover
{
    border: 2px solid black;
    /*background-color: #b8fabb;*/
    background-image: url('../image/bg_lettre_hover.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

.listeLettres li.lettreSelectionnee
{
    /*background-color: #48bdad !important;*/
    background-image: url('../image/bg_lettre_selectionnee.jpg') !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.conteneurLiensSites
{
    font-size: 1.3em;
    line-height: 1.5em;
    
    margin: 20px auto 8px 70px;
}

.divUnLienSite
{
    height: 30px;
    position: relative;
}

.divUnLienSiteHoverJs
{
    background-image: url('../image/bg_un_lien.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}

.divUnLienSiteHoverJsLeaved
{
    background-image: url('../image/bg_un_lien_leaved.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}

a.unLienChoixSite
{
    margin-left: 5px;
    
    color: cadetblue;
}

a.unLienChoixSite:hover
{
    color: #006400;
    text-decoration: none;
}


/* ===== Pub Natavea ===== */

#pubNatavea
{
    display: block;
    text-align: center;
    border: none;
    text-decoration: none;
}

#pubNatavea a
{
    border: none;
    text-decoration: none;
}

#pubNatavea a img
{
    border: none;
    text-decoration: none;
}

p.pasDImages,
p.pasDeFichiers
{
    font-size: 1.5em;
}

ul.listeTelechargement
{
    font-size: 16px;
    list-style-image: none;
    list-style: none;
}

ul.listeTelechargement li:hover
{
    list-style-image: url('../image/puce_liste_sphere_verte_14px.png');
}

ul.listeTelechargement a
{
    color: #006400;
}

ul.listeTelechargement a:hover,
ul.listeTelechargement a:visited:hover
{
    color: cadetblue;
}

ul.listeTelechargement a:visited
{
    color: #003000;
}


/* ===== Footers des sites vitrines ===== */

#hautFooterVitrine
{
    text-align: center;
    font-size: 0.8em;
    color: #777;
}

#hautFooterVitrine a
{
    color: #444;
}

#hautFooterVitrine a:hover
{
    color: #000;
    text-decoration: none;
}

#basFooterVitrine
{
    margin-top: 3px;
    text-align: center;
}

#basFooterVitrine a
{
    text-decoration: none;
}

#basFooterVitrine a img
{
    border: none;
}
