/*
Rouge Rob 				: #D23D27
BLEU FONCE				: 3D3CF0
VERT FONCE				: 3D811B
ORANGE FONCE			:	FC811B
VIOLET FONCE			:	9124C8
MARRON FONCE			: 912DC8
*/

/**********************************************************/
/************						STYLE POLICE		*******************/
/**********************************************************/
h1
{
	font-family: Verdana, sans-serif;
	font-size : small;
	text-indent : 0px;
	line-height : 22px;
	text-align : center;
	color : #000000;
	background-color : none;  
}

h2
{
	font-family: "arial black", sans-serif;
	font-size : large;
	padding : 20px;
	text-indent : 30px;
	line-height : 60px;
	color : #FFCC33;  
	background-color : none;
}

h3
{
	font-family: Verdana, sans-serif;
	font-size : large;
	font-weight : bold;
	text-indent : 30px;
	line-height : 60px;
	padding : 1em 3em 1em 3em;
	color : #FFFFFF;
	background-color : #none;  
}

h4
{
	font-family: Verdana, sans-serif;
	font-size : small;
	text-indent : 0px;
	line-height : 20px;
	padding : 0em 1em 0em 1em;
	color : #000000;
	background-color : none;  
}

h5
{
	font-family: Verdana, sans-serif;
	font-size : small;
	text-indent : 0px;
	line-height : 22px;
	padding : 0em 1em 0em 2em;
	color : #000000;
	background-color : none;  
}

h6
{
	font-family: Verdana, sans-serif;
	font-size : small;
	text-indent : 0px;
	line-height : 22px;
	padding : 0em 1em 0em 4em;
	color : #000000;
	background-color : none;  
}


.fin
{
	font-weight : normal;
}
.gras
{
		font-weight : bold;
}

.souligne
{
	text-decoration : underline;
}

.sans_souligne
{
	text-decoration : none;
}



