/* Copyright (C) Rozenn Dagorn (France) */
#entete h1 {
	 color: #fff;
	 text-align: left;
	font-family: Copperplate, tahoma, arial, sans-serif;
	 font-weight: normal;
	 font-size: 1.2em;
	 text-indent: 15px;
}
#entete h1 span {
	 color: #ffefce;
	 font-size: 1.8em;
}
#entete h2 {
	 color: #999;
	 text-align: center;
	 font-family: Copperplate,times,'times new roman', arial;
	 font-weight: normal;
	 font-size: 1.8em;
}
#contenu h1 {
	 color: #ffefce;
	 text-align: center;
	 font-size: 1.4em;
	 margin: 5px 0 20px 0;
}
#contenu h2 {
 	color: #ffefce;
 	text-align: left;
	line-height: 1.8em;
 	font-size: 1.4em;
 	border-bottom: dashed 1px #343434;
  	margin: 20px 0 15px 10px;
	width: 40%;
	background: url('../images/puce.gif') no-repeat 3px 11px;
	text-indent: 20px;
}
#contenu h2.chapeau {
	color: #ffefce;
	font-size: 1.1em;
	width: 100%;
	background: none;
	text-indent: 0px;
	border: none;
}
#contenu h2.spe {
 	text-align: center;
	line-height: 1.1em;
 	font-size: 1.1em;
	font-family: Copperplate,times,'times new roman', arial;
 	border-bottom: none;
  	margin: 0 auto 20px auto;
	background: none;
	text-indent: 0px;
}
#contenu h3 {
 	text-decoration: underline;
	margin: 15px 0 10px 10px;
}
h4 {
	text-align: center;
}