﻿/* Actualités */
#actualites {
}
.item a {
	color: #333;
}
#actualites h2:first-child {
	font-size: 1.2em;
	text-transform: uppercase;
	border-bottom: solid 1px #333;
	margin: 20px 0 15px 0;
	padding: 0 0 4px 0;
	color: #111;
}
#actualites h2:first-child .rss {
	position: absolute;
	right: 0;
}
#actualites .item {
	min-height: 94px;
	margin:0 0 40px 0;
}
#actualites .item h2 {
	font-size: 1em;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	border-bottom: dotted 1px #333;
	margin: 0 0 10px 94px;
}
#actualites .item h3 {
	font-size: 0.9em;
	font-weight: normal;
	color: #666;
	margin: 0 0 0 94px;
}
#actualites .item p {
	margin: 0 0 .5em 94px;
}
#actualites .item img {
	float: left;
	padding: 0 10px 10px 0;
}

#actualites .item .keywords, #actualites .item .comments {
	margin: 0 0 0 94px;
	padding:0;
	font-size:.9em;
}



/* Agenda */
#agenda {
}
#agenda h2:first-child {
	font-size: 1.1em;
	text-align: left;
	text-transform: uppercase;
	color: #333;
	border-bottom: solid 1px #333;
	margin: 20px 0 15px 0;
	padding: 0 0 4px 0;
}
#agenda .item h2 {
	font-size: .9em;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 0 16px;
	border: 0;
	display: list-item;
	list-style-image: url(../images/pucerouge.gif);
}
#agenda .item p {
	font-size: .8em;
	font-weight: normal;
	color: #666;
	padding: 0;
	margin: 0 0 0 16px;
}
#agenda .item p + p {
	padding: 0;
	margin: 0 0 8px 16px;
}
/* Anecdote */
#anecdote {
	margin: 0 0 20px 0;
}
#anecdote h2:first-child {
	font-size: .8em;
	text-align: left;
	text-transform: uppercase;
	color: #333;
	border-bottom: solid 1px #333;
	margin: 20px 0 0 0;
	padding: 0 0 4px 0;
}
#anecdote p {
	padding: 10px;
}
#anecdote h2 + p {
	color: #222;
	font-size: 1em;
	background: #a0abae url(../images/anecdotehaut.jpg) no-repeat;
}
#anecdote p + p {
	font-size: 0.9em;
	background: #a0abae;
	padding-top: 0;
}
#anecdote h6 {
	display: block;
	width: 160px;
	height: 32px;
	background: url(../images/anecdotebas.png) no-repeat 0 0;
}

