@charset "utf-8";
body {
	background-color:#666699;
	text-align: center;
	
	scrollbar-arrow-color: #c3c3c3;
 	scrollbar-track-color: #eaeaea;
 	scrollbar-face-color: #eaeaea;
 	scrollbar-highlight-color: #c3c3c3;
 	scrollbar-3dlight-color: #c3c3c3;
 	scrollbar-darkshadow-color: #c3c3c3;
 	scrollbar-shadow-color: #c3c3c3;

}

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

}
a:visited {
	text-decoration: none;
	color: #c0c0f2;

}
a:hover {
	text-decoration: underline;
	color: #c0c0f2;

}
a:active {
	text-decoration: none;
	color: #c0c0f2;

}

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c0c0f2;
}

.TexteNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #4e4e4e;
	text-align:justify;
}

.TexteNormalCentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #4e4e4e;
	text-align:center;
}

.TitrePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: none;
	color: #666699;
	font-weight: bold;
	font-variant: small-caps;
}

.SousTitrePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #666699;
	font-weight: bold;
	font-variant: small-caps;
}

.ImagesDiv {
	margin-left: 25px;
	clear:both;
	width: 728px;
	height: 533px;
	overflow:auto;
	text-align: center;
}
