/* CSS Document */

a.bouton_accueil {
	position:absolute;
	display:block;
	width:180px; height:54px;
	background:url(images/bouton_menu_accueil.png) no-repeat 0 0;
	margin-top: 160px; margin-left: 190px;
	z-index:5;
	}
a.bouton_accueil:hover { background:url(images/bouton_menu_accueil.png) no-repeat 0 -54px; }

a.bouton_contact {
	position:absolute;
	display:block;
	width:180px; height:54px;
	background:url(images/bouton_menu_contact.png) no-repeat 0 0;
	margin-top: 210px; margin-left: 190px;
	z-index:5;
	}
a.bouton_contact:hover { background:url(images/bouton_menu_contact.png) no-repeat 0 -54px; }



