/* Elements principaux */

body { background-color: #F5FBF8 }

#main-body {
	/*background-color: #F0F0FB;*/
	background-color: white;
}

#content-wrap.type-a { width: 456px }

#main-footer a
{
	/*color: #222222;*/
	/*text-decoration: under*/
}

	/* Element du footer */
	
	#basdepage,
	#footer {
		/* background-color: #F0F0FB; */
		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 commerciaux C&C */
		
		div.flatbox div.liencom img {
			float: left;
			margin-right: 4px;
		}
		div.liencom a { text-decoration: underline }
		
		#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 coups de coeur C&C */
		
		#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;
		}
	

