  /*////////////////
 ///// Règles /////
////////////////*/

/* Convention de nommage : camelCase + conteneurTypeLibellé */
/* Hiérarchisation :
   1. Le positionnement => display – visibility – position – top/right/bottom/left – z-index – float – clear
   2. Les marges et bordures => margin – padding – border
   3. Les dimensions => width – height – min-width/max-width – min-height/max-height
   4. Les propriétés de texte => font – line-height – text-align – text-indent – text-decoration – text-transform – letter-spacing – word-spacing – color
   5. L'arrière-plan => background */


  /*//////////////////
 ///// Couleurs /////
//////////////////*/

/* Gris foncé : 322d33 */


H1 {
	color:#004a8e;
	font-size:19px;
	line-height:24px;
	
	margin:0;
}

H1 STRONG {
	color:#76b758;
}

H2 {
	color:#004a8e;
	font-size:19px;
	line-height:24px;
	
	margin:0;
}

A:link, A:visited, A:active {
	color:#3e3938;
	text-decoration:underline;
}

A:hover {
	color:#3e3938;
	text-decoration:none;
}
