/*
CSS pour les styles (surtout de fonts) que l'usager va pouvoir appliqer en Contribute
Ce CSS est celui loadé par défaut. 

Aide mémoire
margin: top right bottom left
*/
.titreTabEntOrange {
	color: #F97D0D;
	font-weight:bold;
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.border { 
	border-bottom:1px solid #2946ED;
	border-left:1px solid #2946ED;
	border-right:1px solid #2946ED;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 17px; 
	color: #2946ED; 
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 14px; 
	color: #333333; 
	margin-bottom: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 14px; 
	color: #666666; 
	margin-bottom: 5px;
}

