/* Définition des polices personnalisées */

@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */

body
{
    background: url('images/fond_jaune.png');
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}

#bloc_page
{
    width: 900px;
    margin: auto;
}

section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}

/* Header */

header
{
    background: url('images/separateur.png') repeat-x bottom;
}

#titre_principal
{
    display: inline-block;
}

header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
}

#logo
{ position : relative;
}


header h1
{
    display: inline-block;
    margin-bottom: 0px;
}

header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

/* Navigation */

nav
{
    display: inline-block;
    width: 740px;
    text-align: right;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 15px;
}

nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}

/* Bannière */

#banniere_image
{
    margin-top: 15px;
    height: 200px;
    border-radius: 5px;
    background: url('images/pas.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 25px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
}

.bouton_rouge
{
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url('images/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}
.bouton_rouge img
{
    border: 0;
}
.bouton_rouge1
{
    display: inline-block;
    height: 25px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    background: url('images/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

.bouton_rouge1 img
{
    border: 0;
}

/* Corps */

article, aside
{
    display: inline-block;
    vertical-align: top;
 }

article
{
    width: 625px;
    margin-right: 15px;
}


article a, aside a, td a, footer a /* Liens par défaut (non survolés) */
{
   text-decoration: none;
   color: red;
   font-style: italic;
}

article a, aside a, td a, footer a:hover /* Apparence au survol des liens */
{
   text-decoration: underline;
   color: green;
}

article a, aside a, td a, footer a:visited /* Quand le visiteur a déjà vu la page concernée */
{
    color: #61040d; /* Appliquer une couleur grise */
}

.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}


article p
{
    font-size: 0.8em;
}

article h2
{
    font-family: Dayrom, serif;
    font-size: 1em;
}


iframe
{
    width: 625px;
    height: 478px;
    scrolling: no;
    border:none;
}

table
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 0.8em;
    color: #181818;
}
td
{
    border: 1px solid black;
    text-align:center;
    vertical-align:middle;
}

td img
{
    border-shadow: 2px 2px 4px black
}

.imageflottante
{
    float: left;
}
.dessous
{
    clear: both;
}
aside
{
    position: relative;
    width: 235px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
    text-align : center;
}

#fleche_bulle
{
    position: absolute;
    top: 100px;
    left: -12px;
}

#photo_lauzanier
{
    text-align: center;
}



#photo_lauzanier img
{
    border: 1px solid #181818;
}

aside img
{
    margin-right: 5px;

}
aside h1
{
      text-shadow: 2px 2px 4px black;
}


.savoir
{
    width: 880px;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    font-size: 0.9em;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-align: left;
    
}

.savoir h1
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}
.imgsavoir
{
    float: left;
    border-radius: 5px;
}
.imgcorne
{
    float: right;
    border-radius: 5px;
}

.faune
{
    width: 400px;
    background-color: rgba(95,36,4,0.5);
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    font-size: 0.9em;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-align: left;
    
}

.faune h1
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}
.flore
{
    width: 400px;
    background-color: rgba(4,95,11,0.5);
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
    color: white;
    font-size: 0.9em;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-align: left;
    
}

.flore h1
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}
.artisanat
{
    width: 880px;
    background-color: rgba(128,23,33,0.5);
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    font-size: 0.9em;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-align: left;
    
}

.artisanat h1
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}


/* Footer */

footer
{
    background:  url('images/ico_top.png') no-repeat top center, url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
    padding-top: 25px;
}


footer p
{
     text-align : center;
     font-size: 0.8em;
}

footer h1
{
     text-align : center;
     font-size: 1.1em;
}







