/* CSS Document */

<!--
BODY {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;

	}
p {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	COLOR: #000000;
}

.justify {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	COLOR: #000000;
	text-align:justify; 
	text-justify:inter-word;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 8pt;
	Color: #ffffff;
	
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 8pt;
	Color: #000000;
	
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 7pt;
	Color: #53585C;
	font-weight: bold;	
}
.small2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Font-size: 8pt;
	Color: #53585C;
	font-weight: bold;	
}
A{
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FF9900;
	font-weight: bold;
	TEXT-DECORATION: underline;
}
A:hover{
   	COLOR: #FF9900;
	font-weight: bold;	
	TEXT-DECORATION: none;
}	
tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;}
H1 {
	font-size: 24px;
	font-weight: bold;
	color: #999966;
	line-height: 60px;
	text-indent: 50pt;
}
H2 {
	font-size : 14pt;
	font-weight : bold;
	color: #FF9900;
	}
H3 {
	font-size : 12pt;
	font-weight : bold;
	color: #000000;
	
}	
H4 {
	font-size : 12pt;
	font-weight : bold;
	color: #000000;
	
}	
H5 {
	font-size : 12pt;
	font-weight : bold;
	color: #FF9900;
	
}	
#regTxt span {
	font-size : 12pt;
	font-weight : normal;
	color: #000000;
}	

hr {
	color: #606050;
	height: 1px;
}
.ContentItemTR {
	font-weight: bold;
	color: #003399;
	background-color: #E9E9E9;
}

.trad {
	font-weight: bold;
	background-color: #ffff00;
}

.click {
	color: #ffffff;
	font-weight: bold;
	background-color: #3366CC;
}
	
.traductionAnglaise { font-style: italic;}

.Commentaire { 
	font-style: italic; 
	font-weight: bold; 
	color: #FF0000; 
}
	
/* TABLEAU AVEC BORDURE GRISE */	
TABLE.tableauGris
	{
	border-bottom:#606050 1px solid;
	border-left:#606050 1px solid;
	}
TABLE.tableauGris TD
	{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	border-top:#606050 1px solid;
	border-right:#606050 1px solid;	
	}
		
/* TITRE POUR TABLEAU : ORANGE, 14PT AVEC BACKGROUND ORANGE PALE */	
.titreGros {
	font-size : 10pt;
	font-weight : bold;
	color: #FF9900;
	background-color: #FFFFCC}
	
/* TITRE POUR TABLEAU : ORANGE, 12PT AVEC BACKGROUND ORANGE PALE */	
.titreNObg {
	font-size : 12pt;
	font-weight : bold;
	color: #FF9900;
}
	
/* MAIN BULLET : FLÈCHE */	

UL LI {
	MARGIN-TOP: 6px;
	list-style-image: url(images/arrow_orange.gif);
}

ol  { 
	color: #FF9900; 
	font-weight: bold;
}

ol li span { 
	color: black; 
	font-weight: normal;
	}
	
	
/* SUB BULLET : BLUE CIRCLE */
UL UL LI {
	MARGIN-TOP: 6px;
	MARGIN-BOTTOM: 2px;
	list-style-image:      url(images/circle_orange.gif);
}		

#orange UL LI {
	list-style-type: lower-alpha;
	list-style-image: none;
	font-weight: bold;
	color: #FF9900;
}

#orange span {
	font-size : 12pt;
	font-weight : normal;
	color: #000000;
}	

-->