/************** page d'accueil *****************/

#contenu {
	padding:0;
	margin:0;
}
h1 {
	margin: 0 0 5px 0;
	padding:0;
}
.h1-vert{
	background-image: url(/images/interface/home-h1-vert.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #40a638;
}
.h1-violet{
	background-image: url(/images/interface/home-h1-violet.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#tableau td{
	padding-bottom:10px;
}
#tableau p {
	padding: 0 10px 0 10px;
}
#zoom {
	background-color: #fff4e8;
	padding-bottom: 10px;
	border-bottom: 1px solid #ff982d;
}
#zoom a, #zoom a:link, #zoom a:visited{
	color: #000000;
	text-decoration: none;
}
#zoom a:hover{
	text-decoration: underline;
}
#activites {
	background-color: #ffeffc;
	padding-bottom: 10px;
	border-bottom: 1px solid #bb409d;
}
#activites a, #activites a:link, #activites a:visited{
	color: #BD449F;
}
#agenda {
	background-color: #ecf6eb;
	padding-bottom: 10px;
	border-bottom: 1px solid #40a638;
}
#agenda a, #agenda a:link, #agenda a:visited{
	color: #40a638;
	text-decoration: underline;
}
#agenda a:hover{
	text-decoration: underline;
}
#dossier {
	background-color: #eaf4ff;
	padding-bottom: 10px;
	border-bottom: 1px solid #185da8;
}
#dossier a, #dossier a:link, #dossier a:visited{
	color: #185DA8;
}
.texte-orange{
	color: #FF982D;
}
.texte-violet{
	color: #BF4BA2;
}
.texte-vert{
	color: #40a638;
}
.texte-bleu{
	color: #185DA8;
}
img {
	border:0;
}