@charset "utf-8";
/* Framework SRP - Stephan Renault */

.PourImpression { display:block; }

/*---------------------- Definition de balises --------------*/

p, h1, h2, h3, h4, h5 {
	padding:0px;
	margin:0px;
	padding-bottom:1em;
}


/*---------------------- Textes --------------*/


h1 {
	overflow: visible;
	text-indent: 0px;
	height:auto;
	background-image:none!important;
}


/*---------------------- Positions framework --------------*/
body,
#P-Fond,
#P-Page,
#P-Center,
#P-Gauche,
#P-Menu {
	position: static;
	width:100%;
	padding: 0px;
	margin: 0px;
	background:none!important;
	background-color:#ffffff!important;
}


#P-Page {
	display:block;
	
	margin-top:2em;
	border-top:solid 1px #666666;
	padding-top:2em;
	
	margin-bottom:1.5em;
	border-bottom:solid 1px #666666;
	padding-bottom:1.5em;
}


