@charset "UTF-8";
body {
	margin: 0;
	margin: auto;
	width: 980px;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#logo {
	background-image: url(images/copyplus.png);
	background-repeat: no-repeat;
	height: 289px;
	width: 318px;
	float: left;
}
#logo a{
	display: block;
	height: 289px;
	width: 309px;
}
h1 {
	display: none;
}
h2 {
	display: none;
}
#bandeau {
	background-image: url(images/entete.png);
	background-repeat: no-repeat;
	height: 289px;
	background-position: top right;
}
#menu h3 {
	display: none;
}
#menu {
	float: left;
}
#page {
	clear: left;
}
#footer {
	clear: left;
	background-image: url(images/piedpage.png);
	background-position: center;
	height: 30px;
}
#links {
	display: none;
}
#contenu {
	width: 760px;
	margin-left: 220px;
}
#doc {
	background-image: url(images/vague.png);
	background-repeat: no-repeat;
}
#photo, #repro, #pao, #cdv, #affi, #tamp, #fini, #promo, #proc, #equip, #devis {
	width: 220px;
	display: block;
}
#photo {
	background-image: url(images/photocopies.png);
	height: 35px;
}
#photo:hover {
	background-image: url(images/photocopiesover.png);
}
#repro {
	background-image: url(images/reprographie.png);
	height: 67px;
}
#repro:hover {
	background-image: url(images/reprographieover.png);
}
#pao {
	background-image: url(images/paocreation.png);
	height: 43px;
}
#pao:hover {
	background-image: url(images/paocreationover.png);
}
#cdv {
	background-image: url(images/cartevisite.png);
	height: 41px;
}
#cdv:hover {
	background-image: url(images/cartevisiteover.png);
}
#affi {
	background-image: url(images/afficheplan.png);
	height: 46px;
}
#affi:hover {
	background-image: url(images/afficheplanover.png);
	}
#tamp {
	background-image: url(images/tampon.png);
	height: 30px;
}
#tamp:hover {
	background-image: url(images/tamponover.png);
	}
#fini {
	background-image: url(images/finition.png);
	height: 46px;
}
#fini:hover {
	background-image: url(images/finitionover.png);
	}
#promo {
	background-image: url(images/promotion.png);
	height: 34px;
}
#promo:hover {
	background-image: url(images/promotionover.png);
}
#proc {
	background-image: url(images/procedureinfo.png);
	height: 61px;
}
#proc:hover {
	background-image: url(images/procedureinfoover.png);
}
#equip {
	background-image: url(images/equipement.png);
	height: 38px;
}
#equip:hover {
	background-image: url(images/equipementover.png);
}
#devis {
	background-image: url(images/devis.png);
	height: 40px;
}
#devis:hover {
	background-image: url(images/devisover.png);
}
.padd5 {
	padding: 5px;
}

