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

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

#bandeau {
	height: 218px;
	width: 550px;
	background: url(images/imprimer_bandeau.jpg) no-repeat;
}
.spip { /* NE PASEFFACER : corrige le bug des images float decalées sous ie */
text-align: left;
}
h2 {
	margin: 20px 0 0 0;
}
/* MASQUAGE DU SUPERFLU */
#footer, #colonne_gauche, #colonne_droite, #chemin, .imprimer, #flash, .retour, h1, #masque, #nav_principale, #recherche, #liensevitement {
	display: none;
}
#conteneur {
	width: 550px;
	position: relative;/* Debug imprimer 1 */
	margin: 0;/* Debug imprimer 1 */
	background: none;
}

#colonne_contenu {
	width: 505px;
	background: url(images/imprimer_bg_contenu.jpg) no-repeat left top;

}
#block_contenu {
	background: none;
	width: 550px;
}
/* ON AFFICHE CE DONT ON A BESOIN */

.siimprimer{
}
 
