/*********************************************************************
************************* T I T R E S ********************************
*********************************************************************/
h1
{
	font-size			: 24px;
	font-weight			: bold;
	margin				: 4px 0px 6px 0px;
	padding				: 0px 5px 4px 5px;
	color				: #800505;
	font-family			: "Arial Narrow";
	font-style			: italic;
}

h2
{
	font-size			: 18px;
	font-weight			: bold;
	margin				: 4px 0px 6px 0px;
	padding				: 0px 5px 4px 5px;
	color				: #800505;
	font-family			: "Arial Narrow";
	font-style			: italic;
}


h3
{
	font-size			: 14px;
	font-weight			: bold;
	margin				: 4px 0px 6px 0px;
	padding				: 0px 5px 4px 5px;
	color				: #800505;
	font-family			: "Arial Narrow";
	font-style			: italic;
}

h4
{
	font-size			: 12px;
	font-weight			: bold;
	margin				: 4px 0px 6px 0px;
	padding				: 0px 5px 4px 5px;
	color				: #800505;
	font-family			: "Arial Narrow";
	font-style			: italic;
}

h5
{
	font-size			: 10px;
	font-weight			: bold;
	margin				: 4px 0px 6px 0px;
	padding				: 0px 5px 4px 5px;
	color				: #800505;
	font-family			: "Arial Narrow";
	font-style			: italic;
}



/*********************************************************************
******************* P A R A G R A P H E S ****************************
*********************************************************************/
p
{
	font-size			: 12px;
	color				: #CCCCCC;
	text-align			: left;
}

/*********************************************************************

.rouge
{
	color				: #C80000;
	font-weight			: bold;
}

*********************************************************************/


.notefooter
{
	font-size			: 10px;
	font-style			: italic;
	color				: #CCCCCC;
	text-align			: center;

}




/*********************************************************************
*************************  L I E N S  ********************************
*********************************************************************/

a:link 
{	
	color				: #CCCCCC;
	font-weight			: bold;
}
a:visited 
{
	color				: #AAAAAA;
	font-weight			: bold;
}
a:hover 
{
	color				: #FFFFFF;
	font-weight			: bold;
}
