@import url(base.css);
@import url(rub.css);
@import url(typo.css);


body {
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #F9F8EA;
	}
#conteneur {
	position: relative;
	width: 990px;
	height: 773px;
	margin: 0 auto;
	background: transparent url(img/bgaccueil.jpg) no-repeat;
	}
#atelier {
	position: absolute;
	width: 400px;
	height: 341px;
	background: url(img/atelier.png) no-repeat;
	top: 30px;
	}
#atelier:hover {
	background: url(img/atelier2.png) no-repeat;
	top: 38px;
	left: -33px;
	}
#creations {
	position: absolute;
	width: 127px;
	height: 103px;
	background: url(img/creations.png) no-repeat;
	top: 482px;
	left: 447px;
	}
#creations:hover {
	background: url(img/creations2.png) no-repeat;
	}
#bleu {
	position: absolute;
	width: 600px;
	height: 415px;
	background: url(img/bleu.png) no-repeat;
	top: 350px;
	left: 300px;
	}
#expo {
	position: absolute;
	width: 210px;
	height: 187px;
	background: url(img/expo.png) no-repeat;
	top: 10px;
	left: 750px;
	}
#expo:hover {
	background: url(img/expo2.png) no-repeat;
	top: 10px;
	left: 769px;
	}
#nous {
	position: absolute;
	width: 160px;
	height: 237px;
	background: url(img/nous.png) no-repeat;
	top: 128px;
	left: 565px;
	}
#nous:hover {
	background: url(img/nous2.png) no-repeat;
	top: 148px;
	left: 585px;
	}
#bd{
	position: absolute;
	width: 90px;
	height: 237px;
	background: url(img/bd.png) no-repeat;
	top: 491px;
	left: 327px;
	}
#bd:hover{
	background: url(img/bd2.png) no-repeat;
	}
#chantier{
	position: absolute;
	width: 90px;
	height: 237px;
	background: url(img/chantier.jpg) no-repeat;
	top: 393px;
	left: 572px;
	}
#chantier:hover{
	background: url(img/chantier2.jpg) no-repeat;
	}
#liens{
	position: absolute;
	width: 134px;
	height: 201px;
	background: url(img/liens.png) no-repeat;
	top: 95px;
	left: 408px;
	}
#liens:hover{
	background: url(img/liens2.png) no-repeat;
	top: 65px;
	left: 392px;
	}
#contact{
	position: absolute;
	width: 146px;
	height: 202px;
	background: url(img/contact.png) no-repeat;
	top: 225px;
	left: 430px;
	}
#contact:hover{
	background: url(img/contact2.png) no-repeat;
	}

