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

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


p.retour {
	margin: 0px 0px 0px 0px;
	padding: 0px;

}

#bandeau {
	background-image: url(images/imp_page_bandeau.jpg);
	height: 64px;
}

h1 {
	top: 10px;
	left: 130px;
	
	width: 350px;
	
	
}

h1 a {
color:#EC7405;
font-family:"Times New Roman",Times,serif;
font-size: 0.5em;
text-decoration:none;
text-transform:uppercase;
}
/* MASQUAGE DU SUPERFLU */
#logo, #nav_principale, #recherche, #colonne_gauche, #colonne_droite, .accessbas, #liensevitement, #newsletter, .imprimer, .chemin, #ssmenu, #footer ul, .retour, h1 img {
	display: none;
}
#conteneur {
	width: 550px;
	position: absolute;
	top: 0px;
	left: 0px;
	
	background-image: url(images/imprim_fond.jpg);
}
#block_contenu {

	width: 550px;
	
	background-image: url(images/imp_bg_contenu.jpg);
	background-repeat: no-repeat;
}
#contenu {
	width: 510px;
	margin: 0;
	padding: 20px 20px 20px 20px;
	background-image: url(images/imp_croix.jpg);
	background-repeat: no-repeat;
	background-position: 100px 200px;
	

}

#contenu_texte {
margin-left:0px;
}

#arrondi_titre, #fond_titre, #block_titre {
	background-image: none;
}
#arrondi_titre h2 {
margin:10px 20px 0px 70px;
}
#footer {
	width: 550px;
	
	background-image: url(images/imp_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
}


/* ON AFFICHE CE DONT ON A BESOIN */

.siimprimer{
	display: block;

}

