/*********************************************************************
************************* T I T R E S ********************************
*********************************************************************/
h1
{
	font-size			: 24px;
	font-weight			: bold;
	margin				: 4px 0px 6px 0px;
	padding				: 0px 5px 4px 5px;
	color				: #113161;
	font-family			: Arial;
	font-style			: italic;
	background-image	: url(../images/trait_rouge_2_140.png);
	background-repeat	: no-repeat;
	background-position	: left bottom
}

h2
{
	font-size			: 18px;
	font-weight			: bold;
	margin				: 4px 0px 6px 0px;
	padding				: 0px 5px 4px 5px;
	color				: #113161;
	font-family			: Arial;
	font-style			: italic;
	background-image	: url(../images/trait_rouge_2_140.png);
	background-repeat	: no-repeat;
	background-position	: left bottom
}


h3
{
	font-size			: 14px;
	font-weight			: bold;
	margin				: 4px 0px 6px 0px;
	padding				: 0px 5px 4px 5px;
	color				: #113161;
	font-family			: Arial;
	font-style			: italic;
	background-image	: url(../images/trait_rouge_2_140.png);
	background-repeat	: no-repeat;
	background-position	: left bottom
}

h4
{
	font-size			: 12px;
	font-weight			: bold;
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	color				: #113161;
	font-family			: Arial;
	font-style			: italic
}

h5
{
	font-size			: 10px;
	font-weight			: bold;
	margin				: 4px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	color				: #444444;
	font-family			: Arial;
	font-style			: italic
}

h6
{
	font-size			: 12px;
	font-weight			: bold;
	margin				: 4px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	color				: #113161;
	font-family			: Arial;
	font-style			: italic
}


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

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

.textcode
{
	font-size			: 11px;
	color				: #113161;
	text-align			: left;
}

.datecote
{
	font-size			: 11px;
	font-style			: italic;
	color				: #174180;
	text-align			: left;

}

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

}


.nouvelle
{
	background-image	: url(../images/separateur_paragraphe.png);
	background-repeat	: no-repeat;
	background-position	: left-top;
	margin-top			: 5px;
	margin-bottom		: 5px;
	padding-top			: 7px;
	padding-bottom: 10px;
}

.box {
	margin-bottom: 0;
	padding-bottom: 0;
}




.enum
{
	font-size			: 12px;
	color				: #113161;
	text-align			: left;
}



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

a:link 
{	
	color				: #174180;
	font-weight			: bold;
}
a:visited 
{
	color				: #174180;
	font-weight			: bold;
}
a:hover 
{
	color				: #C80000;
	font-weight			: bold;
}

/*********************************************************************
**************************  D I V E R S  *****************************

.img-principale{
	border-style		: solid;
	border-color		: #333333;
	border-width 		: 1px; 
	margin			: 5px;
}


hr
{
	width				: 100%;
	height			: 1px;
	border-width		: 1px 0px 0px 0px;
	border-style		: solid;
	border-color		: #999999;
	margin			: 0px 0px 0px 0px;
}

.left			{text-align	: left;}
.right		{text-align	: right;}
.center		{text-align	: center;}
.nomargin		{margin	: 0px 0px 0px 0px ;}
.cache		{display	: none;}
