/*** Styles relatifs au header du site ***/


#header a.link_home{
	display : block;
	position: absolute;
	width : 252px;
	height : 135px;
	background : url(../images/logo_lepic.gif) no-repeat;
	bottom : -2px;
	left : 50%;
	margin-left : -126px;
	z-index : 30;
}
#header .links{
  position : absolute;
  top : -20px;
  right : 10px;
  background : none;
  text-align : right;
}
#header .links a{
  color : #fff;
  text-decoration : none;
}

#conteneur .accueil{
	background : url(../images/ban_accueil.jpg) top left no-repeat;
}

#conteneur .recep{
	background : url(../images/ban_reception.jpg) top left no-repeat;
}
#conteneur .evenement{
	background : url(../images/ban_evenement.jpg) top left no-repeat;
}

#conteneur .contact{
	background : url(../images/ban_contact.jpg) top left no-repeat;
}

#conteneur .menus{
	background : url(../images/ban_menus.jpg) top left no-repeat;
}

#conteneur .carte{
	background : url(../images/ban_carte.jpg) top left no-repeat;
}







