body, html {
	background:#f6a800;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color:#111111;
	font-size:12px;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	text-align:center;
}

p {
	margin:10px;
	padding:0px;
	
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	
	font-size:1em;
}

p, ul, li, td {
	color:#737373;
}

#milieu li {
	list-style:none;
	margin:0;
	padding:4px;
	background:url(../../../contenu/images/li.png) no-repeat 4px 10px;
	padding-left:18px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les images */

img {
	border:none;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les liens */

a {
	color:#737373;
	text-decoration:none;
}

a:hover {
	color:#a5027d;
	text-decoration:underline;
}

.retour {
	background:url(../../../contenu/images/fl_gauche.png) no-repeat left;
	padding:5px;
	padding-left:20px;
	border-top:1px solid #ece3e1;
	border-bottom:1px solid #ece3e1;
}

.retour:hover {
	background:#ece3e1 url(../../../contenu/images/fl_gauche.png) no-repeat left;
	color:#636363;
	text-decoration:none;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les titres */

h1 {
	margin:0px;
	padding:0px;
	padding-left:38px;
	
	margin-top:5px;
	margin-bottom:15px;
	
	font-size:1.7em;
	font-weight:normal;
	color:#009fa2;
	background:url(../images/h1.jpg) no-repeat 5px 5px;
}

h2 {
	margin:0px;
	padding:0px;
	padding-left:10px;
	
	margin-top:10px;
	margin-bottom:10px;
	
	font-size:1.2em;
	font-weight:bold;
	color:#a5027d;
}

h2 a {
	color:#a5027d;
}

h2 a:hover {
	color:#a5027d;
}


h3, h6 {
	margin:0px;
	padding:0px;
	padding-left:10px;
	
	margin-top:10px;
	margin-bottom:10px;
	
	font-size:1.2em;
	font-weight:bold;
	color:#b1c800;
}

h3 a, h6 a {
	color:#b1c800;
}

h3 a:hover, h6 a:hover {
	color:#b1c800;
}


h4 {
	margin:0px;
	padding:0px;
	padding-left:10px;
	
	margin:10px;
	font-size:1em;
	
	color:#e75113;
}

pre {
	color:#e75113;
	font-style:normal;
}

address {
	color:#009fa2;
	font-style:normal;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les formulaires */

input, textarea, select {
	color:#737373;
	border:1px solid #cccccc;
	padding:5px;
	background-color:#FFFFFF;
}

input.submit {
	background:url(../../../contenu/images/editer.png) no-repeat 5px 4px;
	padding-left:25px;
}

input.submit:hover {
	background-position: 6px 5px;
	cursor:pointer;
}

input, button, select {
    vertical-align: middle;
	overflow:visible;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les tableaux */

table {
	border:1px solid #cccccc;
	border-collapse:collapse;
}

td, th {
	padding:10px;
	font-size:12px;
	border:1px solid #ccc;
	text-align:left;
	vertical-align:top;
	border-collapse:collapse;
}

.encadree table {
	border:none;
}

.encadree table td {
	border:none;
	background:#FFFFFF;
}

table#tab_listing {
	border:none;
}

table#tab_listing th {
	border:none;
	border-bottom:1px solid #999999;
	text-align:center;
}

table#tab_listing td {
	border:none;
	border-bottom:1px solid #EEEEEE;
	text-align:center;
}
table#tab_listing tr:hover {
	background:#EEEEEE;
	cursor:pointer;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les listes */

li {
	padding:5px;
}

/* ----------------------------------------------------------------------------------------------- */
/* Les messages */

.ajoute {
	background:url(../../../contenu/images/ajoute.png) no-repeat 8px 9px;
	padding:10px;
	padding-left:30px;
	border:1px solid #009fa2;
	color:#009fa2;
}

.ajoute a {
	color:#009fa2;
}

/* ------------------- */

.chargement {
	background:url(../../../contenu/images/chargement.gif) no-repeat 8px 9px;
	padding:10px;
	padding-left:30px;
	border:1px solid #fea446;
	color:#fea446;
}

.chargement a {
	color:#fea446;
}

/* ------------------- */

.informations {
	background:url(../../../contenu/images/informations.png) no-repeat 8px 9px;
	padding:10px;
	padding-left:30px;
	border:1px solid #4f99e3;
	color:#4f99e3;
}

.informations a {
	color:#4f99e3;
}

/* ------------------- */

.erreur {
	background:url(../../../contenu/images/supprime.png) no-repeat 8px 9px;
	padding:10px;
	padding-left:30px;
	border:1px solid #c60e09;
	color:#c60e09;
}

.erreur a {
	color:#c60e09;
}

/* ------------------- */

.confirme {
	background:url(../../../contenu/images/editer.png) no-repeat 8px 9px;
	padding:10px;
	padding-left:30px;
	border:1px solid #009fa2;
	color:#009fa2;
}

.confirme a {
	color:#009fa2;
}

/* ------------------- */

.pb_droit {
	background:url(../../../contenu/images/pb_droit.png) no-repeat 8px 9px;
	padding:10px;
	padding-left:30px;
	border:1px solid #c60e09;
	color:#c60e09;
}

.pb_droit a {
	color:#c60e09;
}

/* ------------------- */

.tableau_de_bord {
	padding:10px;
	border:1px solid #a37c76;
	color:#FFAC11;
	background:#ece3e1;
}

/* ----------------------------------------------------------------------------------------------- */
/* Mise en page : */

#contenu {
	position:relative;
	overflow:hidden;
	width:100%;
	height:auto;
	margin-bottom:0;
	min-height:100%;
}

#conteneur_ombre {
	position:relative;
	overflow:hidden;
	height:auto;
	background:url(../images/ombre.png) repeat-y;
	width:888px;
	margin-left:auto;
	margin-right:auto;
}

#haut {
	position:relative;
	overflow:auto;
	width:100%;
}

#ban_1 {
	background:url(../images/ban_1.jpg) no-repeat #FFF;
	position:relative;
	overflow:hidden;
	height:151px;
	width:864px;
}

#ban_2 {
	background:url(../images/ban_2.jpg) no-repeat #FFF;
	position:relative;
	overflow:hidden;
	height:151px;
	width:864px;
}

#ban_3 {
	background:url(../images/ban_3.jpg) no-repeat #FFF;
	position:relative;
	overflow:hidden;
	height:151px;
	width:864px;
}

#ban_4 {
	background:url(../images/ban_4.jpg) no-repeat #FFF;
	position:relative;
	overflow:hidden;
	height:151px;
	width:864px;
}

#ban_5 {
	background:url(../images/ban_5.jpg) no-repeat #FFF;
	position:relative;
	overflow:hidden;
	height:151px;
	width:864px;
}

#centre {
	position:relative;
	overflow:auto;
	width:864px;
	margin-top:0px;
	text-align:left;
	background:url(../images/puzzle.jpg) no-repeat bottom left #FFFFFF;
}

#zone_encadree {
	position:relative;
	overflow:auto;
	padding:0px;
	overflow:auto;
	background:url(../images/filet_droit.png) right repeat-y;
}

#gauche {
	position:relative;
	overflow:auto;
	float:left;
	width:150px;
	padding-top:30px;
	background:#FFFFFF;
}

#gauche img {
	border-bottom:1px solid #ece3e1;
}

#gauche ul {
	margin:0;
	padding:0;
}

#gauche li {
	padding:0;
	margin:10px;
	margin-top:5px;
	padding-bottom:10px;
	list-style:none;
	color:#a37a74;
	border-bottom:1px solid #ece3e1;
}

#gauche li a {
    color:#a37a74;
}

#milieu {
	position:relative;
	overflow:auto;
	float:left;
	width:500px;
	padding:10px;
	background:#FFFFFF;
}

.breve {
	position:relative;
	overflow:auto;
	float:left;
	width:220px;
	background:#ece3e1;
	margin:5px;
	padding:10px;
}

.breve h1 {
	background:none;
	padding-left:5px;
}

#droite {
	position:relative;
	overflow:auto;
	float:right;
	overflow:auto;
	width:194px;
	background:#FFFFFF;
}

#pied {
	background:#564947;
	color:#a37c76;
	border-top:5px solid #faba00;	
	position:relative;
	overflow:auto;
	float:left;
	width:864px;
	height:40px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

#pied ul li
{
	display:inline;
}

#pied ul li a
{
	display:inline;
	color:#FFFFFF;	
	
	padding-left:10px;
	padding-right:10px;
}

#pied ul li a:hover
{
	display:inline;
	color:#FFFFFF;
}

#pied ul li a:active
{
	color:#faba00;
}

/* ------------------------------------------------- */
/* Menu du site Internet */

.menu_gauche {
	padding:0px;
	margin:0px;
	padding:5px;
	margin-top:15px;
	margin-bottom:20px;
}

#menu_haut {
	position:relative;
	overflow:auto;
	background:#FFFFFF;
	width:864px;
	height:40px;
}

#menu_haut_2 {
	position:relative;
	overflow:auto;
	background:#FFFFFF url(../images/titre.jpg) 40px no-repeat;
	width:864px;
	height:40px;
}

/* ------------------------------------------------ */

.contenu_auto {
	overflow:auto;
}

.encadree {
	position:relative;
	overflow:hidden;
	/* border:1px solid #a37c76; */
	background:#ece3e1;
	margin:15px;
}

.encadree font {
	color:#a37c76;
	font-size:12px;
	line-height:1.5em;
}

.encadree h1 {
	color:#a37c76;
	padding:5px;
	margin:0;
	margin-left:10px;
	margin-right:10px;
	background:none;
}

.encadree h1 a {
	color:#a37c76;
}

.encadree h4 {
	color:#a37c76;
	padding:5px;
	margin:0;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	border-bottom:1px solid #a37c76;
}

.encadree h4 a {
	color:#a37c76;
}

.encadree h4 a:hover {
	color:#c6afac;
	text-decoration:none;
}

.encadree p {
	padding:5px;
	margin:0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
}

#la_carte {
	position:relative;
	overflow:auto;
	height:200px;
}

.evenement_agenda, .galerie_de_photos {
	position:relative;
	overflow:auto;
	padding-bottom:5px;
	background:#fbfbfb; /* url(../images/logo.png) no-repeat right */
	margin-top:5px;
	margin-bottom:5px;
}

.evenement_agenda:hover, .galerie_de_photos:hover {
	background:#eeeeee url(../images/logo_on.png) no-repeat right;
	border:none;
	cursor:pointer;
}

.evenement_agenda:hover p, .galerie_de_photos:hover p {
	color:#a5027d;
}

#plan {
	position:relative;
	overflow:auto;
	height:450px;
}

#credits {
	position:absolute; 
	overflow:hidden; 
	top:8px; 
	right:5px;
	width:200px;
}

#credits h2 {
	margin:0;
	padding:0;
	font-size:10px;
	color:#9c9c9c;
	text-align:right;
}

#credits h2 a {
	color:#9c9c9c;
}