*{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}

html {
overflow: scroll; /* FORCE LE SCROLL BAR QUI DECALLE */
} 
body{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: smaller;
	letter-spacing: 1px;
	}
	
#conteneur {
	display: block;
	position: relative;
	margin-top: 35px;
	margin-left:auto;
	margin-right:auto;
	width: 880px;
}
#contenu {
	padding: 0px 30px 0px;
	font: small/1.5em georgia, times, serif;
}

h1
	{
	font-size: 2em;
	font-weight: normal;
	color: #7D2752;
}
h2
	{
	font-size: 2em;
	font-weight: normal;
	color: #922;
}

.title {
padding: 43px 5px;
width:810px;
height:114px;
}

/*p:first-letter {
	font-size: large;
	font-weight: normal;
	color: #922;
}*/

