body{
	background:#FFFFFF url('./images/fond_1.gif') repeat-x;
}
.sous_nav{
	position:absolute;
	margin-top:33px;
	text-align:left;
}
	.sous_nav table td.sous_nav_ligne{
		background:#574500 url('images/fleche-menu.png') no-repeat top right;
		height:20px;
		color:#aba280;
		
	}
	.sous_nav table td.sous_nav_ligne a{
		color:#aba280;
	}
	.sous_nav table td.sous_nav_ligne  {
		padding-right:15px;
		padding-left:5px;
	}
	.sous_nav table tr td.sous_nav_ligne:hover{
		background:#c89f00 url('images/fleche-menu-on.png') no-repeat top right;
		color:#ffffff;
	}
	.sous_nav table tr td.sous_nav_ligne:hover a:hover , .sous_nav table tr td.sous_nav_ligne:hover a{
		
		color:#ffffff;
	}
	.sous_nav table td.top{
		background:url('images/sous_nav_top_1.gif') repeat-x;
	}
	.bordure-menu{
		width:5px;
		background:url('images/bordure-menu.png') repeat-y;
	}
	.bordure-bas-menu{
		height:6px;
		background:url('images/bordure-bas-menu.png') no-repeat top right;
	}
	.bordure-gauche-menu{
		background:url('images/bordure-gauche-menu.png') repeat-y;
		width:3px;
	}
	
	
/*partie agenda*/
.occupe , .occupe a{
	background:#8ba09c;
	color:#FFFFFF;
	text-align:center;
	
}
.occupe{
	border:1px solid #f0efee;
}
.libre{
	text-align:center;
	background:#ffffff;
	color:#b86960;
	border:1px solid #f0efee;	
}
.today ,.today a{
	background:#b86960;
	color:#FFFFFF;
	text-align:center;	
	
}
.entete-agenda{
	color:#52775e;
	font-size:9px;
}
.horsperiode{
	text-align:center;
}

/*général*/
a.lien_secteur, .couleur ,h2 ,h3,.chapo ,.texte a{
	color:#574500;
}

#pied {
	font-size:9px;
	clear: both;
	width: 100%;
	height:38px;
	text-align: center; 
	background:url('images/fond_pied_1.gif') repeat-x;
	color:#aba17e;
	}
	#pied a, #mini-menu a{
		font-size:9px;
		color:#aba17e;
	}
	#pied a:hover{
		font-size:9px;
		color:#FFFFFF;
	}
	#pied #pied-lch a, #pied #pied-lch a:hover{
		color:#898988;
		text-decoration:underline;
	}
/*rubrique sélectionnée*/
li.rubriqueon{
	background:#c03c31 url(images/nav-fleche-selected.gif) no-repeat top right;
}
li.rubriqueon a{
	font-weight:bold;
	color:#FFFFFF;
}
/*rubrique non sélectionnée*/
li.rubrique{
	background:#FFFFFF url(images/nav-fleche.gif) no-repeat top right;
}
li.rubrique a{
	font-weight:bold;
	color:#918f8f;
}

/*article sélectionné*/
li.articleon , li.article{
	background:#FFFFFF url(images/nav-fleche-1-article-selected.gif) no-repeat top right;
}
li.articleon a{
	font-weight:bold;
	color:#574500;
}
/*article normal*/
li.article div, li.articleon div , li.rubrique div, li.rubriqueon div{
	margin-right:15px;
}
li.article {
	background:#FFFFFF url(images/nav-fleche.gif) no-repeat top right;
}
li.article a{
	font-weight:normal;
	color:#918f8f;
}
.image_contenu{
	width:708px;
	border-left: 10px solid #574500;
	border-right: 10px solid #574500;
	background:#574500;
}