/*** balises HTML ***/
body {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
background-color: #EFF8F3;
margin: 0px;
padding: 0px;
background-image: url("../images/fd_page.gif");
background-repeat: repeat-x;
background-position: top;
text-align: center;
}

* html #basdepage {
margin-bottom: -3px;
}

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

input.rech_crit {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 8px;
margin: 0px;
padding: 0px;
}

/*** mise en page generale ***/

/* zone centree de l'ensemble du contenu */
#tout {
width: 830px;
margin-left: auto;
margin-right: auto;
padding: 0px;
margin-top: 0px;
background-image: url("../images/fd_tout2.gif");
background-repeat: repeat-y;
text-align: left;
}

/* bandeaux haut et pied de page */
#tetedepage {
	background-color: #FFFFFF;
	padding: 0px;
	width: 830px;
	height: 124px;
}
#piedpage {
	clear: both;
	padding: 6px 0;
	width: 830px;
	height: 30px;
	background: url(/images/basdepage_ombre.gif) top no-repeat;
	text-align: center;
	background-color: #EFF8F3;
}

/* Element du bas de page - footer */

#basdepage,
#footer {
	/*background-color: #F0F0FB;*/
	margin: 4px 0;
	height: 144px;
}
	div.flatbox {
		/*padding-top: 39px;*/
		width: 302px;
		margin: 4px 8px 4px 2px;
		float: left;
	}
	
	div.flatbox div.vignettechateau { width: 100px; float: left }
	div.flatbox div.second { margin: 0 1px }
	
	/* Liens en bas de page - footer */
	
	div.flatbox div.liencom img {
		float: left;
		margin-right: 4px;
	}
	div.liencom a { text-decoration: underline }
	
	/* Les offres spéciales */
	
	#LiensPrestataires.fr {
		background: url(/images/flatbox_ti_prestataires_fr.gif) top no-repeat;
	}
	#LiensPrestataires.en {
		background: url(/images/flatbox_ti_prestataires_en.gif) top no-repeat;
	}
	
	/* Les offres spéciales */
	
	#LiensOffresSpeciales.fr {
		background: url(/images/flatbox_ti_offresspeciales_fr.gif) top no-repeat;
	}
	#LiensOffresSpeciales.en {
		background: url(/images/flatbox_ti_offresspeciales_en.gif) top no-repeat;
	}
	
	/* Les coups de coeur */
	
	#LiensCoupsDeCoeur.fr {
		background: url(/images/flatbox_ti_coupsdecoeur_fr.gif) top no-repeat;
	}
	#LiensCoupsDeCoeur.en {
		background: url(/images/flatbox_ti_coupsdecoeur_en.gif) top no-repeat;
	}

