
<!--
a {color: #999;text-decoration:none}
a:hover {color: #; text-decoration: underline}

.head {  font-family: verdana; font-size: 8pt; line-height: 10pt; font-weight: regular; color: #656464}
.texte {  font-family: arial; font-size: 10.5pt; line-height: 12pt; font-weight: regular; color: #656464}
.legende {  font-family: verdana; font-size: 8pt; line-height: 10pt; color: #656464; font-style: italic}
.bodytext {  font-family: arial; font-size: 10.5pt; line-height: 12pt; font-weight: regular; color: #353434}
.links {  font-family: verdana; font-size: 8pt; line-height: 16pt; font-weight: regular; color: #5A5959}
.chemin {  font-family: arial; font-size: 9pt; line-height: 12pt; font-weight: regular; color: #999999;}

.nav {	font-family: arial; font-size: 10.5pt; font-weight: bold; color: #C0C0C0; text-decoration:none; text-transform: uppercase}
.navsel {	font-family: arial; font-size: 10.5pt; font-weight: bold; color: #99CC00; text-decoration:none; text-transform: uppercase}
.titre {  font-family: arial; font-size: 16pt; line-height: 16pt; font-weight: bold; color: #719F34; text-transform: uppercase}
.date {  font-family: arial; font-size: 12pt; line-height: 16pt; font-weight: bold; color: #99CC00; text-transform: uppercase}
.menu {  font-family: arial; font-size: 11pt; line-height: 12pt; font-weight: bold; color: #99CC00; text-transform: uppercase}
.menu2 {  font-family: arial; font-size: 9pt; line-height: 12pt; font-weight: regular; color: #719F34;}
.chemin {  font-family: arial; font-size: 9pt; line-height: 12pt; font-weight: regular; color: #99CC00;}
.cheminnext {  font-family: arial; font-size: 9pt; line-height: 12pt; font-weight: regular; color: #C0C0C0;}

.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

.spip_documents_left{
	float: left;
	margin-right: 15px; 
	text-align: center;
}

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}
table.spip {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	border-collapse:collapse;
}

table.spip caption{
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin-left: auto;                                                       
	margin-right: auto;
	padding: 3px;
	font-weight: bold;
	font-family: Verdana,Arial,Sans,sans-serif;
	font-size : 70%;
}

table.spip tr.row_first {
	background-color: #FFFFFF;
	font-family: arial; font-size: 10.5pt; line-height: 12pt; font-weight: regular; color: #353434;
}

table.spip tr.row_odd {
	background-color: #FFFFFF;
	font-family: arial; font-size: 10.5pt; line-height: 12pt; font-weight: regular; color: #353434;
}

table.spip tr.row_even {
	background-color: #FFFFFF;
	font-family: arial; font-size: 10.5pt; line-height: 12pt; font-weight: regular; color: #353434;
}

table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}
-->