body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0pt 0pt 50pt 0pt;
    color: #202020;
    background-color: white;
}
h1
{
    font-weight: bold;
    color: white;
    font-size: 11px;
    background-color: #212121;
    text-align: left;
    margin: 0px;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 5px;
    padding-top: 5px;
}
h2
{
    font-weight: bold;
    font-size: 13px;
    padding: 7px;
    float: left;
    vertical-align: top;
    text-align: left;
    margin: 0px 9px 7px 0px;
    border: #ffcc33 1px solid;
    background-color: #fff4c2;
}
h3
{
    font-weight: bold;
    font-size: 11px;
    padding: 3px;
    margin: 0px;
    border: #ffcc33 1px solid;
    background-color: #fff4c2;
}
img
{
    border: none;
}
hr
{
    color: #202020;
    height: 1px;
}
/*** Liens internes au site ***/
a:link
{
    color: #353535;
    font-style: italic;
    color: #353535;
    text-decoration: underline;
    font-weight: bold;
}
a:visited
{
    color: #353535;
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
}
a:hover
{
    color: #000000;
    font-style: italic;
    text-decoration: underline;
    font-weight: bold;
}
/*** Liens externes au site ***/
.LienExterne a:link
{
    color: blue;
    text-decoration: underline;
    font-style: normal;
}
.LienExterne a:visited
{
    color: blue;
    text-decoration: underline;
    font-style: normal;
}
.LienExterne a:hover
{
    color: #003399;
    text-decoration: underline;
    font-style: normal;
}
/* ============================================================ 
   ===== MISE EN PAGE DU TEXTE ===================== 
   ============================================================*/
.Erreur
{
    margin: 11px;
    border-right: red 1px solid;
    padding-right: 5px;
    border-top: red 1px solid;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 5px;
    border-left: red 1px solid;
    color: red;
    padding-top: 5px;
    border-bottom: red 1px solid;
}
.Signature
{
    text-align: right;
}
/* ============================================================ 
   ===== FORMULAIRES ===================== 
   ============================================================*/
input
{
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #000000;
}
input.menu
{
    color: white;
    background-color: #212121;
    border-style: none;
}
textbox
{
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #000000;
}
textarea
{
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #000000;
}
textarea.code
{
    font-family: 'Courier New' , Courier, monospace;
    cursor: default;
}
select
{
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #000000;
}
.menu
{
    background-color: #212121;
    color: #FFFFFF;
}
.menu a:link
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    font-style: normal;
}
.menu a:visited
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    font-style: normal;
}
.menu a:hover
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
    font-style: normal;
}
/* ============================================================ 
   ===== Affichage des photos et vignettes ==================== 
   ============================================================*/
#Galerie .PucesGalerie
{
    list-style-type: square;
    color: #212121;
    line-height: 15pt;
}
#Galerie .TitreSite
{
    font-weight: normal;
    color: #000000;
    font-size: 17px;
    text-decoration: none;
}
#Galerie .CadrePhoto
{
    width: 20%;
    border-right: #212121 1px solid;
    border-top: #212121 1px solid;
    border-left: #212121 1px solid;
    border-bottom: #212121 1px solid;
    vertical-align: middle;
    text-align: center;
}
#Galerie .CadrePresentation
{
    width: 80%;
    border-right: #212121 1px;
    border-top: #212121 1px;
    border-left: #212121 1px;
    border-bottom: #212121 1px double;
    vertical-align: top;
    text-align: left;
}
.VignetteLiens
{
    margin: 5px;
    cursor: hand;
    float: left;
}
.VignettePhoto
{
    margin: 3px;
    cursor: hand;
}
.ImageDuJour
{
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    float: none;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
/* ============================================================ 
   ===== Tableaux ============================================= 
   ============================================================*/
table .bords
{
    border: #212121 1px solid;
}
table .bord-droit
{
    border-right: #212121 1px solid;
}
/* ============================================================ 
   ===== MOTS CLES EN BAS DE PAGE ============================= 
   ============================================================*/
#BasPageMotsClés
{
	border: 1px solid #CCCCCC;
	padding: 5px;
	color: #353535;
	background-color: #FFFFFF;
}
/* ============================================================ 
   ===== ZONES VISITEURS ====================================== 
   ============================================================*/
.ZoneVisiteur
{
    border: 1px dotted #666666;
    padding: 5px;
    color: #353535;
    background-color: #EEEEEE;
    width: 150px;
}
.ZoneVisiteur span
{
    background-color: #FFFFFF;
}
.ZoneVisiteur p
{
    margin: 3px 0px 3px 0px;
}
.ZoneVisiteur strong
{
    color: #660033;
    font-weight: bold;
}
.ZoneVisiteur a:link
{
    color: #353535;
    text-decoration: none;
    font-style: normal;
}
.ZoneVisiteur a:visited
{
    color: #353535;
    text-decoration: none;
    font-style: normal;
}
.ZoneVisiteur a:hover
{
    color: #353535;
    text-decoration: underline;
    font-style: normal;
}

/* Astuce pour rendre les tailles de polices ajustables par l'utilisateur */
/* Source : http://www.la-grange.net/accessibilite/day_26.html            */

/*/*/a
{
}
body
{
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}
html > body
{
    font-size: small;
}
/* */

/*/*/a
{
}
body h1, h2, h3, p, input, select, textbox, textarea
{
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}
html > body h1, h2, h3, p, input, select, textbox, textarea
{
    font-size: small;
}
/* */