body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color: #006699;
}



#global{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(../images/deco/bord.gif);
}

#haut{
	position:relative;
	width:100%;

	}
	
	
#titre{
	position:relative;
	width:100%;

	}
	
#gauche{
	float:left;
	width: 120px;

	}


	
#centre{
	float:left;
	width: 320px;
	margin-top: 35px;
	margin-bottom: 35px;
}

#centre_reservation{
	float:left;
	width: 500px;
	margin-top: 35px;
	margin-bottom: 35px;
}
	
#droite{
	float:left;
	width:280px;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: justify;
	padding-left: 30px;
	}
  

	
#bas{
	clear:both;
	width:100%;
	text-align: center;
	/*height:64px;*/
	bottom: 0px;
	color: #000000;

	}
#bas a{
	text-decoration: none;
	color:#006699;
	
	}	
	
.table_menu
{
	background-color: #FFFFFF;
}

