/*****************************************************************************/
/* Liens                                                                     */
/*****************************************************************************/
A {
	text-decoration: none;
	/*color: #009900;*/
}

A:visited {
  /*color: #FF5F00;*/
  	/*color: #009900;*/
}

A:hover {
	text-decoration: underline;
	color: #FF5F00;
}

/*****************************************************************************/
/* Titres                                                                   */
/*****************************************************************************/
H1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: oblique;
	color: black;
}
H2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
H3 {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/*****************************************************************************/
/* Corps                                                                     */
/*****************************************************************************/
BODY,A {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
}
BODY {
	background-color: #FFFFFF;
}

/*****************************************************************************/
/* Tableaux                                                                  */
/*****************************************************************************/
TH,CAPTION { 
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	/*font-weight: normal;*/
	font-weight: bold;
	color: rgb(0,0,102);
	text-transform: lowercase;
	font-variant: small-caps;
	/*background-color: #E6F2FF;*/
	text-align: left;
	border-width: thin;
	padding-top: 1em;
	border-style: none none dotted none;
}
TD {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	/*background-color: white;*/
	text-align: justify;
	/*vertical-align: top;*/
}
TD.LIG1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	/*background-color: #F4F4F4;*/
	background-position: top;
	/*vertical-align: text-top ;*/
}
TD.LIG1C {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	/*background-color: #F4F4F4;*/
	background-position: top;
	vertical-align: text-top ;
	text-align: center;
}
TD.LIG1S {
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	/*background-color: #F4F4F4;*/
	background-position: top;
	vertical-align: text-top ;
}
A.S {
	font-size: 8pt;
	/*background-color: #F4F4F4;*/
}
TD.LIG2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	/*background-color: #E4E4E4;*/
	/*vertical-align: text-top ;*/
}
TABLE {
	border-style: none;
	/*display: block;*/
	width: 750;
}
TABLE.S {
	border-style: none;
	/*display: block;*/
	width: 650;
}
TABLE.NORM {
	/*border-style: none;*/
	/*display: block;*/
	/*width: 750;*/
}
TD.NORM {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	/*background-color: white;*/
	text-align: center;
	/*vertical-align: top;*/
}
/*****************************************************************************/
/* Autre                                                                     */
/*****************************************************************************/
HR {
	width: 750;
	/*display: none;*/
}
HR.S {
	width: 650;
	/*display: none;*/
}
CODE {
	font-weight: bold;
	text-transform: none;
	font-variant: none;
}
PRE.LC {
	font-weight: bold;
	/*background-color: black;
	color: silver;*/
	background-color: rgb(245,245,245);
	color: rgb(0,0,0);
	border-width: thin;
	padding: 3px;
	border-style: outset;

	/*border-style: solid;*/
}
ABBR {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	border-style: none;
}


