@charset "utf-8";
a:link, a:active, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
.onglet_milieu a {
	font-size:13px;
}
a.noir {
	color:#000000;
}
a.gris {
	color:#A9A9A9;
}

h1 {
	clear:both;
	background-color:#E6E5E5;
	margin:0;
	margin-bottom:16px;
	font-size:13px;
	line-height:22px;
	font-weight:bold;
	padding:0 16px;
}
h1.fleche_droite {
	background:#E6E5E5 url(../images/fleche_droite.png) 2px 6px no-repeat;
}
h1.fleche_bas {
	background:#E6E5E5 url(../images/fleche_bas.png) 2px 6px no-repeat;
}
h1 a {
	font-size:13px;
}
h1 span.date {
	font-size:13px;
	margin-right:30px;
}
h2 {
	margin:0;
	margin-bottom:16px;
	padding:0;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-indent:32px;
}
h3 {
	margin:0;
	margin-bottom:16px;
	padding:0;
	font-size:12px;
	font-weight:bold;
	text-indent:48px;
}
h3.form {
	margin-bottom:8px;
	text-indent:0;
}
h3.numero_page {
	text-align:right;
}

.underline {
	text-decoration:underline;
}

p {
	margin:0;
	margin-bottom:16px;
	padding:0;
	text-align:justify;
	text-indent:16px;
}
.sans_indent {
	text-indent:0;
}
p.liste {
	text-indent:0;
	margin-bottom:0;
}
p.legende, p.legende_bold {
	text-indent:0;
	text-align:center;
	font-style:italic;
	width:150px;
}
p.legende_bold {
	font-style:normal;
	font-weight:bold;
}
p.erreur, p.erreur a {
	color:#CC0000;
}

.italic {
	font-style:italic;
}

.signature {
	font-style:italic;
	text-align:left;
}

input.line, input.short_line {
	display:block;
	margin:0;
	margin-bottom:16px;
	padding:0;
	width:200px;
	height:16px;
	border:#A9A9A9 solid 1px;
	background:#E6E5E5;
}
input.short_line {
	width:50px;
}
textarea {
	display:block;
}
input[type=submit], input[type=reset] {
	display:inline;
	height:20px;
	border:#A9A9A9 solid 1px;
	background:url(../images/main_content_bottom.png) bottom left repeat-x;
	padding:0 8px 0 8px;
	margin:0;
	margin-right:16px;
	margin-bottom:16px;
}

img {
	margin:0;
	padding:0;
}
.img_left, .img_right, .img_inline {
	text-align:center;
	margin:0;
	padding:0;
}
.img_left img, .img_right img, .img_inline img{
	margin-top:16px;
}
.img_left {
	padding-right:16px;
	float:left;
}
.img_right {
	padding-left:16px;
	float:right;
}
.img_inline {
	display:inline;
	float:left;
	padding-right:16px;
}

.separateur_long, .separateur_invisible {
	clear:both;
	position:relative;
	margin:0;
	width:462px;
	height:1px;
	left:70px;
}
.separateur_long {
	background:url(../images/separateur_long.png) top left no-repeat;
	padding-bottom:16px;
}
.separateur_court {
	clear:both;
	position:relative;
	margin:0;
	margin-bottom:16px;
	width:202px;
	height:1px;
	background:url(../images/separateur_court.png) top left no-repeat;
}
.icone_mp3 {
	background:url(../images/mp3.png) left top no-repeat;
	padding-left:12px;
	font-style:italic;
}

li.information{
background-image:url(../images/information.png);
background-repeat: no-repeat;
background-position: 4px 8px;
padding-left: 29px;
padding-top: 10px;
list-style-type: none;
}

li.information a{
font-weight: bold;
}

.information{
padding-bottom: 10px;
background-color: #E6E5E5;
}