/* ~~~~~~~~~~~~ agendass ~~~~~~~~~~~~ */

.agendass {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	color: #808080;
	background-color: #FFF;
}

.agendass a.en-tete {
	display: block;
	background: #9BAA4B; 
	font-weight: bold;
	font-size: 200%;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFF;
}

.agendass a.en-tete:hover {
	background-color: #E1EC7E;
	color: #808080;
	border: 1px solid #FFF;
}

.agendass .contenu .titre {
	border-bottom: 1px solid #9ED479;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #9BAA4B;
	margin: 0px;
	padding: 1px;
	background: #E1EC7E;
}

.agendass .contenu {
	border-bottom: 1px solid #808080;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
}

.agendass .contenu a.nom-breve {
	display: block;
	border-bottom: 1px solid #808080;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #808080;
	margin: 0px;
	padding: 1px;
	background: #EEEEEE;
}

.agendass .contenu a.nom-breve:hover {
	color: #FFFFFF;
	background: #E1EC7E;
	text-decoration: none;
}

.agendass .contenu .date {
	border-bottom: px solid #9ED479;
	border-left: px solid #9ED479;
	font-size: 90%;
	text-align: center;
	color: #5B5B5B;
	margin-left: 0%;
	padding: 1px;
	background-color: #FFFFFF;
	text-align: left;
}

.agendass .contenu .texte {
	margin: 0px;
	padding: 1px;
	font-size: 100%;
	line-height: 110%;
}

.agendass .contenu .texte h3 {
	margin:0.3em 0em 0.3em 0em;
	padding:0px;
	font-size: 120%;
	line-height: 110%;
}

.agendass .contenu .texte p {
	margin:0.7em 0em 0.7em 0em;
	padding:0px;
}

.agendass .contenu .texte strong {
	color: #5B5B5B;
}

.agendass .contenu  a {
	font-size: 110%;
	color:#5B5B5B;
}

.agendass .contenu a:hover {
	text-decoration: underline;
}

.agendass .contenu blockquote {
	margin : 2px;
}

.agendass .contenu .notes {
	margin: 0px;
	padding: 5px;
	font-size: 100%;
	line-height: 110%;
	border-top: 1px solid #5B5B5B;
}

