
/* 	CODE COULEURS ----------------	*/
/*                              	*/
/*	Rose				#d0055f		*/
/*	Orange				#f57f24 	*/
/*	Gris foncé			#404041		*/
/*                              	*/
/*	------------------------------	*/

body
	{
	font-family:Verdana, Arial, Cursive;
	font-size:0.75em;
	color:#717171;
	}

h1 /* GROS ROSE */ 
	{
	font-size:1.3em;
	/* color:#d0055f; */
	color:#000000;
	text-transform:uppercase;
	font-weight:700;
	padding-bottom:15px;
	}

h2 /* MOYEN ORANGE */
	{
	font-size:1em;
	color:#f57f24;
	font-weight:700;
	padding-bottom:10px;
	}

h3 /* REG GRIS FONCÉ */
	{
	font-size:1em;
	color:#404041;
	font-weight:700;
	padding-bottom:10px;
	}

h4 /* GROS GRIS FONCÉ (SECTION) */
	{
	font-size:1.3em;
	color:#3a3a3a;
	font-weight:700;
	margin-bottom:15px;
	}

h5 /* REG GRIS PALES (DATE) */
	{
	font-size:.9em;
	color:#999999;
	font-weight:700;
	margin:0px;
	padding:0px;
	}

h6 /* REG GRIS PALES (TITRE) */
	{
	font-size:.9em;
	color:#3a3a3a;
	font-weight:700;
	margin:0px;
	padding:0px;

	}


ul 
	{
	list-style-type: square;
	padding-left:15px;
	padding-bottom:10px;
	font-size:.9em;
	}

ol 
	{
	list-style-type:decimal;
	padding-left:24px;
	padding-bottom:10px;
	}

img 
	{
	border:none;
	}

* 
	{
	margin:0;
	padding:0;
	} 

p 
	{
	padding-bottom:1.3em; 
	text-align:justify; 
	font-size:.9em;
	}

a,a:link,a:visited,a:active 
	{
	color:#f57f24;
	text-decoration:none;
	}

a, a:hover 
	{
	color:#f57f24;
	text-decoration:underline;
	}

input, textarea, select { 
	color:#717171;
	font-family:Verdana,Arial,Cursive;
	font-size:1em;
	padding:1px;
 }

.inputbox
	{
	font-family:inherit;
	font-size:.95em;
	margin-bottom:7px;
	color:#666666;
	}


.button
	{
	padding-top:3px;
	padding-bottom:3px;
	font-family:inherit;
	font-size:.95em;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#d0055f;
	border:none;
	}

textarea.inputbox
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
