.historique {
	color:#00CCFF;
	background-color:#001122;
	padding: 6px;
	border-bottom: 2px solid black;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid black;
	text-align:justify;
}

.historique h2 {
	color:#0000FF;
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin:3px 0 3px 0;
}

.historique .img1 { float: left; margin: 0px 5px 0px 0px; 
	border-bottom: 3px solid white;
	border-top: 3px solid #333333;
	border-left: 3px solid #333333;
	border-right: 3px solid white;
}
.historique .img2 { float: right; margin: 0px 5px 0px 10px; 
	border-bottom: 3px solid white;
	border-top: 3px solid #333333;
	border-left: 3px solid #333333;
	border-right: 3px solid white;
}
.historique .img3 { text-align:center; margin: 0px 5px 0px 5px; 
	border-bottom: 3px solid white;
	border-top: 3px solid #333333;
	border-left: 3px solid #333333;
	border-right: 3px solid white;
}

.citation {
	color:#CCCCFF;
	background-color:#222255;
	padding: 12px;
	border-bottom: 2px solid black;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid black;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:justify;
}
.citation .img1 { float: left; margin: 0px 15px 0px 0px; 
	border-bottom: 3px solid #8888FF;
	border-top: 3px solid #111133;
	border-left: 3px solid #111133;
	border-right: 3px solid #8888FF;
}
.citation .img2 { float: right; margin: 0px 5px 0px 15px; 
	border-bottom: 3px solid white;
	border-top: 3px solid #333333;
	border-left: 3px solid #333333;
	border-right: 3px solid white;
}
.citation .img3 { text-align:center; margin: 0px 15px 0px 15px; 
	border-bottom: 3px solid white;
	border-top: 3px solid #333333;
	border-left: 3px solid #333333;
	border-right: 3px solid white;
}

.navloc {
	background-color:#001122;
	padding:5px;
}

.navloc a:link, .navloc a:visited {
	font-weight:bold;
	background-color:#002244;
	color:#CC6600;
	text-decoration:none;
}

.navloc a:hover {
	background-color:#002244;
	color:#FFFFFF;
	text-decoration:underline;
}

