#wrap {
	position: absolute;
	top: 50%;
	margin-top: -280px;
	height: 440px;
	background-image: url("../images/fonds/home_wrap.gif");
	background-image: url("../images/fonds/home/store.gif");
	background-position: 0px 91px ;
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	top: 0;
	left: 624px;
	width: 155px;
	height: 91px;
	background-color: white;
	background-image: url("../images/test.gif");
	overflow: hidden;
}
#logo h1 {
	margin-top: 91px;
}



/* --- menu */
#menu {
	top: 63px;
	width: 623px;
	border-bottom: 0;
}
#menu ul li:hover div {
	margin-top: -30px;
	_margin-top: -33px;
	margin-left: -7px;
}



/* --- centre */
#centre {
	background-color: transparent;
	background-image: url("../images/fonds/home_centre.jpg");
	background-repeat: no-repeat;
	background-position: 0px 91px;
	height: 401px;
}
#centre #tagline {
	position: absolute;
	top: 377px;
	left: 0;
	border: 1px solid #aeafb1;
	border-top: 0;
	border-left: 0;
	font-size: 1.2em;
	color: #CA2029;
	text-transform: uppercase;
	padding: 8px 0 6px 18px;
	width: 606px;
}
#centre #news {
	position: absolute;
	top: 242px;
	left: 428px;
	color: #fff;
	font-size: 1.2em;
	width: 340px;
	height: 17px;
	padding-top: 2px;
	padding: 2px 5px 0 6px;
	background: #aeafb2;
}
#centre #news marquee {
	background: transparent;
	text-align: right;
	display: block;
}
#centre #espacepro {
	position: absolute;
	top: 262px;
	left: 648px;
	border-left: 1px solid white;
	height: 115px;
	padding: 0 0 0 0;
}
#centre #espacepro a {
	display: block;
	padding-left: 12px;
	text-transform: uppercase;
	font-size: 1.6em;
	background: transparent;
	background-image: url("../images/fonds/home_fleche_espacepro.gif");
	background-position: 0px 35px;
	background-repeat: no-repeat;
	background-color: #807f84;
	padding-top: 32px;
	height: 83px;
	width: 118px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#centre #espacepro a:hover {
	text-decoration: underline;
}
#centre #recrutement {
	position: absolute;
	top: 385px;
	left: 625px;
}
#centre #recrutement a {
	padding-left: 10px;
	font-size: 1.2em;
	background: transparent;
	background-image: url("../images/fonds/home_fleche_recrutement.gif");
	background-position: center left;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
#centre #recrutement a:hover {
	text-decoration: underline;
}


/* --- footer */
#footer {
	padding: 0;
	margin-top: 20px;
	background-color: transparent;
	color: #999;
	font-size: 1.2em;
	text-align: center;
}
#footer a {
	color: inherit;
}
#footer a:hover {
	color: #4C75AF;
}




/* styles pour IE5 Mac */

/*\*//*/

#wrap {
	position: absolute;
	top: 40px;
	margin-top: 0px;
}

/**/