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

* {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin-top: 0px;
	padding-top: 15px;
}
#flash {
	width: 650px;
	height: 150px;
	background:transparent url(images/page_bandeau_31.jpg) no-repeat scroll 0 0;
}
#logo_int{
	height: 150px;
	width:193px;
}

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, #col_gauche,#menu , #chemin, .imprimer, .retour, #menu_contact, #recherche, #liensevitement, #logo_int p {
	display: none;
}
#conteneur {
	width: 650px;
	position: relative;/* Debug imprimer 1 */
	top: 0px;
	left: 0px;
	margin: 0;/* Debug imprimer 1 */
	background: url('images/bg_conteneur_imp.png') repeat-y;
}
#block_contenu{
	background: url('images/bg_conteneur_imp_top.png') no-repeat top;
	width: 650px;
}
#block_contenu_bottom{
	background: url('images/bg_conteneur_imp_bottom.png') no-repeat bottom;
}
#col_gauche{
	width: 0px;
}
#colonne_centrale {
	width: 650px;
	position: relative;
	background-image: url('images/bg_imprimer.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	zoom: 1;
	float: none;
	margin-left: 5px;
}
#contenu {
	width: 650px;
	margin: 0 0 0 0;
}

#blockaffiche {

padding:0px;
margin: 0px;
}

/* ON AFFICHE CE DONT ON A BESOIN */

.siimprimer{
}
 
