/* CSS */
BODY {
	margin:0; 
	SCROLLBAR-FACE-COLOR:#111111; 
	SCROLLBAR-HIGHLIGHT-COLOR:#111111; 
	SCROLLBAR-SHADOW-COLOR:#111111; 
	SCROLLBAR-3DLIGHT-COLOR: #111111; 
	SCROLLBAR-ARROW-COLOR:#eeeeee; 
	SCROLLBAR-TRACK-COLOR:#eeeeee; 
	SCROLLBAR-DARKSHADOW-COLOR:#111111;
}


div.scroll2 {
	SCROLLBAR-FACE-COLOR:#eeeeee; 
	SCROLLBAR-HIGHLIGHT-COLOR:#eeeeee; 
	SCROLLBAR-SHADOW-COLOR:#eeeeee; 
	SCROLLBAR-3DLIGHT-COLOR: #eeeeee; 
	SCROLLBAR-ARROW-COLOR:#ffffff; 
	SCROLLBAR-TRACK-COLOR:#ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR:#eeeeee;
}




div.texte {color:#000000; font-family:times new roman; font-size:13px; font-style:italic; font-weight:normal; line-height:11pt; letter-spacing:0.02em}
div.soustitre {color:#000000; font-family:times new roman; font-size:18px; font-style:italic; font-weight:bold; line-height:16pt; letter-spacing:0.02em}
div.legende {color:#000000; font-family:times new roman; font-size:12px; font-style:italic; font-weight:normal; line-height:11pt; letter-spacing:0.02em}
div.date {color:#000000; font-family:times new roman; font-size:13px; font-style:italic; font-weight:bold; letter-spacing:0.02em}
div.numeropage {color:#ffffff; font-family:times new roman; font-size:12px; font-style:italic; font-weight:normal; letter-spacing:0.02em}
div.ecart {color:#ffffff;line-height:5pt}

/*-----------------------------------------MARGES */
table {margin: 0; padding: 0; border: 0; spacing: 0}
img {border: 0; display: block}



.lien1:link {	
	font-family: times new roman;
	color: #333333;
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
}
.lien1:hover {
	font-family: times new roman;
	color: #333333;
	font-weight: bold;
	font-style:italic;
	text-decoration: underline;
	font-size: 13px;
	line-height: 15px;
}
.lien1:active {
	font-family: times new roman;
	color: #333333;
	font-weight: bold;
	font-style:italic;
	text-decoration: underline;
	font-size: 13px;
	line-height: 15px;
}
.lien1:visited {	
	font-family: times new roman;
	color: #333333;
	font-style:italic;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
}


a:link {	
	font-family: times new roman;
	color: #333333;
	font-weight:normal;
	font-style:italic;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}
a:hover {
	font-family: times new roman;
	color: #333333;
	font-weight:normal
	font-style:italic;
	text-decoration: underline;
	font-size: 13px;
	line-height: 14px;
}
a:active {
	font-family: times new roman;
	color: #333333;
	font-weight:normal;
	font-style:italic;
	text-decoration: underline;
	font-size: 13px;
	line-height: 14px;
}
a:visited {	
	font-family: times new roman;
	color: #333333;
	font-weight:normal;
	font-style : italic;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}



/*----------------- div */
.over1
  {
  overflow: auto;
  }



