/* CSS for IE & Netscape 6+ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px; /* Body Background */
	background-color: #C9C9C9;
	background-image: url(/images/interface/bg_body.gif);
	background-repeat: repeat-x;
}

/* Content Containers */

DIV.tText01{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}


/* Text Style */
.tText01{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #474747; font-weight: normal; text-decoration:none;}
.tText02{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #222222; font-weight: normal; text-decoration:none;}
.tText03{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; font-weight: normal; text-decoration:none;}

.tSTitre01{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #1E3882; font-weight: bold; text-decoration:none;}
.tSTitre02{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #6A7082; font-weight: bold; text-decoration:none;}

/* List Style */

LI {margin-bottom:5px; margin-left:0px ; padding-left:0px; }
UL { margin-bottom:15px; margin-left:20px; margin-right:10px; margin-top:0px; text-align:left;}

.xListePDF { list-style-image: url(/images/icons/i_li1.gif); display: block; line-height: 15px; text-align:left;;}
.xListe01   { list-style-image: url(/images/icons/i_li1.gif); display: block; line-height: 16px; list-style-type: none; }
.xListe02   { list-style-image: url(/images/icons/i_li1.gif); display: block; line-height: 18px; list-style-type: circle; }


/* Link Style */

A:link{font-family: Verdana, Arial, Helvetica, sans-serif;color: #6A7082;font-weight: normal; text-decoration: underline;}
A:visited{font-family: Verdana, Arial, Helvetica, sans-serif; color: #6A7082; font-weight: normal; text-decoration:underline;}
A:active{font-family: Verdana, Arial, Helvetica, sans-serif; color: #6A7082; font-weight: normal; text-decoration:underline;}
A:hover{font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF6600; font-weight: normal; text-decoration:none;}

A:link.GreyLink01{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #666666;font-weight: normal;text-decoration: underline;}
A:visited.GreyLink01{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; font-weight: normal; text-decoration:underline;}
A:active.GreyLink01{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; font-weight: normal; text-decoration:none;}
A:hover.GreyLink01{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF6600; font-weight: normal; text-decoration:none;}

/* Table background */
.BgTab01{background-image: url(/images/interface/bg_table_1.gif);background-repeat: repeat-x;}
.BgTab02{background-image: url(/images/interface/bg_table_2.gif);background-repeat: repeat-y;}
.BgTab03{background-image: url(/images/interface/bg_table_3.gif);background-repeat: repeat-y;}
.BgTab04{background-image: url(/images/interface/bg_table_4.gif);background-repeat: repeat-x;}

.BgTabContent{background-image: url(/images/interface/bg_content.gif);background-repeat: no-repeat;}
.BGImage{background-color: #DDDDDD;background-image: url(/images/interface/bg_image.gif);background-repeat: repeat-x;}

