/*---------------------------------------------------*/
/*-- prehome --*/
/*---------------------------------------------------*/
HTML {
  height: 100%;
}

body {
	margin: 0;
	text-align: center;
	height: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #AFAFAF;
	background: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #AFAFAF;
}

a:visited {
	text-decoration: none;
	color: #AFAFAF;
	outline:none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
	outline:none;
}

a img { border:none; }

#background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #f5f5f5;
}
	
#global {
	margin: -300px -500px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 600px;
}

#prehomevisu {
	width: 400px;
	height: 100%;
	background: url(../img/intro2.jpg) top left no-repeat;
	float: left;
	padding-left: 30px;
}
#prehometext {
	padding: 240px 0 0 50px;
	text-align: center;
	float: left;
}
#prehometext #title {
	width: 460px;
	height: 40px;
	background: url(../img/titre.png) 0 0 no-repeat; 
}
#prehometext table {
	text-align: center;
	padding: 40px 0 0;
}
#prehometext table td {
	vertical-align: top;
	font-size: 11px;
	line-height: 12px;
}
#prehometext table td span {
	padding-left: 20px;
	line-height: 20px !important;
}
#prehometext table td span a {
	color: #000000;
}
