html {
	width: 771px;
	margin: auto;
}
body {
	/* structure de la page */
/*	margin-top:8;
	margin-right:5;
	margin-bottom:10;
	margin-left:5;*/
	background:#000000;
	color:#000000;
	font-family:verdana,arial,helvetica;
	font-size:10pt;
	text-align:justify;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#F0F0F0;
	scrollbar-darkshadow-color:Navy;
	scrollbar-face-color:#006699;
	scrollbar-highlight-color:#87CEFA;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#006699;
}

#container {
	width: 771px;
}

#wrap {overflow:hidden;}

#entetehistorique {
	width: 771px;
	height: 196px;
	clear: both;
	background-color: #006699;
}

#menuamicale {
	width: 153px;
	background-color: Aqua;
	float: right;
}

#corpsamicale {
	width: auto;
	margin-right: 154px;
	background-color: Fuchsia;
}

#menuhistorique {
	width: 200px;
	background-color: #006699;
	float: left;
}

#corpshistorique {
	margin-left: 200px;
	background-color: #FFFFFF;
}

a:link {color: #000000}			/* lien : noir */
a:active {color: #FFFFFF}		/* lien actif : blanc */
a:visited {color: #000000}		/* lien visité : noir */
a:hover {color:#FF0000;}			/* roll-over : rouge */

.a { 				 			/* ombrage pour grandes figures : l'ombre */
	color:#b7b7b7;
	text-align:right;
	font-family:verdana,arial,helvetica;
	font-weight:bold;
	}
.b { 				  			/* ombrage pour grandes figures : le titre */
	color:#000000;
	text-align:right;
	font-family:verdana,arial,helvetica;
	font-weight:bold; 
	margin-top:-1.28em;
	margin-right:.1em
	}
.a-titre {						/* ombrage pour pages : l'ombre */
	color:#b7b7b7;
	font-family:arial,verdana,helvetica;
	font-size:24pt;
	font-weight:bold;
	text-align:center;
	}
.b-titre {						/* ombrage pour pages : le titre */
	color:#000000;
	font-family:arial,verdana,helvetica;
	font-size:24pt;
	font-weight:bold;
	text-align:center;
	margin-top:-1.24em;
	margin-right:.18em;
	}
.auteur1 {						/* auteur sous le titre de page */
	font-family:arial,verdana,helvetica;
	font-size:8pt;
	text-align:center;
	}
.date {
	text-align:center;
	font-family:Verdana,Arial,Helvetica;
	font-size:7.5pt;
	font-weight:bold;
	color:#FFFFFF;
	position:relative;
	top:-2;
}
.exp {
	font-size:10px;
	font-weight:800;
	color:#FF0000;
	}
.legende {						/* légende pour les photos avec copyright */
	font-size:.60em;
	font-weight:bold;
	text-align:left;
	}
.listetexte {
	font-size:10pt;
	font-weight:normal;
	text-align:justify;
}
.notes {
	font-size:7pt;
	position:relative;
	vertical-align:top;
	}
p {								/* paragraphe de texte normal */
	font-size:10pt;
	text-align:justify;
	}
.section {						/* entête de section de texte normal */
	font-size:12pt;
	font-weight:bold;
	}
.pieddepage {
	text-align:center;
	font-family:Verdana,Arial,Helvetica;
	font-size:8pt;
	color:#000000;
}
.sommaire {
	font-family:verdana,arial,helvetica;
	font-size:7.5pt;
	text-align:left;
}
.tableau {
	font-family:verdana,arial,helvetica;
	font-size:10pt;
	border-width : thin thin thin thin;
}
.tabbiblio {
	font-family:verdana,arial,helvetica;
	font-size:8pt;
	border-width : thin thin thin thin;
}
.titre {						/* titre de page */
	font-family:arial,verdana,helvetica;
	font-size:large;
	font-weight:bold;
	text-align:center;
	}
.titresgf {
	font-family:Verdana,Arial,Helvetica;
	font-size:8pt;
	position:relative;
	top:-10;
	vertical-align:top;
	}
.Ddroitnoir{
	float: right;
	margin-left: 10px;
	padding: 3px;
	height: auto;
	width: 48%;
	color:#000000;
}
.Dgauchenoir{
	float: left;
	margin-right: 10px;
	padding: 3px;
	height: auto;
	width: 48%;
	color:#000000;
}