/* Sommaire du site */
#contenu .corps {
	margin-right: 2%;
	width: 61%;
	float: left;
}
#contenu .annexes {
	width: 36%;
	float: right;
}


#contenu h2 {
	font-size: .9em;
	color: #333;
	border-bottom: 1px dotted #333;
}
#contenu h3 {
	margin: 10px 0 0;
	font-size: 1.1em;
}
#contenu .annexes h3 {
	font-size: .9em;
	margin: 0 0 10px;
}
/* Fix a bug in Firefox without breaking Safari ! */
#contenu h3 a:hover:lang(fr) { display: block; }

#contenu h3 a { color: #444; }
#contenu h3 a:visited { color: #666; }
#contenu h3.color1 a { color: #0095DC; }
#contenu h3.color3 a { color: #FF9C4C; }
#contenu h3.color6 a { color: #26C431; }
#contenu h3.color7 a { color: #FF40B5; }

#contenu p.suite {
	margin-top: -10px;
	font-size: .85em;
	font-style: italic;
	text-align: right;
}
#contenu p.suite a, #contenu p.suite a:visited { color: #222; }
#contenu p.date {
	margin: 0;
	padding: 0;
	font-size: .75em;
	color: grey;
}

#contenu ul li {
	font-size: 1em;
	color: black;
	padding-left: 15px;
	background: url(../images/flechebleue.png) 0 0 no-repeat;
}

