#haut {
	background-image:url('../images/accueil/fond-haut.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#B0D7FF;
	vertical-align:bottom;
	text-align:center;
}
#bas {
	background-image:url('../images/commun/fond.gif');
	vertical-align:top;
	text-align:center;
	/*height:160px;*/
}
#bas table {
	background-image:url('../images/accueil/carte.gif');
	background-repeat:no-repeat;
	background-position:right top;
}
#bas table.manifestations {
	background-image:none;
}

/* ------------------------------------------------------------------------------------ */
/* MANIFESTATIONS */

.manifestations {
	background:none;
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
}
.manifestations ul, .manifestations ul li {
	list-style-image:url('../images/commun/puce.gif');
	margin:0px;
	padding:0px;
	margin-left:10px;	
}
.manifestations ul li a {
	color:#662507;
	font-size:10px;
}
.manifestations ul li a:hover {
	color:#662507;
	font-size:10px;
	text-decoration:underline;
}
.manifestations ul li.dernier a {
	color:#D41509;
}

.manif_bordure {
	background-color:#662507; 
	width:1px; 
	padding-top:10px;
}
.manif_titre {
	background-image:url('../images/accueil/manifestations.gif');
	background-repeat:no-repeat;
	background-position:left;
	width:209px;
	height:22px;
}
 
/* signature  ----------------------------------------------------------------------------- */
#signature {
	border-top:1px solid #662507;
	text-align:left;
	line-height:18px;
	color:#662507;
	font-size:10px;
	font-weight:bold;
}
#signature a {
	font-size:10px;
	color:#662507;
	text-decoration:none;
}
#signature a:hover {
	color:#662507;
	text-decoration:underline;
}
/* ------------------------------------------------------------------------------- */

#navigation {
	height:20px;
}
#navigation table {
	background-color:#662507;
	margin:0px;
	padding:0px;
	width:100%;
}
#navigation table .nav {
	width:864px;
	text-align:right;
	padding-right:35px;
}

/*- ------------------------------------------------------------------------- */
ul, ul li {
	list-style-type:none;
	/*list-style-image:url('../images/commun/puce.gif');*/
	margin:0px;
	padding:0px;
	margin-left:10px;	
}