/*************************
/* Motif page
**************************/

/* Partie haute du fond. */
.motif_page_top_0 {
	width: 880px;
	height: 206px;
	background: url(../images/fond_page_top_0.png) no-repeat;
}

/* Partie répétitive du fond. */
.motif_page_repeat_0 {
	width: 1110px;
	padding-bottom: 30px;
	background: url(../images/fond_page_repeat_0.png) repeat-y;
}

/*************************
/* Motif "large"
**************************/

/* Partie haute du fond. */
.motif_large_top {
	width: 870px;
	height: 245px;
	background: url(../images/fond_large_top.png) no-repeat;
}

/* Partie répétitive du fond. */
.motif_large_repeat {
	width: 1067px;
	padding-bottom: 30px;
	background: url(../images/fond_large_repeat.png) repeat-y;
}

/*************************
/* Motif agenda
**************************/

/* Haut de l'aganda, version avec 2 lignes d'images */
.motif_agenda_top_2 {
	width: 880px;
	height: 621px;
	background: url(../images/fond_agenda_top_2.png) no-repeat;
}

/* Haut de l'aganda, version avec 1 ligne d'image */
.motif_agenda_top_1 {
	width: 880px;
	height: 430px;
	background: url(../images/fond_agenda_top_1.png) no-repeat;
}

/* Haut de l'aganda, version sans images */
.motif_agenda_top_0 {
	width: 880px;
	height: 271px;
	background: url(../images/fond_agenda_top_0.png) no-repeat;
}

/* Partie répétitive du fond de l'agenda, 2 lignes d'images dans le haut */
.motif_agenda_repeat_2 {
	width: 1408px;
	padding-bottom: 30px;
	background: url(../images/fond_agenda_repeat_2.png) repeat-y;
}

/* Partie répétitive du fond de l'agenda, 1 ligne d'images dans le haut */
.motif_agenda_repeat_1 {
	width: 1408px;
	padding-bottom: 30px;
	background: url(../images/fond_agenda_repeat_1.png) repeat-y;
}

/* Partie répétitive du fond de l'agenda, sans images dans le haut */
.motif_agenda_repeat_0 {
	width: 1408px;
	padding-bottom: 30px;
	background: url(../images/fond_agenda_repeat_0.png) repeat-y;
}

/*************************
/* Autres éléments
**************************/

/* Positionnement des contenus */
.contenu_top {
	padding-top: 150px;
	margin-left: 150px;
}
/* Largeur a adapter en fonction du template ? */
.contenu_repeat {
	margin-left: 150px;
	width: 493px;
}

/* Motif "large" : le contenu dispose de plus de largeur ! */
.motif_large_repeat .contenu_repeat {
	width: 700px;
}

/* Définitions pour les remontées sous forme d'images */
.conteneur_remontees {
	width: 600px;
	margin-top: 10px;
}

.remontee {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.remontee a img {
	border: none;
}

a img.savoir_plus_img {
	border: none;
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	visibility : hidden;
}

a:hover img.savoir_plus_img {
	visibility : visible;
}

/* Définitions pour les sous-menus */
.sub_menu_li {
	display: inline;		
}

.sub_menu_li + li {
	border-left: 1px solid #c8c8c8;
	margin-left: 5px;
	padding-left: 5px;
}

/* Pour les liens d'édition */
.post-edit-link {
	margin: 2px;
	padding: 2px;
	background: #FFFFFF;
	font-size: 10px;
	font-style: italic;
	position: absolute;
	right: 0;
}

/* CSS pour le contenu agenda. Reutilisable ??? */

.agenda_dates {
	font-size: 16px;
	font-weight: bold;
	color: #a5a5a5;
}

.article_text {
	font-size: 12px;
	margin-bottom: 15px;
}

.article_text p {
	sfdftext-align: justify;
}

.pleine_largeur {
	margin-right: 10px;
}

.excerpt img {
	float: right;
	margin-bottom: 5px;
}
.excerpt p {
	width: 300px;
}

.savoir_plus {
	text-decoration: underline;
}