/* styles_user MDH  */

h1 {
	font-size: 25px;
	color: #004494;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	font-size: 21px;
	margin-top: 10px;
	margin-bottom: 8px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
h2.sous_titre {font-size: 18px;}
h3 {
	font-size: 19px;
	color: #2A3640;
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
h4 {
	font-size: 16px;
	color: #32414D;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 18px;
	font-weight: bold;
}
h5 {
	font-size: 17px;
	color: #1D2D3B;
	margin-bottom: 15px;
	margin-top: 20px;
	text-align: left;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
h6 {
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	color: #515C66;
	margin-top: 5px;
	margin-bottom: 8px;
}
p {
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 9px;
}
ul {
	list-style-image: url(../images/icones/puce.png);
	margin-top: 6px;
	margin-bottom: 9px;
	padding-left: 12px;
	margin-left: 0px;
}
li {
	margin-bottom: 5px;
	line-height: 19px;
	text-align: justify;
	font-size: 13px;
	}
.fichier {
	background-image: url(../images/icones/fichier.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 4px;
	display: block;
	}
a.fichier {padding-bottom: 8px;
	}
.fleche {
	background-image: url(../images/icones/fleche.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 3px;
	display: block; }
.url {
	background-image: url(../images/icones/url.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 5px;
	background-position: 2px 4px;
	font-style: italic;
	display: block;
}
.mail {
	background-image: url(../images/icones/mail.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 2px 4px;
}
.cartouche {
	background-color: #E1E8F0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 15px;
	margin-bottom: 15px;
	}

@media only screen and (max-width : 750px) {
p, li {
font-size: 14px;
line-height: 20px;
}
}