a.peinture {
    	display: block;
    	background: url(image/peintures.gif) no-repeat;
    	width: 100px;
	height: 146px;
}

a.peinture:hover {
	background-image:url(image/peintures1.gif);
}

a.photos {
    	display: block;
    	background: url(image/photos.gif) no-repeat;
    	width: 200px;
	height: 141px;
}

a.photos:hover {
	background-image:url(image/photos1.gif);
}

a.livredor {
    	display: block;
    	background: url(image/livredor.gif) no-repeat;
    	width: 146px;
	height: 100px;
}

a.livredor:hover {
	background-image:url(image/livredor1.gif);
}

body {
	background-image:url("image/Papiermouchte.jpg");
	background-repeat: repeat;
}

#galerie {
	position: relative;
	top: 5px;
	width: 52%;
	left: 29%;
}

#contact {
	position: relative;
	top : 20px;
	left: 42%;
	width:145px;
}

#contact a {
	display: block;
    	background: url(image/contact.gif) no-repeat;
	height: 42px;
	width:141px;
	margin-left:10px;
}



#contact a:hover {
	background-image:url(image/contact1.gif);
}

#liens {
	position: relative;
	top : 15px;
	left: 43%;
	width: 146px;
}

#liens a {
	display: block;
    	background: url(image/liens.gif) no-repeat;
    	width: 144px;
	height: 42px;
	margin:auto;
}



#liens a:hover {
	background-image:url(image/liens1.gif);
}	


#galeries {
	position: relative;
	top: 100px;
	left:20%;
	width:80%;
	height:150px;
}

#peintures {
	float: left;
	margin-left: 80px;
}

#photos {
	float: left;
	margin-left: 325px;
	border:0px;
}

#livredor {
	position: relative;
	top: 150px;
	left:43%;
	width:150px;
	text-align: left;
}

#credit {
	position: relative;
	top: 180px;
	left:41%;
	width: 211px;
}

