@charset "utf-8";

body
	{
	background: #7F7F7A;
	}

#expo-conteneur
	{
	color: #D9D3C5;
	background: #524743 url(../images/utilitaires/filigrane.jpg) no-repeat scroll top left;
	}

#contenu-conteneur
	{
	overflow-y: hidden; /*### temporaire: auto */
	overflow-x: hidden;
	}

#haut-de-page
	{
	text-align: left;
	padding: 39px 60px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #a6a299;
	}

#haut-de-page a,
#haut-de-page a:visited
	{
	color: #D9D3C5;
	}

.contenu-exposition
	{
	padding: 0 60px;
	color: #EEEEEE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

.contenu-image
	{
	padding: 0 0 15px 0;
	}

.contenu-image-bas
	{
	padding: 0;
	}

#pied-de-page
	{
	line-height: normal;
	padding: 39px 60px 1em;
	bottom: 0;
	}

#pied-de-page .navigation
	{
	padding: 0;
	margin: .5em 0 1.5em;
	position: relative;
	height: 17px;
	}

#pied-de-page .navigation li
	{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	}

#pied-de-page .navigation .precedent
	{
	left: 0;
	}

#pied-de-page .navigation .suivant
	{
	right: 0;
	text-align: right;
	}

#pied-de-page .bandeau
	{
	color: #a6a299;
	font-size: 78%;
	text-align: right;
	clear: both;
	}

#pied-de-page .bandeau a
	{
	color: #a6a299;
	}

/* Contenu */

h1
	{
	/* font-size: 220%; */
	font-size: 30px;
	color: #E7C13C;
	font-weight: normal;
	font-family: papyrus, fantasy, verdana, arial, sans-serif;
	line-height: normal;
	margin-bottom: 0;
	}

h1.accueil
	{
	font-family: "Edwardian Script ITC", fantasy, verdana, arial, sans-serif;
	font-size: 80px;
	}

h2
	{
	color: #A6A299;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

ul li
	{
	list-style-image: url(../images/utilitaires/puce-carre.png);
	}

table
	{
	margin: 0;
	}

.info-catalogue
	{
	color: #a6a299;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	}

.enlumineur
	{
	color: #a6a299;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	}

.details {/* Uniquement pour afficher la classe dans Contribute */}

.contenu-exposition a img
	{
	border: 1px solid #D0D0D0;
	}

@media print {

.contenu-exposition,
.info-catalogue,
.enlumineur
	{
	color: #000000;
	}

.navigation,
#haut-de-page
	{
	display: none;
	}

.haut-de-page
	{
	padding: 4em 0 0;
	}

.pied-de-page
	{
	padding: 1em 0 0;
	}

.contenu-exposition
	{
	padding: 0;
	}

.contenu-exposition p
	{
	padding: 0;
	}

/* Contenu */

h1
	{
	height: auto;
	}

.contenu-exposition table
	{
	font-size: 100%;
	}

}