html, body{
    margin:0;
    padding:0;
    background-color:#222222;
}
h1{
    font-family: times, serif;
    color: #FFFFFF;
    font-size: 1.2em;
}
h2{
    font-family: arial, verdana, sans-serif;
    color: #FFFFFF;
    font-size: 1em;
}
h3{
    font-family: times, verdana, sans-serif;
    color: #FFFFFF;
    font-size: 1.1em;
}
h4{
    color: #FFE080;
    font-family: arial, verdana, sans-serif;
    font-size: 0.7em;
    
       
}
div#texte{

    margin-top: 1.4em;
}
p, ul, li{
    font-size: 0.9em;
    font-family: arial, verdana, sans-serif;
    color: white;
    text-align: justify;
    line-height: 140%;
}
p a, div#menu-alternatif a{
    color:#FFFACF;
    text-decoration: none;
}
p a:hover{
    color: #FFE080;
}
.jaune{
    color: #FFE080;
}
.petit{
    font-size: 80%;
}
.tres-petit{
    font-size: 72%;
}
.gris{
    color:#AAAAAA;
}
.centre{
    text-align: center;
}
div#en-tete{
    width: 100%;
    height: 0;
    margin-top: 0;
}
div#conteneur_general{
    margin-top: 0;
    margin-left: 3%;
    background-color: #222222;
}
div#col-gauche{
    width: 54%;
    float: left;
}
div#col-droite{
    width: 40%;
    float: right;
}
div#footer{
    clear: both;
    width: 100%;
    background: transparent;
    padding: 0.2em 0;
    position: relative;
    top: 2.5em;
    margin-bottom: 2.5em;
    border-top: dotted 1px #FFFA80
}
#footer p {
    
    text-align: center;
    font-size: 75%;
    color: #AAAAAA;
}
#hotel_luxe_bretagne{
    background-color: #222222;
}
a img {
    border: none;
}
.label{
}
.titre-large{
    width: 100%; 
    border-top: dotted 1px #ffffff; 
    border-bottom: dotted 1px #ffffff; 
    color:#ffffff; 
    text-align: center; 
    margin-left: 0%;
}
.forfait{
    width: 96%; 
    border-top: dotted 1px #FFFE80; 
    border-bottom: dotted 1px #FFFE80; 
    color:#FFFE80; 
    text-align: center; 
    margin-left: 1%;
}
.div-forfait{
    width: 30%; 
    float: left; 
    margin-left: 2%; 
    display: inline;
}