/* 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: 154px;
	width: 550px;
	background-image: url(images/bandeau_imprimer.jpg);
	background-repeat: no-repeat;
	
}
h1 {
	width: 550px;
}
h1 img {
	visibility: hidden;
	margin: 0;
}
h1 a {
	display: block;
	width: 100px;
	height: 100px;
	float: right;
}
ul#nav_principale {
	width: 550px;
}
/* MASQUAGE DU SUPERFLU */
#colonne_gauche, #colonne_droite, #chemin, .imprimer, #flash, .retour, #recherche, #liensevitement, #masque, #nav_principale, #plan, #menu_divers {
	display: none;
}
#conteneur {
	width: 550px;
	position: relative;/* Debug imprimer 1 */
	top: 0px;
	left: 0px;
	margin: 0;/* Debug imprimer 1 */
}
#block_contenu {
	width: 550px;
	margin: 0;
	background-image: none;
}
#colonne_contenu {
	margin: 0 5px 0 5px!important;
	margin: 0 5px 0 2px;
	padding: 0 10px 0 35px;
	width: 493px!important;
	width: 494px;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	background-image: url(images/imp_bg_contenu.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 550px;
	background-image: url(images/imp_bg_footer.jpg);
	margin: 0;
}
/* ON AFFICHE CE DONT ON A BESOIN */

.siimprimer{
}
 
