/*
Feuille de style principale du site mireille Godart
Copyright 2006 - Yves Tannier - http://www.grafactory.net
*/

/* element de configuration generale
-------------------------------------------------------- */
* { margin: 0; padding: 0; border: 0; }
html { font-size: 100%; }
body {
    background: #E8EBFC;
    font: 0.8em Georgia, serif;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}
img {
    border: 0;
}   
a {
    color: #294364;
}
a:hover {
    text-decoration: none;
}
ul, li {
    list-style-type: square;
}
.barre {
    border: 0;
    height: 1px;
    background-color: #ccc;
}   
.spacer {
    clear: both;
    font-size: 2px;
}
abbr, acronym, .help {
    border-bottom: 1px dotted black;
    cursor: help;
}
.hide {
    display: none;
}
h2  {
    font-size: 1.3em;
    color: #393;
}
#logo {
    background: top center url(images/bandeau-haut.jpg) no-repeat;
    height: 123px;
    width: 700px;
}
#logo a {
    display: block;
    height: 123px;
    width: 700px;
}
#global {
    position:absolute;
    left: 50%; 
    width: 700px;
    margin-left: -350px;
}
#content {
    border: 1px solid #ccc;
    background: #fff;
}
#global p {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 120%;
}
#logos_partenaires p {
    float: left;
    margin-left: 3px;
    margin-right: 3px;
}
p#adresse_postale {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-weight: bold;
    color: #063;
    line-height: 100%;
    font-size: 1em;
    text-align: center;
}
#ete {
    float: left;
    width: 330px;
    margin: 5px;
}
#ete h2, #hiver h2 {
    margin: 0;
    padding: 0;
    background: top left url(images/soleil.gif) no-repeat;
    padding-left: 22px;
    color: #393;
    text-align: left;
}
#ete h2 {
    background: top left url(images/soleil.gif) no-repeat;
}
#hiver h2 {
    background: top left url(images/neige.gif) no-repeat;
}
#hiver {
    float: left;
    width: 330px;
    margin: 5px;
}
ul#menu_principal {
    background: #eee;
    height: 30px;
}
ul#menu_principal li {
    list-style-type: none;
    float: left;
}
ul#menu_principal li a {
    font-size: 1.2em;
    color: #393;
    padding: 5px;
    padding-right: 8px;
    padding-left: 8px;
    font-weight: bold;
    background: #eee;
    list-style-type: none;
    border-right: 1px solid #ccc;
    text-decoration: none;
    display: block;
}
ul#menu_principal li a:hover {
    color: #000;
    background: #ccc;
}
p#footer {
    padding: 5px;
    text-align: center;
}
#footer {
    background: #E8EBFC;
}
#contenu_principal {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
input, textarea {
    border: 1px solid #000;
    font-family: 0.8em Helevetica, Arial,sans-serif;
    padding: 1px;
    background: #eee;
}
textarea {
    width: 650px;
    height: 150px;
}
label {
    float: left;
    width: 200px;
}
ul#alerte {
    border: 1px dashed red;
    padding: 5px;
}
ul#alerte li {
    color: red;
    font-weight: bold;
    margin-left: 20px;
}
.error {
    border: 2px solid red;
}
#contenu_principal h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1em;
}
#contenu_principal ul {
    padding-left: 30px;
}
#contenu_principal li {
    padding: 2px;
}
#contenu_principal h2#titre {
    margin-top: 15px;
    text-align: center;
    font-size: 2em;
    color: #063;
}
#entete li {
    font-weight: bold;
}
#entete {
    float: left;
}
#logolabel {
    float: right;
}
#texte {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#photos {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
#photos h3 {
    font-size: 1.1em;
}
#photos p {
    float: left;
    width: 160px;
    margin: 5px;
    text-align: center;
}
#photos p img {
    border: 5px solid #393;
}
#imgfrance {
    float: left;
    width: 200px;
    text-align: center;
}
#imgfrance img {
    border: 1px solid #393;
}
#animaux {
    margin-top: 10px;
    text-align: left;
}
#tarifs table {
    width: 650px;
    margin-right: auto;
    margin-left: auto;
    border-collapse: separate ;
    border-spacing: 0;
}
#tarifs td {
    border: 1px solid #ccc;
    padding: 5px;
}
#tarifs h3 {
    text-align: center;
}
#tarifs h4 {
    font-size: 1.2em;
    text-align: center;
    color: #393;
    margin-top: 15px;
}
#tarifs h5 {
    text-align: center;
    font-size: 1em;
    margin: 5px;
    color: red;
}
#tarifs p {
    text-align: center;
    margin: 2px;
}
#tarifs .entete_table {
font-weight: bold;
}
#rapport {
    color: red;
    font-weight: bold;
    margin-left: 20px;
    padding-left: 10px;
    margin-top: 15px;
    border-left: 5px solid red;
}
#rapport li {
    list-style-type: none;
}
