

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


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

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


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

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

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

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

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

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


