body {
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #092565;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	line-height: 14px;
	font-weight: bold;
	color: #ECEBE6;
}
.contour {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 0px 10px 10px 0px;
}
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	line-height: 14px;
	font-weight: normal;
	color: #332F16;
}
.image {
	margin-right: 10px;
}
a:link {
	color: #0A276D;
}
a:visited {
	color: #0A276D;
}
a:hover {
	color: #0A276D;
}
a:active {
	color: #0A276D;
}
a:focus {
	outline: none;
}
p {
	margin: 0px 0px 10px;
}


/* GALERIE */
/* --- Modifier la hauteur et la largeur suivant la taille des vignettes */
#scroller {
	height: 65px;
	width: 400px;
}
#frame table {
	height: 65px;
	width: 400px;
}
#frame td {
	width: 72px;
}
#frame td img {
	border: 1px solid #0A276D;
}
#slideLeft, #slideRight {
	height: 62px;
	width: 20px;
}

/* --- Pas besoin de modifier ici */
#frame {
}
#scroller {
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}
#content {
	width: 10000px; /* Si il n'y a pas assez avec ça c'est que tu exagères */
}
#frame table {
	float: left;
	text-align: center;
}
#slideLeft, #slideRight {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#slideLeft {
	background-image: url(graphisme/fleche_gauche.gif);
}
#slideRight {
	background-image: url(graphisme/fleche_droite.gif);
}
#slideLeft a, #slideRight a {
	display: block;
	height: 100%;
	text-decoration: none;
	text-indent: -9000px;
	width: 100%;
}
/* FIN : GALERIE */

#imgFrame {
	clear: left;
	text-align: center;
	width: 400px;
}
#legende {
	margin: 10px 0px 0px;
}
