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


/*-------------------------------------------------------------------*/

/*retirer les doublons de declarations*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, strong, sub, sup, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:focus { outline: 0;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------------------------------------------------*/





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

p, h1, h2, h3, h4, h5 {
	line-height: 140%;
}


a { text-decoration:none; outline:none; }
a img { border:none; outline:none; }


table td { vertical-align:top; } 

ul {
	padding-left: 20px;
	font-size:0;
}
ul li {
	margin-bottom: 5px;
	font-size:12px;
}

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

/* h1 caché pour afficher un visuel à la place */
h1 {
	overflow: hidden;
	text-indent: -10000px;
	background-repeat:no-repeat;
	display:block;
}
h2 {
	font-size:18px;
	color: #333333;
	padding-bottom: 12px;
	line-height: 120%;
	font-weight: normal;
}
h3 {
	font-size:12px;
	margin-bottom: 10px;
	font-weight:bold;
}
h4 {
	font-size:12px;
	margin-bottom: 5px;
	font-weight: normal;
}

p {
	padding-bottom: 12px;
}
/*---------------------- Class specials --------------*/

.PourContenu,
.PourImpression,
#TitreSite {
	display:none;
}

/*---------------------- Positions framework --------------*/

body { background-color:#FFFFFF; width:100%; overflow-y:scroll;}

body,
#P-Center,
#P-Fond {
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
	background-position:center 0px;
}

body,
#P-Center { margin-right:auto; margin-left:auto;  }

#P-Center {
	position:relative;
	z-index:10;
}

#P-Page,
#P-Gauche { 
	padding-bottom: 30px;
}

#P-Gauche,
#P-Menu {
	position: absolute;
}


