/*-------------------------------------------------------*/
/* mise en forme des textes et des images */
/*------------------------------------------------------*/



/* titres */
h1 {  
width: 750px;
font-size: 120%; 
font-weight: bold; 
color: #A7C165;
text-align: left;
padding-bottom: 5px;
margin-bottom: 20px;
border-bottom: 5px solid #E0F0B7;
margin-top: 0px;
}

h1 img {
float: left;
margin-top: -2px;
margin-right: 10px;
}


h2 {  
font-size: 105%; 
font-weight: bold; 
text-decoration: underline;
color: #96AE57;
text-align: left;
margin-top: 25px;
margin-bottom: 2px;
}

h3 {  
font-size: 95%; 
font-weight: bold; 
color: #96AE57;
text-align: center;
margin-bottom: 2px;
}

h4 {  
font-size: 95%; 
font-weight: bold; 
color: #96AE57;
text-align: left;
margin-top: 5px;
margin-bottom: 0px;
}

h5 {
font-size: 75%;
}
/* fin titres */



/* textes */
p {
margin: 0px;
margin-top: 2px;
margin-bottom: 10px;
text-align: justify;
}

.spacer {
clear: both;
}

ul {
margin-top: 5px;
margin-bottom: 10px;
}

ul a:visited, a:active {
margin: 0;
}

hr {
width: 50%;
color:  #E0F0B7;
background-color: #E0F0B7;
border: 1px solid #E0F0B7;
}

.centrer {
text-align: center;
}

fieldset {
border: 1px solid #E3E3E3;
padding: 10px;
margin-bottom: 15px;
}

legend {
font-size: 95%;
font-weight: bold;
color: #A7C165;
margin-bottom: 15px;
}

label {
float: left;
width: 150px;
}

.gras {
font-weight: bold; 
}

.important {  
font-size: 95%;
font-weight: bold; 
color: #A7C165;
margin-bottom: 0px;
}

#encartimportant {
background-color: #A7C165;
color: #FFFFFF;
font-weight: bold; 
border: 1px solid #E3E3E3;
text-align: center;
margin: 20px;
padding: 5px;
}

#encartimportant  a:link {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

#encartimportant  a:visited {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

#encartimportant a:hover {
color: #E0F0B7;
text-decoration: none;
font-weight: normal;
}

#encartimportant a:active {
color: #E0F0B7;
text-decoration: none;
font-weight: normal;
}

#encartimportant ul {
text-align: left;
}

.listesanspuce {
list-style-type: none;
}


.verspage {
font-size: 80%;
text-align: left;
margin-left: 25px;
}

.retourpage {
font-size: 80%;
text-align: right;
margin-top: 25px;
margin-right: 25px;
}


.listespace li {
margin:0;
margin-bottom: 10px;
}

cite {
font-size: 80%;
font-style: italic;
}
/* fin centre */


/* PDF */
.pdf li {
list-style-image: url(../images/navigation/pdf.gif);
list-style-type: disc;
margin-top: 5px;
}

.pdf  a:link {
color: #96AE57; 
font-weight: normal;
margin-left: 5px;
}

.pdf   a:visited {
color: #96AE57; 
font-weight: normal;
margin-left: 5px;
}

.pdf a:active {
color: #A7C165; 
text-decoration: none;
margin-left: 5px;
}

.pdf a:hover {
color: #A7C165; 
text-decoration: none;
margin-left: 5px;
}
/* fin PDF */



/* images */
img {
border: none;
}

.image {
float: right;
margin: 10px;
margin-top: 3px;
margin-right: 0px;
border: 1px solid #000000;
}

.imagesansbord {
float: right;
margin: 10px;
}

.imagegauche {
float: left;
margin: 10px;
margin-top: 3px;
margin-left: 0px;
border: 1px solid #000000;
}

.centrer img {
border: 1px solid #000000;
}


.iconesuite {
margin-left: 5px;
}
/* images */


/* tableaux */
table {
border-collapse: collapse;
margin-bottom: 15px;
}

th {
border: 1px solid #A7C165;
background-color: #A7C165;
color: #FFFFFF;
text-align: center;
}

 td {
border: 1px solid #A7C165;
padding: 3px;
 }
 
 .chiffres {
text-align: right; 
 }
 
 .fondclair {
 background-color: #E0F0B7;
 text-align: center;
 }

/* fin tableaux */

