div#cadre {/* conteneur global et arrière-plan du titre du cadre */
width: 280px;
padding-top: 55px;
background: url(images/haut.jpg) top left no-repeat;
}
div#cadre_agenda {/* conteneur global et arrière-plan du titre du cadre */
width: 280px;
padding-top: 55px;
background: url(images/haut_agenda.jpg) top left no-repeat;
}
div#cadre_evenements {/* conteneur global et arrière-plan du titre du cadre */
width: 280px;
padding-top: 55px;
background: url(images/haut_evenements.jpg) top left no-repeat;
}
div#cadre_actu {/* conteneur global et arrière-plan du titre du cadre */
width: 280px;
padding-top: 55px;
background: url(images/haut_actu.jpg) top left no-repeat;
}
div#bloccadre {/* arrière-plan bas et sur l'ensemble du cadre */
background: url(images/bas.jpg) bottom left no-repeat;
padding-bottom: 10px;
}
div#bloccadre p {
margin: 0px 0px 0px 10px;
}

div#cadre1 {/* conteneur global et arrière-plan du titre du cadre */
width: 280px;
padding-left: 0px;
padding-top: 5px;
background-color:#d79ba5;
	border-style:solid; border-width:1px; border-color:#55A84D;
}
div#bloccadre1 {/* arrière-plan bas et sur l'ensemble du cadre */
background: url(images/bas1.png) bottom left no-repeat;
padding-bottom: 0px;
}
div#bloccadre1 p {
margin: 0 5px 0px 5px;
}

