/* $Id: coordonnees.css 19 2009-03-20 01:16:10Z joanfabregat $ */
/* @group contactMain
 */
#contactMain {
	position: absolute;
	z-index: 2;
	top: 80px;
	background: #fff url(../images/contactMain.gif) no-repeat top left;
	height: 780px;
	width: 1083px;
	left: 50%;
	margin-left: -541.5px;
}
#contactMain div.text1 {
	background: url(../images/contactPictos.gif) no-repeat 0 14px;
	position: absolute;
	left: 20px;
	bottom: 130px;
	padding: 0 0 0 50px;
	font-weight: bold;
}
#contactMain div.text1 p {
	margin: 17.5px 0;
}
#contactMain div.text1 p, #contactMain div.text1 p a {
	color: gray;
	text-decoration: none;
}
#contactMain img.logo {
	display: block;
	position: absolute;
	bottom: 140px;
	right: 50px;
}

/* @end */
/* @group contactBg */
#contactBg {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 50%;
	top: 94px;
	height: 25px;
	background: url(../images/contactBg.gif) repeat-x top;
	width: 50%;
}
#contactBg2 {
	position: absolute;
	z-index: 1;
	left: 50%;
	width: 50%;
	height: 41px;
	right: 0;
	top:  373px;
	background: url(../images/contactBg2.gif) repeat-x top;
}

/* @end */
