BODY {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
P {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
BLOCKQUOTE {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
UL {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
LI {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
OL {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
IMG {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}

A:visited {
	/* COLOR: #3265FF;   */
        COLOR: INHERIT;
        TEXT-DECORATION: none
}
A:link {
	COLOR: black; TEXT-DECORATION: none
}
A {
	COLOR: #32654b; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
A:active {
	COLOR: #000000
}
.fond1 {
        background-color: #8D9D6E;
}

.fond2 {
        background-color: lightgreen;
}
.fond3 {
        background-color: orange;
}
.titre {  font-family: Arial, Helvetica, sans-serif; font-size: 32px; font-style: normal; line-height: normal; font-weight: bold; color: #006633; text-align: center}

/* CSS inspiré des tutoriels www.alsacreations.com/articles */


.menu_h ul {
margin: 0;
padding:0;
/* width: 100%; */ /* précision pour Opera */
}

.menu_h li {
float: left;
margin: 0;
list-style-type: none;
padding-top:0;/* padding-top:   5px; */
padding-bottom: 0;
margin-top: 5px; 
padding-left: 4px;
background:  #664D32 ;            /* #99998E */
/* height:2.3em; */   
 }


.menu_h a {
width: auto;
text-align: center;
border-right: 1px solid black;
text-decoration: none;
color: #F8EAC9;  /* couleur lien pour Mozilla #32654b  F8EAC9 */
padding-right: 5px;   
height: auto;
}
 
.menu_h a:visited {
color: #F8EAC9; /* = a:color - couleur lien pour IE/Windows    */   
}
.menu_h select {
	FONT-SIZE: 10px;
    WIDTH: 150px; /* taille champ sel */
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

.menu_h a:hover {
/* background: #ccc;         
border: 1px solid gray;  */
color: white;
}

.menu_h a:active {
/* unused*/
}


