body {
	background-image:url('../images/commun/fond.gif');
}

#ht-gche {
	width:7px;
	background-image:url('../images/commun/fd-gche-ht.gif');
	background-repeat:repeat-y;
}
#ht-dte {
	width:7px;
	background-image:url('../images/commun/fd-dte-ht.gif');
	background-repeat:repeat-y;
}
#gche {
	width:7px;
	background-image:url('../images/commun/fd-gche.gif');
	background-repeat:repeat-y;
}
#centre {
	background-color:#fff;
}
#dte {
	width:7px;
	background-image:url('../images/commun/fd-dte.gif');
	background-repeat:repeat-y;
}
#bas-gche {
	background-image:url('../images/commun/fd-gche-bas.gif');
	background-repeat:no-repeat;
}
#bas {
	height:11px;
	background-image:url('../images/commun/fd-bas.gif');
	background-repeat:repeat-x;
}
#bas-dte {
	background-image:url('../images/commun/fd-dte-bas.gif');
	background-repeat:no-repeat;
}


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

#bandeau_droite {
	width:234px;
	border-left:1px solid #662507;
	vertical-align:top;
	padding:2px;
	padding-top:15px;
	padding-left:6px;
}

.contenu {
	padding:10px;
	vertical-align:top;
	font-size:10px;
	text-align:justify;
}
.contenu td {
	font-size:10px;
	text-align:justify;
}
.contenu a, .contenu a:visited {
	text-decoration:underline;
}
.contenu a:hover {
	text-decoration: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:#fff; 
	width:1px; 
	padding-top:10px;
}
.manif_titre {
	background-image:url('../images/commun/manifestations.gif');
	background-repeat:no-repeat;
	width:212px;
	height:27px;
} 

/* ------------------------------------------------------------------------------------ */
/* CHEMIN DE NAVIGATION (appelé aussi FIL D'ARIANNE) */
#chemin {
	margin:0px;
	padding:0px;
/*	background-color:#FCE6CC;*/
	border-bottom:1px solid #FCE6CC;
	padding:2px;
	width:100%;
	margin-bottom:10px;
}

#chemin a {
	color:#000;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
#chemin a:hover {
	color:#662507;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}

/* signature  ----------------------------------------------------------------------------- */
#signature {
	text-align:left;
	height:28px;
	color:#662507;
	font-size:10px;
	font-weight:normal;
	padding-left:10px;
	vertical-align:top;
}
#signature a {
	font-weight:normal;
	font-size:10px;
	color:#662507;
	text-decoration:none;
}
#signature a:hover {
	font-weight:normal;
	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:left;
}


/* ------------------------------------------------------------------------------ */
/* plan du site */

#Plansite ul#plan{
	width:450px;
}

/* 1er niveau */
#Plansite ul#plan li{
	list-style:none;
}
#Plansite[id] ul#plan[id] li{
	list-style:none;
}
#Plansite ul#plan li a{
	font-weight:bold;
	margin-top:15px;
	padding:2px;
	line-height:15px;
	width:100%;
	background-color:#662507;
	color:#fff;
	text-decoration:none;
	border:1px solid #662507;
}
#Plansite[id] ul#plan[id] li a {
	line-height:25px;
}
#Plansite ul#plan li a:hover{
	border:1px solid #000;
}

/* 2e niveau */
#Plansite ul#plan ul li{
	list-style:none;
}
#Plansite ul#plan ul li a{
	font-weight:normal;
	margin-top:0px;
	line-height:15px;
	background-color:#FCE6CC;
	color:#000;
	border:1px solid #fff;
}
#Plansite ul#plan ul li a:hover{
	border:1px solid #662507;
}

/* 3e niveau */
#Plansite ul#plan ul li ul li{
	list-style:none;
}
#Plansite ul#plan ul li ul li a{
	font-weight:normal;
	margin-top:0px;
	line-height:15px;
	background-color:#FFF5D0;
	color:#000;
	border:1px solid #fff;
}
#Plansite ul#plan ul li ul li a:hover{
	border:1px solid #FFCE12;
}
