body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;		/* 0.8em */
margin: 0;
padding: 0;
background-color: #FFFFFF;
}

p {
	font-size: 13px;
	margin: 0 0 10px 0;	/* haut droite bas gauche */
	color: #444444;
}

li {
	font-size: 13px;
	color: #444444;
}

a { 
	text-decoration: underline;
	color: #99cc66;
	font-weight:bold;
}

a:hover { 
	text-decoration: none;
}

.p-bleu {
	font-size: 14px;
	margin-top: 10px;
	color: #0099CC;
	font-weight:bold;
}

.p-bleu-gros {
	font-size: 16px;
	margin-top: 10px;
	color: #0099CC;
	font-weight:bold;
}

.p-vert {
	font-size: 14px;
	margin-top: 10px;
	color: #99cc66;
	font-weight:bold;
}

.p-vert-gros {
	font-size: 16px;
	margin-top: 10px;
	color: #99cc66;
	font-weight:bold;
}

.p-orange-gros {
	font-size: 16px;
	margin-top: 10px;
	color: #FEBC09;
	font-weight:bold;
}

.p-orange {
	font-size: 14px;
	margin-top: 10px;
	color: #FEBC09;
	font-weight:bold;
}