/* CSS Document */
html, body {
	padding:0;
	margin:0;
	font-family:georgia,serif;
	font-size:16px;
}

div#entete {
	margin-top:4px;
	height:130px;
	font-size:18px;
	background-image:url(i/titre8.jpg);
	background-repeat:no-repeat ;
}

div#centre {
  clear:both;
  margin-top:15px;
  margin-bottom:0px;
}

div#centre div table {
	width:100%;
	text-align:center;
}

div#centre div table tr td a {
	text-decoration:none;
} 
div#colonneGauche {
	float: left;
	width: 260px;
	min-height:750px;
	padding: 0px;
	text-align:center;
	font-size:26px;
	text-decoration:none;
	margin:3px;
	margin-left:3px;
	background-image:url(i/colgauche.jpg); 
	background-repeat:no-repeat;
}

div#colonneGauche hr{
	color: white;
}

div#contenu {
	
	padding: 4px;
	padding-top: 8px;
	text-align:center;
	font-size:18px;
	margin-left:270px;
	width:960px;
	
}

div#piedDePage {
	position:absolute;
	top:940px;
	width:100%;
	font-size:28px;
	text-decoration:none;
	background-color: white;
	text-align:center;
	clear:both;
	padding: 0px;
	padding-left: 10px;
	
}
div#tarifs {
	font-family:georgia,serif;
	font-size:18px;
	text-align:center;
	}
	
span.Titre {
	text-align:center;
	font-size:26px;
	color:#0000FF;
	}
span.Soustitre {
	text-align:center;
	font-size:22px;
	}
	
	
	
