/*{
	font-size:12px;
}
*/
#titre {
	color: #001F68;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 24px;
	line-height:22px;

}

.sous-titre {
	color: #001F68;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 18px;
	
}

.enumeration {
	line-height:24px;
}

.sous-enumeration {
	margin-top:5px;
	margin-bottom:5px;
	line-height: normal;
}

.paragraphe {
	margin-top: 20px;
	margin-bottom: 20px;
}

.message_important {
	color: #FF0000;
}

.texte_gras {
	font-weight: bold;
	
}
.texte_souligne {
	text-decoration: underline;
	
}

a {
	text-decoration:underline !important;
}

a:hover {
	text-decoration:none !important;
}

.paragraphe_alinea {
	margin-left: 40px;
	margin-bottom: 10px;
	
}

.question {
	color: #001F68;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 18px;
}

.reponse {
	
}

#signature {
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}

.texte_italique {
	font-style: italic;
	
}
.paragraphe_centre {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin dashed #999;
	padding: 5px;
}
