/* CSS Document */

body {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
    color:#404040;
}

#content ul { list-style:disc; margin-left:20px;}
#content ul li { margin-bottom:3px;}

#content ol { list-style:decimal; margin-left:20px;}
#content ol li { margin-bottom:3px;}

/*==================text================*/
p{
	margin-bottom:10px;
}
h1{
	
}
h2{
	color:#0f4985;
	font-size:20px;
	margin-bottom:10px;
}
h3{
	color:#0f4985;
	font-size:16px;
	margin-bottom:10px;
}
h4{
	color:#0f4985;
	font-size:14px;
	margin-bottom:10px;
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
	color:#0f4985;
	text-decoration: none;
}
a:hover {color:#181D4B; text-decoration: none;}
.txt-bleu { color:#0f4985;}
.red { font-size:11px; color:#c20009; margin:10px 0;}
