/* CSS Document */
body {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
    color:#453d31;
}
/*==================text================*/
p{
	margin-bottom:10px;	
}
h2{
	color:#e0172f;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
h3{
	color:#827c72;
	font-size:12px;		
	margin-bottom:15px;	
}	
ul{
	margin-left:15px;
}
li{
	margin-bottom:2px;
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
	color:#456395;
	text-decoration: none;
}
a:hover{
	color:#e0172f;
	text-decoration: underline;
}
.rouge{
	color:#e0172f;
}
.gris{
	color:#827c72;
}
.bleu{
	color:#456395;
}

