/* CSS Document */
#cadrecontact {
	/*layout*/	
	width: 955px;
	height: 580px;
	margin-left: -475px;
	margin-top: -290px;
	position: absolute;
	left: 50%;
	top: 50%;
	/*style*/
	border: 1px solid #000000;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background-color:#000000;
}

#contact {
position:absolute;
top:132px;
left:30px;
background-image:url(contact.jpg);
background-repeat:no-repeat;
width:683px;
height:520px;
}

#adresse {
position:absolute;
top:280px;
left:300px;
background-image:url(adresse.gif);
background-repeat:no-repeat;
width:358px;
height:152px;
}

#mail {
position:absolute;
top:450px;
left:300px;
background-image:url(mail.gif);
background-repeat:no-repeat;
width:358px;
height:16px;
}

#acces {
position:absolute;
top:470px;
left:720px;
background-image:url(acces.jpg);
background-repeat:no-repeat;
width:201px;
height:74px;
}