html, body {
	margin: 5px;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana;
}

/* Balises redéfinies */

h1 {
	margin: 0;
	padding: 20px 0 15px 30px;
	width: 760px;
	background: url(/images/Haut_milieu.jpg) no-repeat;
	color: #FF7E00;
	font-size: 1.15em;
	font-weight: bolder;
}

h2 {
	font-size: 0.8em;
	font-weight: bolder;
	text-align: center;
	/*display: inline;*/
}

img {
	border: none;
}

/* Liste pour le plan d'accès... Il aurait fallu plutôt un <dl><dt><dd> mais le contenu est à adapter...*/
ul {
	margin-top: 3px;
	margin-bottom: 20px;
	font-size: 0.8em;
	color: #333;
}

li {
	list-style-type: none;
}

/* Tableau des tarifs */
table {
	width: 475px;
	margin-left: 40px;
	margin-bottom: 20px;
	border: #f60 1px solid;
}

th {
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
	border: #f60 1px solid;
	height: 5em;
}

td {
	font-size: 0.8em;
	border: #f60 1px solid;
	text-align: center;
}

/* Labels du formulaire, qui permettent l'alignement. */
label, .label {
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 10em;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}

/* Clases */
/* <HR> caché pour faire descendre le pied de page en-dessous des photos */
.hr_cacher {
	padding-top: 20px;
	clear: both;
	visibility: hidden;
}

/* Liens vers la galerie de photos */
.liens_encadre {
	margin: 10px 245px 10px 40px;
	padding: 4px;
	border: dashed #FF7E00 thin;
	background-color: #FFF4EA;
	text-align: center;
	color: #FF7E00;
	font-size: 0.8em;
	font-weight: bold;
	height: 80px;
}

.liens_encadre a {
	color: #FF7E00;
}

.liens_encadre img {
	float: left;
	margin: 3px;
}

.cacher {
	display: none;
}

/* Liens qui dirigent vers un autre site */
a.lien_out {
	color: #333;
	text-decoration: none;
} 

a.lien_out:hover {
	color: #666;
}


/* Menu */
#menu {
	width: 760px;
	height: 156px;
}

/*************************** Mise en forme du sous-menu des langues ***************************/
ul#langues {
	padding: 0;
	position: absolute;
	margin-top: 13px;
	margin-left: 565px;
}

ul#langues li {
	display: inline;
	margin-left: 5px;
}

/* Photos sur le coté */
#photos {
	float: right;
	width: 225px;
	margin-left: 20px;
	/*height: 416px;*/
	text-align: center;
}

#photos img {
	margin: 7px 0;
}


/* Texte (Container global) */
#texte {
	width: 760px;
	background: url(/images/Milieu_milieu.png) repeat-y;
}

#texte p {
	margin: 0 0 0 40px;
	padding: 0.5em 0;
	width: 475px;
	text-align: justify;
	color: #333;
	font-size: 0.8em;
}


/* Pied de page */
#pied {
	position: relative;
	top: -15px;
	width: 760px;
	height: 50px;
	background: url(/images/Bas_milieu.png) no-repeat;
}

/* Menu du pied de page */
#pied ul {
	padding-top: 10px;
}

#pied ul li {
	padding: 0 10px;
	display: inline;
	color: #fff;
	border-right: #fff 1px solid;
}

#pied ul li a {
	color: #fff;
	text-decoration: none;
}

#pied ul li a:hover {
	text-decoration: underline;
}

#pied li.dernier {
	border-right: none;
}


/* Mise en forme de la "pub" en page activités */
#sponsor {
	margin-top: 100px;
	text-align: left;
}
