/* CSS Document */
body {
	margin: 0px;
	background-color: #fff;
	text-align: left;  /* Debug imprimer 1 */
}

* {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0;
}
#bandeau {
	height: 190px;
	width: 550px;
	background-image: url(images/bandeau_imp.jpg);
	background-repeat: no-repeat;
}
#bandeau img {
	display: none;
}
.spip { /* NE PASEFFACER : corrige le bug des images float decalées sous ie */
text-align: left;
}
/* MASQUAGE DU SUPERFLU */
#colonne_gauche, #colonne_droite, #chemin, .imprimer, #flash, .retour, #menu_contact, #recherche, #liensevitement, #nav_principale, #adresse2, #menu_divers {
	display: none;
}
#conteneur {
	width: 550px;
	position: relative;/* Debug imprimer 1 */
	top: 0px;
	left: 0px;
	margin: 0;/* Debug imprimer 1 */
	background-image: url(images/bg_conteneur_imp.jpg);
}
#zone_contenu_bg {
	background-image: none;
}
#colonne_contenu {
	margin: 0px;
	width: 550px;
}


#contenu {
	width: 510px;
	margin: 0;
	padding: 20px 20px 20px 20px;
	background-image: url(images/bg_contenu_imp.jpg);
}

#footer {
	background-image: url(images/bg_footer_imp.jpg);
	width: 550px;
	height: 40px;
}
