#main h1{
	color: #996699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
}
#main p {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#main .texte_rouge {
	color: #cc0033;
	font-weight: bold;
}
#main .texte_violet {
	color: #996699;
	font-size: 16px;
	font-weight: bold;
}

#main strong {
	font-size: 16px;
	font-weight: bold;
	color: #330066;
}
#main a {
	color: #cc0033;
}
#main ol {
	font-weight: bold;
	list-style-type: decimal;
	padding-left: 20px;
}
#main ol li {
	margin-bottom: 20px;
}
#main ol li p{
	font-weight: normal;
}
#main ol li p img {
	position: relative;
	width: 67px;
	height: 62px;
	top: 20px;
}

