body{
	background-image:url(../images/fond_viptransport.jpg);
	background-attachment: fixed;
	background-position: top center;
	margin:0;
	padding:0;
}


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

#centre {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;
	width:700px;
	height:600px;
	z-index:0;
}

#tab{
	width:250px;
	height:400px;

}

#text{
	font-family: "Trebuchet MS";
	text-align: justify;
	font-size: 13px;
	text-indent: 30px;
	 
}

#text2{
	font-family: "Trebuchet MS";
	color: #646464;
    font-size: 10px;
	text-indent: 3px;

}

#text3{
	font-family: "Trebuchet MS";
	color: #000000;
    font-size: 12px;
	text-indent: 2px;

}

function menuOver(this_){
  this_.style.backgroundColor='red';
  this_.style.color='blue';
  
}

