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

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

}
#colonne_centre {
	margin: 0;
}
/* ON AFFICHE CE DONT ON A BESOIN */

.siimprimer{
}
 
