/*
==============
USER STYLE
==============
*/
/* titre = Titre */
.titre { 
   /*Page*/
	background-color: #FED45E;
   /*Font*/
	color : #BE5005;
	font-family : Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/* paragraph = Paragraph */
.paragraph {
   /*Font*/
	color : #663300;
	font-family : Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
}

/*Basic style*/
.gras {
	font-weight : bold;
}
.souligne {
	text-decoration : underline;
}
.italique {
	font-style : italic;
}

/*Table style*/
/* tb_normal = typo normal */
.tb_normal {
    /*Font*/
	color : #663300;
	font-family : Arial, Verdana, sans-serif;
	font-size: 11px;
}
/* tb_titre_orange  = Titre orange*/
.tb_titre_orange {
   /*Page*/
	background-color: #F69727;
   /*Font*/
	color : White;
	font-family : Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	text-transform: uppercase;
}

