@charset "iso-8859-1";
.lines
{
    color: white;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal
}

.title     
{
	font-size: 14pt; 
	color: black; 
	font-family: "Courier new"; 
	line-height: 3; 
	font-weight: 800
}
.titre 
{
    font-size: 10pt; 
	color: black; 
	font-family: "Arial, Helvetica"; 
	font-weight: 600
}
.subtitle  
{
	font-size: 14pt; 
	color: black; 
	font-family: "Courier new"; 
	line-height: 1; 
	font-weight: 800
}
.line1  
{
	font-size: 10pt; 
	color: black; 
	font-family: "Courier new"; 
	text-align: left; 
	line-height: 1; 
	font-weight: 100
}
.line2  
{
	font-size: 10pt; 
	color: black; 
	font-family: "Courier new"; 
	text-align: left; 
	line-height: 1; 
	font-weight: 100
}
.line3  
{
	font-size: 10pt; 
	color: black; 
	font-family: "Courier new"; 
	text-align: left; 
	line-height: 1; 
	font-weight: 100
}
.magazine  
{
	font-size: 10pt; 
	color: black; 
	font-family: "Courier new"; 
	text-align: left; 
	line-height: 1; 
	font-weight: 700
}
.smallitalic 
{
	font-size: 08pt; 
	color: black; 
	font-family: "Courier new"; 
    font-style: italic;
	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
}

.capitale
{
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
	text-transform: capitalize
}
body
{
    background-color: deepskyblue;
	background-image: url(../base/bg-cloud.jpg);
	background-attachment: fixed;
	color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 0px
}
.labelsearchpage
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    text-align: right
}
.backcolor
{
    background-color: slategray
}
a:link
{
   text-decoration: none;
   color: black
}
a:active
{
   text-decoration: none;
   color: red
}
a:visited
{
   text-decoration: none;
   color: black
}
a:hover
{
   text-decoration: none;
   cursor: hand;
   font-weight: normal;
   font-style: italic;
   color: yellow
}



