	/* *************** propriétés globales, en tete et pied de page */ 
html, body {
	height: 98%;
	margin: 0;
 	text-align: center; /* pour corriger le bug de centrage IE */
	background: black;
	color: white;		/* couleur d'avant plan (cad police) */
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}

body {
	font-size: 1em;
	}

div#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
 	text-align: left; /* on rétablit l'alignement normal du texte */
	position: relative;
	}

img#bb {
	padding: 12px 0pt;
}

img#decor {
	border-bottom: 5px solid white;
	border-top: 5px solid white;
	padding: 10px;
}

div#content {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 25px;
	padding-top: 25px;
	}

div#fleches {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 0.75em;
	width: 100%;
	}

table.fleches_navigation {
	border:0;
	margin-left:auto;
	margin-right:auto;
}

.fleches_navigation a {       /* définition de chaque bouton du menu */
	width: 100px;	   /* largeur du bouton */
	height: 44px;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	background-repeat:no-repeat;
	background-position:center;

}

.fleches_navigation a:hover {
	color: black;
	background: black;
	background-repeat:no-repeat;
	background-position:center;
}

td.fleches {
	width: 100px;
}

a#fleche_suiv {
	background-image: url(images/flechedroite.png);
}

a#fleche_suiv:hover {
	background-image: url(images/flechedroite_hilight.png);
}

a#fleche_pre {
	background-image: url(images/flechegauche.png);
}

a#fleche_pre:hover {
	background-image: url(images/flechegauche_hilight.png);
}

div#footer {
	position: absolute;
	width: 100%;
	height:8px;
	bottom: 0;
	border-top: solid white 5px;
	}

a {
    color: white;
}

a img { 
	border: 0;
}

/* ***************** propriétés pour le contenu */
div.centered {
	text-align: center;
}

div#map {
	width: 750px;
	height: 400px;
	color: black;
	border: solid white 2px;
	padding: 2px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:6px;
}

div.caption {
	text-align: right;
}

h1 {
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

h2 {
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 0.2em;
}

p {
	font-size: 1.08em;
	text-align: justify;
	margin-top: 0px;
}


/* ***************** propriétés du menu */
ul.menu {
	list-style-type: none;
	margin: 8px;
	margin-bottom: 30px;
	padding: 0;
	width: 100%; /* précision pour Opera */
}

.menu li {
	float: left;
}

.menu li#in {
	border-bottom: 1px solid white;
}

.menu a {       /* définition de chaque bouton du menu */
	width: 150px;	   /* largeur du bouton */
	height: 30px;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	background-repeat:no-repeat;
	background-position:center;

}

.menu a:hover {
	color: black;
	background: white;
	background-repeat:no-repeat;
	background-position:center;
}

a#but_galerie {
	background-image: url(images/menugal.png);
}

a#but_galerie:hover {
	background-image: url(images/menugal_vi.png);
}

a#but_accueil {
	background-image: url(images/menuacc.png);
}

a#but_accueil:hover {
	background-image: url(images/menuacc_vi.png);
}

a#but_atelier {
	background-image: url(images/menuate.png);
}

a#but_atelier:hover {
	background-image: url(images/menuate_vi.png);
}

a#but_agenda {
	background-image: url(images/menuage.png);
}

a#but_agenda:hover {
	background-image: url(images/menuage_vi.png);
}

a#but_contact {
	background-image: url(images/menucon.png);
}

a#but_contact:hover {
	background-image: url(images/menucon_vi.png);
}