@font-face {
    font-family: BigJohn;
    src: url(../fonts/big_john.otf);
}
@font-face {
    font-family: ChampagneLimousine;
    src: url(../fonts/ChampagneLimousine.ttf);
}
@font-face {
    font-family: SlimJoe;
    src: url(../fonts/SlimJoe.otf);
}


html,body{
	font-family: ChampagneLimousine;
	margin:0;
	padding:0;
	background-color: #fff;
	color: silver;
}

strong{
	display: block;
	font-size: 3em;
	font-family: SlimJoe;
}

#competence {
	font-size: 2.2em;
}

a{
	text-decoration: none;
	color: #abae17; 
	font-size: 1.5em;
}

a:hover{
	color: #000;
}

#container{
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#logo{
	margin-bottom: 5px;
}

#imglogo{
	width: 50%;
	margin: 8px 0 2px 0;
}

#separate {
	margin: 0 10px;
}

#titrelogo{
	width: 400px;
}



#hotel {
	margin-left: 70px;
	font-size: 2em;
}


#description{
	margin: 20px 20px 80px 20px;
}


#tel{
	color: #d7e027;
}

#tel:hover{
	text-decoration: underline;
}


#adresse{
	font-size: 1.5em;
	color: #d7e027;
}
.slogan{
	background-color: #d7e027;
	width: 100%;
	height: 250px;
/*
	background-size: 8em;
	bottom:150px;
*/
/*	position: fixed;*/
}


/*
.footer {
	background: url(../img/hachures.png) repeat-x;
	width: 100%;
	height: 7%;
	background-size: 8em;
	bottom:0;
    padding-top:30px;
	position: fixed;
}
*/

