/* CSS Document */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px !important;
    color:#353536;
}


/*==================text================*/
p{
	margin-bottom:14px;
}
h1{
	
}
h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	color:#710509;
}
h3{
	font-weight:bold;
	
}
h4{
	
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #000;
}

ul
{
    margin-left:15px;
}
ul li
{
    list-style-type:circle;
}

.bleue
{
    color:#008ACF;
}
.rouge
{
    color:#710509;
}