.feuille .corps .contenu .texte
{
	position: relative;
	display: block;
	width: 708px;
	height: auto;
	min-height:75px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	border: none;
}
.feuille .corps .contenu .texte h1
{
	position: relative;
	display: block;
	width: 690px;
	line-height: 20px;
	margin: 0px 5px 5px 10px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	border: none;
	text-align: left;
	font: normal normal bold 16px/20px Bitstream Vera Sans,Arial;
	color:black;
}
.feuille .corps .contenu .texte h2
{
	position: relative;
	display: block;
	width: 690px;
	line-height: 20px;
	margin: 0px 5px 5px 10px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	border: none;
	text-align: left;
	font: normal normal bold 14px/20px Bitstream Vera Sans,Arial;
	color:black;
}
.feuille .corps .contenu .texte p
{
	position: relative;
	display: block;
	width: 690px;
	line-height: 18px;
	margin: 0px 5px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	border: none;
	text-align: left;
	font: normal normal normal 14px/18px Bitstream Vera Sans,Arial;
	color:black;
}
.feuille .corps .contenu .texte p span
{
	font-weight:bolder;
	color:#FA005E;
}
.feuille .corps .contenu .texte ul
{
	position: relative;
	display: block;
	width: 670px;
	line-height: 18px;
	margin: -5px 5px 5px 30px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	border: none;
	text-align: left;
	font: normal normal normal 14px/18px Bitstream Vera Sans,Arial;
	color: black;
	list-style: disc outside;
}
