A:visited
{
	color:Maroon;
}

@media print
{
	.hide_print
	{
		display:none;
	}
}
@media screen
{
	.hide_print
	{
	}
}
	
.header
{
	font-size: 10pt;
	color: #AE3448;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/image/dot_uline_red.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 25pt;
	padding-top: 20px;
	padding-bottom: 3px;
}

.sub_header_red
{
	font-size: 9pt;
	color: #AE3448;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/image/dot_uline_red.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

.sub_header_blue
{
	font-size: 9pt;
	color: #6899c3;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/image/dot_uline_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
.sub_header_yellow
{
	font-size: 9pt;
	color: #ffb449;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/image/dot_uline_yellow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

.tit
{ 
	font-size: 13pt; 
	font-weight: bold; 
	text-align: left;
}

.tit2
{
	font-size: 20pt; 
	font-weight:bold; 
	text-align:center;
}

.stit1
{
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	margin-top:15pt;
	margin-bottom:10pt;
}

.stit2 
{ 
	font-size: 11pt; 
	font-weight: bold; 
	text-align: center;
}

.stit3 
{ 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center;
}

.cen
{
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

.cenp
{
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}

.cen_tiny
{
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}

.jus
{
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
}

.jusp
{
	font-size: 9pt;
	text-align: justify;
	font-weight: normal;
}

.jus_tiny
{
	font-size: 8pt;
	text-align: justify;
	font-weight: normal;
}

.left
{
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

.leftp
{
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
}

.left_tiny
{
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}

.right
{
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
}

.rightp
{
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
}

.right_tiny
{
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}

.cite
{
	font-size: 9pt;
	text-align: right;
	font-weight: normal;
}

ul
{
	list-style: disc url(/image/bullet.gif) outside;
}

.ulbleu
{
	list-style: disc url(/image/bullet.gif) outside;
}

.uljaune
{
	list-style: disc url(/image/bullet_jaune.gif) outside;
}

.ulrouge
{
	list-style: disc url(/image/bullet_rouge.gif) outside;
}

li
{
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	padding-right:10pt;
	margin-top:10pt;
}

div.red_dotted {
	height: 3px;
	background-image: url(/image/dot_uline_red.gif);
	background-repeat: repeat-x;
	background-position: left middle;
	margin-top: 10pt;
	margin-bottom: 10pt;
}
div.red_dotted hr {
  display: none;
}

div.blue_dotted {
	height: 3px;
	background-image: url(/image/dot_uline_blue.gif);
	background-repeat: repeat-x;
	background-position: left middle;
	margin-top: 10pt;
	margin-bottom: 10pt;
}
div.blue_dotted hr {
  display: none;
}

div.yellow_dotted {
	height: 3px;
	background-image: url(/image/dot_uline_yellow.gif);
	background-repeat: repeat-x;
	background-position: left middle;
	margin-top: 10pt;
	margin-bottom: 10pt;
}
div.yellow_dotted hr {
  display: none;
}
