@import url('https://fonts.googleapis.com/css?family=Montserrat');
p {
    margin: 0 0 9px;
}
body {
    color: #000000;
    line-height: 26px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.TITRE1
{ 
	color:#0d3ea4;
    font-size: 22px;
	font-weight:bold;
} 

.soustitre1
{ 
	color:#2162f2;
	font-size:20px;
	font-weight:bold;
}
.rouge
{ 
	color:#ff0000;
} 

a,
a:visited {
	color:#2162f2;
	text-decoration: none;
}
a:hover {
	color:#2162f2;
    font-weight:normal;
	text-decoration: underline;
}