@charset "iso-8859-1";
.titre 
{
    font-size: 10pt; 
	color: white; 
	font-family: "Arial, Helvetica"; 
	font-weight: 600
}
.titre2 
{
    font-size: 9pt; 
	color: white; 
	font-family: "Arial, Helvetica"; 
	font-weight: 600
}
.titre3 
{
    font-size: 8pt; 
	color: white; 
	font-family: "Arial, Helvetica"; 
	font-weight: 600
}
.line1  
{
	font-size: 10pt; 
	color: black; 
	font-family: "Courier new"; 
	text-align: left; 
	line-height: 1; 
	font-weight: 100
}

.copy   
{
	font-size: 8pt; 
	color: black; 
	font-family: "Arial, Helvetica"; 
	text-align: left; 
	line-height: 1; 
	font-weight: 100
}

.year   
{
	font-size: 7pt; 
	color: lightblue; 
	font-family: "Arial, Helvetica"; 
	text-align: right; 
	line-height: 1; 
	font-weight: 100
}

BODY
{
    BACKGROUND-COLOR: #006699;
	BACKGROUND-IMAGE: url(../base/bg-blue_new.gif);
	BACKGROUND-ATTACHMENT: fixed;
	COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    MARGIN-LEFT: 0px;
    MARGIN-TOP: 0px
}
A:link
{
   TEXT-DECORATION: none;
   COLOR: white
}
A:active
{
   TEXT-DECORATION: none;
   COLOR: red
}
A:visited
{
   TEXT-DECORATION: none;
   COLOR: white
}
A:hover
{
   TEXT-DECORATION: none;
   CURSOR: hand;
   COLOR: red
}



