#tunnel_macarte #center{
position:absolute;
margin:0;
left:11%;
top:50px;
}
body {
	background-color:#B2DB11;
	margin:0;
	padding:0;
	font-size:11px;
	text-align:center;
	background-image:url(fond_introBody.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
/* styles for IE 5 Mac */
#center {
	width:704px;
	height:380px;
	margin:10px auto;
	position:relative;
}
#corps {
	position:absolute;
	top:0;
	left:0;
	height:380px;
	width:704px;
}
/* commented backslash hack  - invisible to IE 5 \*/
#center {
	position:absolute;
	margin:-210px 0 0 -352px;
	left:50%;
	top:50%;
}
/* end hack */
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p.filet {
	border-top:1px solid #006D48;
	padding-top:10px;
	text-align:right;
}
table {
	width:674px;
}
td, th {
	vertical-align:top;
}
a {
	color:#000;
	/*text-decoration:none;*/
}
a:visited {
	color:#718A0D;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:active {
	color:#E93D2D;
	text-decoration:overline;
}