.text_10px_blanc {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #ffffff;
	font-size : 10px;
	font-weight: normal;
	}

.text_10px_noir {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 10px;
	font-weight: normal;
	}
	
	.text_10px_bleu{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #0E1B9E;
	font-size : 10px;
	font-weight: normal;
	}

.text_12px_blanc_normal {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #ffffff;
	font-size : 12px;
	font-weight: normal
	}

.text_12px_noir_normal {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 12px;
	font-weight: normal;
	}
	
	.text_12px_bleu_normal {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #0E1B9E;
	font-size : 12px;
	font-weight: normal;
	}

.text_12px_blanc_bold {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #ffffff;
	font-size : 12px;
	font-weight: bold
	}

.text_12px_noir_bold {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 12px;
	font-weight: bold
	}
	
	.text_12px_bleu_bold {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #0E1B9E;
	font-size : 12px;
	font-weight: bold
	}

.text_14px_blanc {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #ffffff;
	font-size : 14px;
	font-weight: bold
	}

.text_14px_noir {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 14px;
	font-weight: bold
	}

.text_14px_bleu {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #0E1B9E;
	font-size : 14px;
	font-weight: bold
	}
	
	.text_16px_blanc {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #ffffff;
	font-size : 16px;
	font-weight: bold
	}

.text_16px_noir {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #000000;
	font-size : 16px;
	font-weight: bold
	}

.text_16px_bleu {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #0E1B9E;
	font-size : 16px;
	font-weight: bold
	}

a:link {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #DA8038;
	font-size : 12px;
	font-weight: bold
	}

a:visited {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #B47F58;
	font-size : 12px;
	font-weight: bold
	}

a:hover {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : #FF842B;
	font-size : 12px;
	font-weight: bold
	}

a:active {
	color: #E3A06E; 
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold
	}

BODY {
	background-color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #858585;
	background-image : url(../images/bg.gif);
	background-attachment : fixed;
	background-position : left top;
	background-repeat : repeat-x;
	}

td.justify_td {
	text-align : justify;
}

table.justify_table {
	text-align : justify;
}

table.bg_table {
	background-image : url(../images/bg_table.gif);
	background-attachment : fixed;
	background-position : left bottom;
	background-repeat : repeat-x;
}

	a.link_10px:link {
	color : #DA8038;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}

a.link_10px:visited {
	color : #B47F58;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}

a.link_10px:active {
	color : #E3A06E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}

a.link_10px:hover {
	color : #FF842B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration : underline;
}

a.link_12px:link {
	color : #DA8038;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

a.link_12px:visited {
	color : #B47F58;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

a.link_12px:active {
	color : #E3A06E;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

a.link_12px:hover {
	color : #FF842B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}




