/* CSS Document */

.imprim {

}
body {
	background-color:#FFFFFF;
}
.ecran {
	display: none;
}
.italique {
	font-style: italic;
}
.gras {
	font-weight: bold;
}
a img {
	border: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #393522;
	font-style: italic;
	text-align: center;
}
.texte h2 {
	font-size: large;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
}

p.legende {
	font-style: italic;
	font-size: x-small;
	margin: 0px;
	text-align: center;

}
#menu {
	display: none;
}
a.annexes_bt-texte, a.annexes_bt-biblio, a.annexes_bt-generique, a.annexes_bt-dossiers, a.annexes_bt-sommaire, a.annexes_bt-fonds-musee, a.annexes_bt-collection, a.annexes_bt-cordier, a.annexes_bt-photographies {
	display: block;
	text-align: center;
}
#images,#texte {
	text-align: center;
}
.copyright {
	color: #999999;
	text-align: center;
	font-size: xx-small;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
.copyright a {
	display: none;
}
.copyright img {
	vertical-align: bottom;
}
a {
	color: #000000;
	text-decoration: none;
}

