/* ----------------- 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;
}

@font-face
{
    font-family: 'Brandon_med';
    src: url('polices/Brandon_med.otf');
    src: url('polices/Brandon_med') format('otf'),
    font-weight: normal;
    font-style: normal;
}

/* ------------- Eléments principaux et commun de la page ------------------- */

body
{
    font-family: 'Trebuchet MS', Arial, sans-serif; /*police de la page principale*/
    color: #181818; /*couleur de la police*/
    margin:0;
    padding:20px;
    background: url(images/sologne-2.jpg) no-repeat center fixed; 
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
}

#bloc_page
{
    width: 900px; /*taille de la page principale*/
    margin: auto;
}

section h1
{
    font-family: Dayrom, serif;
    font-weight: normal;
}

.decouvrir
{
    padding-left: 110px;
    word-wrap: break-word;
}

.decouvrir-set
{
    float: left;
    padding-top: 10px;
}

section h4
{
    font-size: 1em;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 10px;
    color: white;
    text-decoration: underline;
}

/* --------------------------------- Header --------------------------------- */

header
{
    text-decoration: none;
    color: black;
    font-family: 'Brandon_med;
    height: 170px;
    padding-bottom: 10px;
}

header a
{
    text-decoration: none;
    color: black;
}

.logo
{
    display: inline-block;
    width: 452px;
    height: 170px;
    vertical-align: top;
}

.chb
{
    display: inline-block;
    width: 87px;
    height: 170px;
}

.chb2
{
    border-right: 2px groove grey;
    margin-right: -7px;
}

.info
{
    display: inline-block;
    width: 334px;
    height: 170px;
    vertical-align: top;
    margin-left: 5px;
    padding-left: 10px;
}

.tel
{
    padding-top: 5px;
}

.tel2
{
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    margin-left: 5px;
}

.tel3
{
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
}

.adr
{
    padding-top: 5px;
}

.adr2
{
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    margin-left: 5px;
}

.adr3
{
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
}

.mail
{
    padding-top: 10px;
}

.mail2
{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}

.mail3
{
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
}

/* -------------------------------- Navigation ------------------------------ */

.nav_haut
{
    height: 27px; /* hauteur du fond*/
    background-color:  rgba(24,24,24,0.6); /*arriere plan du menu*/
    border-radius: 10px;
    box-shadow: 0px 4px 4px #181818;
}

.nav_haut li
{
    list-style-type: none; /* supprime les puces*/
    float: left;
    display: block;
    padding-top: 4px;
}

.nav_haut li a
{
    color: #FFF; /*blanc*/
    font-size: 15px;
    padding: 5px 20px; /* espacement */
    text-decoration: none;

}

.nav_haut li:hover a
{
    background-color: rgba(255,0,0,0.5); /*arriere plan au survol de la souris*/
}

/* --------------------------------  Bannière ------------------------------- */

#slider_description
{
    position: relative;
    height: 20px;
    padding-top: 10px;
    background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
    padding-left: 12px;
    border-radius: 10px;
}

/* --------------------------------- Corps ---------------------------------- */

section
{
    margin-top: 20px;
    height: auto;
    border-radius: 5px;
    background-color: rgba(24,24,24,0.8);
    position: relative;
    box-shadow: 0px 4px 4px #181818;
    margin-bottom: 20px;
}

article
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 900px;
    margin-right: 15px;
    padding-left: 12px;
}

article p
{
    font-size: 1em;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 10px;
    color: white;
}

article h3
{
    font-size: 1em;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 10px;
    color: white;
    text-decoration: underline;
}

article a
{
text-decoration: none;
color: white;
}
    
/* --------------------------------- Footer --------------------------------- */

#arriere-plan-footer
{
    margin-left: auto;
    margin-right: auto;
    background-color:  rgba(24,24,24,0.8); /*arriere plan du menu*/
    border-radius: 5px;
    box-shadow: 0px 4px 4px #1c1a19;
}

footer p, footer ul, footer a
{
    font-size: 0.9em;
    color: white;
    text-decoration: none;
}

footer h1
{
    padding-top: 0px;
    font-size: 1.1em;
    color: white;
    padding-bottom: 10px;
}

#footer-chambre, #mes_photos, #proximite, #info, #ouverture
{
    display: inline-block;
    vertical-align: top;
    margin: auto;
}

#footer-chambre
{
    width: 190px;
    padding-left: 12px;
}

#ouverture
{
    width: 167px;
    margin-right: 5px;
}

#mes_photos
{
    width: 198px;
}

#proximite
{
    width: 165px;
}

#info
{
    width: 140px;
}
#mes_photos img
{
    margin-right: 2px;
}

#proximite ul
{
    display: inline-block;
    vertical-align: center;
    margin-top: 0;
    width: 100%;
    padding-left: 2px;
    list-style-type: none; /* supprime les puces*/
}

#info ul
{
    display: inline-block;
    vertical-align: center;
    margin-top: 0;
    width: 100%;
    padding-left: 2px;
    list-style-type: none; /* supprime les puces*/
}

#proximite a, #info a
{
    text-decoration: none;
    color: white;
}

#arriere-plan-footer
{
    text-decoration: none;
    color: white;
    padding-bottom: 0px;
}

/* Correctifs pour les vieilles versions d'Internet Explorer */

.old_ie #titre_principal, .old_ie #logo, .old_ie header h1, .old_ie nav, .old_ie nav li, .old_ie article, .old_ie aside, .old_ie #tweet, .old_ie #mes_photos, .old_ie #mes_amis, .old_ie #mes_amis ul
{
    display: inline;
    zoom: 1;
}

.old_ie section h1, .ie8 section h1
{
    font-size: 1.1em;
}

.old_ie footer div, .ie8 footer div
{
    margin-top: 30px;
}


/* ------------------------------- SLIDER XVII ------------------------------ */

/* arrière plan du slider*/      

#slider
{
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
height: 350px;
position: relative;
}      
      
#mask
{
width:900px;
height:400px;
position:absolute;
overflow:hidden;
}
      
/*position des flêches*/
.fleche
{ 
position:absolute;
top: 100px;
cursor:pointer;
}
      
#fleche_gauche{
left:-17px;
}
#fleche_droite{
right: -17px;
}
      
/* la transition des images*/
#image_container
{
position:absolute;
width:400%;
height:100%;

/* La transition sur tout les navigateurs */
/* Chrome */ 
-webkit-transition-property:all;
-webkit-transition-duration:1s;
/* Firefox */ 
-moz-transition-property:all;
-moz-transition-duration:1s;
/* Opera */ 
transition-property:all;
transition-duration:1s;
}
      
/* Les différentes positions du slider */
.image1 #image_container
{
left:-40px;
}
.image2 #image_container
{
left:-940px;
}
.image3 #image_container
{
left:-1840px;
}
.image4 #image_container 
{
left:-2740px;
}
/*.image5 #image_container 
{
left:-3640px;
}
.image6 #image_container 
{
left:-4540px;
}*/
      
/* Les images */
#image_container li
{
float:left;
}

/* supprime les points de la balise li */ 
li 
{
list-style-type:none;
}
            
/* Les points de navigation  -- désactivé -- */
/*#dots
{
position:absolute;
width:130px;
height:20px;
left:375px;
bottom: -10px;
}*/
      
/* les points, avec leur background non selectionné */
/*#dots li
{
float:left;
margin: 0px 2px;
width:12px;
height:12px;
background: url('../resources/slider/empty-dot.png');
cursor:pointer;
}*/

/* Point au survol */
/*#dots li:hover
{
background: url('../resources/slider/selected-dot.png');
}*/
      
/* Point "selectionné */
/*.image1 #dots li.button1, .image2 #dots li.button2, .image3 #dots li.button3, .image4 #dots li.button4
{
background: url('../resources/slider/selected-dot.png');
cursor:normal;
}*/