/*========================
MENU TOP
========================*/
.accueil{
	width:62px;
	background: transparent url("../images/menu/home_n.jpg") no-repeat;
}
.accueil:hover{
	background: transparent url("../images/menu/home_o.jpg") no-repeat;
}

.temoignage{
	width:103px;
	background: transparent url("../images/menu/temoignage_n.jpg") no-repeat;
}
.temoignage:hover{
	background: transparent url("../images/menu/temoignage_o.jpg") no-repeat;
}

.contact{
	width:63px;
	background: transparent url("../images/menu/contact_n.jpg") no-repeat;
}
.contact:hover{
	background: transparent url("../images/menu/contact_o.jpg") no-repeat;
}

/*========================
MENU LEFT
========================*/
.photos{
	background: transparent url("../images/menu/photo_n.jpg") no-repeat;
}
.photos:hover{
	background: transparent url("../images/menu/photo_o.jpg") no-repeat;
}

.activites{
	background: transparent url("../images/menu/activite_n.jpg") no-repeat;
}
.activites:hover{
	background: transparent url("../images/menu/activite_o.jpg") no-repeat;
}

.tarifs{
	background: transparent url("../images/menu/tarif_n.jpg") no-repeat;
}
.tarifs:hover{
	background: transparent url("../images/menu/tarif_o.jpg") no-repeat;
}

/*========================
TITLE
========================*/
h1 {
	font-size: 15px;
	height:62px;
	margin:15px 0 15px 0;
	padding: 0;
	line-height: 1em;
}
h1 span{
	visibility:hidden;	
}

h1.title_welcome{
	width:358px;
	background: transparent url("../images/title/welcome.gif") no-repeat;
}
h1.title_temoignage{
	width:153px;
	background: transparent url("../images/title/temoignage.gif") no-repeat;
}
h1.title_contact{
	width:153px;
	background: transparent url("../images/title/contact.gif") no-repeat;
}
h1.title_photo{
	width:153px;
	background: transparent url("../images/title/photo.gif") no-repeat;
}
h1.title_activite{
	width:153px;
	background: transparent url("../images/title/activite.gif") no-repeat;
}
h1.title_tarif{
	width:153px;
	background: transparent url("../images/title/tarif.gif") no-repeat;
}