#header
{
	margin:0px;
	width:100%;
	height:104px;
	background:#cf1420 url('img/bandeau-top.jpg');
	background-position:right;
	background-repeat:no-repeat;
}



/*
* Partie concernant la barre du haut
*/



#lien-salle
{
	background:url('img/salle-o.gif');
	display:block;
	width:119px;
	height:28px;
	margin:0px;
	padding:0px;
}

#lien-salle:hover
{
	background:url('img/salle.gif');
}


#lien-top-2
{
	
	margin-left:80px;
}

#lien-cuisine
{
	background:url('img/cuisine-o.gif');
	display:block;
	width:69px;
	height:28px;
	margin:0px;
	padding:0px;
}

#lien-cuisine:hover
{
	background:url('img/cuisine.gif');
}

#lien-top-3
{
	margin-left:80px;
}

#lien-toilettes
{
	background:url('img/toilette-o.gif');
	display:block;
	width:86px;
	height:28px;
	margin:0px;
	padding:0px;
}

#lien-toilettes:hover
{
	background:url('img/toilette.gif');
}





