/* CSS Document */
body {
	margin: 0px;
	background-color: #fff;
	background-image: none;
}

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

h2 {
	background-position: 40% 100%
}
p.retour {
	margin: 0px 0px 0px 0px;
	padding: 0px;

}

#bandeau {
	width: 615px;
	height: 190px;
	background-image: url(images/imp_bg_bandeau.jpg);
	background-repeat: no-repeat;
}

/* MASQUAGE DU SUPERFLU */
h1, #recherche, #bandeau ul, #nav_principale, #col_droite *, .imprimer {
	display: none;
}
#conteneur {
	width: 615px;
	position: absolute;
	top: 0px;
	left: 0px;	
}


#col_gauche {
background-image:url(images/imp_bg_colgauche.gif);
background-repeat:no-repeat;
/*margin: 0px 0px 419px;*/
width: 15px;
}



#block_contenu {
	width: 615px;
	background-image: url(images/imp_bg_conteneur.gif);
	background-repeat: repeat-y;
	top: 190px;
}
#contenu {
	width: 584px;
	background-image: url(images/imp_bg_contenu.gif);
	background-repeat: no-repeat;
}
#zone_contenu {
	padding: 20px 10px 0px 10px;	
}


#col_droite {
background-image:url(images/imp_bg_coldroite.gif);
background-repeat:no-repeat;
/*margin: 0px 0px 419px;*/
width: 16px;
}


#footer {
	width: 615px;
	height: 38px;
	background-image: url(images/imp_bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #004D01;
	margin: 0px;
}
html>body #footer {
height:auto;
min-height: 38px;
}
html>/* */body #footer ul {
	display: none;
}
ul.pied {
	
	visibility: hidden;
}

ul.pied li {
	
	visibility: hidden;
}
#fondgauche {
	width: 13px;
	overflow: hidden;
}

#fonddroite {
	width: 14px;
	overflow: hidden;
}
/* ON AFFICHE CE DONT ON A BESOIN */

.siimprimer{
	display: block;

}

