/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
    Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX LMENTS --- */

/* Page */
@font-face{
    font-family:Zapfino; 
    src: url('../images/Zapfino.ttf');
}
@font-face{
    font-family:vollkorn; 
    src: url('../images/vollkorn.ttf');
}
@font-face{
    font-family:MinionPro-It; 
    src: url('../images/MinionPro-It.otf');
}
@font-face{
    font-family:MinionProMedium; 
    src: url('../images/MinionProMedium.otf');
}

html {
    font-size: 100%; /* Voir -> Note 1  la fin de la feuille de styles. */
}
body {
    margin: 0;
    padding: 10px 20px; /* Note -> 2 */
    font-family: MinionProMedium, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
    font-size: 14px; /* -> 4 */
    line-height: 1.25; /* -> 5 */
    color: black;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* -> 6 */
}
h1, h2 {
    font-family: vollkorn,Georgia, "Bitstream Vera Serif", Norasi, serif;
    font-weight: normal; /* -> 7 */
}
h1 {
    font-size: 14px; /* -> 8 */
    color:#1a5776;
}
h2 {font-size: 1.8em;}
h3 {
    font-family: MinionPro-It;
    font-size: 16px;
    font-style: italic;
}
h4 {font-size: 1em;}
h5 {color:#1a5776;}
/* Listes */
ul, ol {
    margin: .75em 0 .75em 24px;
    padding: 0; /* -> 9 */
}
#gallery ul, ol {
    margin: .75em 0 .75em 5px;
    padding: 0; /* -> 9 */
}
ul {
    list-style: square;
}
li {
    margin: 0;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0;
}
li p, blockquote p {
    margin: .5em 0;
}

/* Citations */
blockquote, q {
    font-size: 1.1em;
    font-style: italic;
    font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
    margin: .75em 0 .75em 24px;
}
cite {
    font-style: italic;
}

/* Liens */
a {
    color: mediumblue;
    text-decoration: underline;
}
a:hover, a:focus {
    color: crimson;
}
a img {
    border: none; /* -> 10 */
}

/* Divers lments de type en-ligne */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
    color: dimgray;
}


/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */

pre, code {
    font-size: 100%;
    font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
    width: 90%;
    overflow: auto;
    overflow-y: hidden;
    margin: .75em 0;
    padding: 12px;
    background: #eee;
    color: #555;
}
pre strong {
    font-weight: normal;
    color: black;
}
#copyright {
    margin: 20px 0 5px 0;
    text-align: right;
    font-size: .8em;
    color: #848F63;
}
#copyright a {
    color: #848F63;
    text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
    text-decoration: underline;
}

/* Gnral */
body {
    color: #F0E39E;
    background:url(../images/bg.jpg) ;
}
a {
    color: #FF6533;
}
a:hover, a:focus {
    color: #FF4C00;
}
strong {
    color: #A1B55D;
}

/* Page */
#global {
}

/* Navigation */
#navigation {
    background: #181A12;
}
#navigation a {
    color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
    background-color:#cccccc;
}

#navigation a.nav_active{
    background-color:#cccccc;
}

#navigation a.nav_passive{
    color:gray;
}

/* Contenu principal */
#contenu {
    color: #363B29;
}
#contenu a {
    color: #332510;
    text-decoration: none;
}
#contenu a:hover, #contenu a:focus {
    color: #6E5122;
}
#contenu strong {
    color: #181A12;
}

/* Pied de page */
#pied {
    color: #E6A948;
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
    height: 100%; /* Voir -> Note 1 ci-dessous */
}
body {
    padding: 0;
}
#global {
    min-height: 100%; /* -> 1 */
    width: 960px;
    overflow: hidden; /* -> 2 */
    margin-left: auto;
    margin-right: auto; /* -> 3 */
}

/* En-tte */
#entete {
    height: 195px;
    background: url(images/LOGO.jpg);
}
#entete h1 {
    margin: 0;
}
#entete h1 img {
    float: left;
    margin: 7px 20px 10px 0;
}
#entete .sous-titre {
    margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
    margin: 0 auto;
    background: url(../images/bg_menu.png) no-repeat;
    width: 960px;
    height: 60px;
}
#navigation ul {
    padding-top: 15px;
    margin: 0;
    list-style: none;
    text-align: center;
}
#navigation li {
    display: inline;padding-left: 10px;padding-right: 10px;
}
#navigation a {
    font-family: vollkorn;
    color:#1a5776;
    padding: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.5;
    font-size: 14px;
    text-decoration: none;
}

/* Contenu */
#contenu {
    padding: 10px 20px;
    min-height: 500px;
}
#contenu > :first-child {
    margin-top: 10px;
}
#contenu p, #contenu li {
    line-height: 1.5;
}

/* Pied de page */
#pied {
    background: url(../images/footer.jpg);
    height:196px;
}
#pied p {
    margin: .5em 0;
}
#pied #subpied{
    padding: 39px 20px;
    font-size: 14px;
    margin: 0 auto;
    width: 800px;
    text-align: center;
    color: white;}

#copyright {
    text-align: left;
    font-size: 1em;
}


#map {

    width: 556px;
    height: 368px;
    float: right;
    margin-right: 12px;

}

.contentMap{
    margin-top: 15px;
    width: 574px;
    height: 400px;
    float: right;
    background: url(../images/shadow.png) no-repeat;
}

#acces{
    float: left;
    width: 280px;
    margin-left: 20px;
}
.lang{
    width: 150px;
    position: relative;
    right: -75px;
    float: right;
}
#tarifs{
    float: left;
    width: 600px;

}
#tarifs tr{
    height: 25px;

}
#tarifsText{
    margin-top: 55px;
    margin-left:50px;
    float:left;
}