/*CSS DES PAGES APPELEES DANS L'IFRAME*/

BODY {
	background : Black;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color: #E8E8E8;

	border: 1px solid;
	border-color: #000000;
	
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #666666; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #666666;
}

.ref{
	font-size : 12 px;
	text-align : right;
	
	color : #993300;
}

table {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color:#E8E8E8
	text-align: justify;
}

.a2:link{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color:#E8E8E8;
	text-decoration: none;
}

  .a2:hover{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color:#990000;
	text-decoration: none;
}

.a2:visited{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color:#666666;
	text-decoration: none;
}
.a3 :link{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color:#E8E8E8;
	text-decoration: none;
}

.a3:hover{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color:#990000;
	text-decoration: none;
}

.a3:visited{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color:#E8E8E8;
	text-decoration: none;
}


small{
	font-size : 9px;
	color : #e8e8e8;
}

big{
	font-size : 15px;
	color : #e8e8e8;

}

span {
	color :#993300;
	font-family :  Helvetica,Arial, sans-serif;
	font-size : 12px;
}

a:link{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 15 px;
	color:#E8E8E8;
	text-decoration: none;
}

a:hover{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 15 px;
	color: #990000;
	text-decoration: none;
}

a:visited{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 15 px;
	color: #E8E8E8;
	text-decoration: none;
}

/*------------ Liens articles --------------*/
.art:link{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color:#E8E8E8;
	font-weight: bold;
	text-decoration: none;
}

.art:hover{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

.art:visited{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color: #E8E8E8;
	font-weight: bold;
	text-decoration: none;
}

/************* Liens popup diaporama****************/
.fch:link{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color:#E8E8E8;
	text-decoration: underline;
}

.fch:hover{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color: #990000;
	text-decoration: none;
}

.fch:visited{
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12 px;
	color: #E8E8E8;
	text-decoration: underline;
}
