html, body {
width: 100%;
height: 100%;
background-color: #ffffff;
margin: 0;
padding: 0;
font-family: Trebuchet MS, Arial, Verdana;
font-size: 13px;
color: #36271c;
text-align: left;
}



h1{
text-align: right;
margin-top: 0;
color: #C0D06E;
font-size: 25px;
font-weight: normal;
font-family: Trebuchet MS, Arial, Verdana;
margin-right: 20px;
}
h2{
margin: 0;
padding-bottom: 5px;
color: #8F9F37;
font-size: 16px;
text-align: left;
font-weight:bold;
font-family: Trebuchet MS, Arial, Verdana;
}

ul{
margin-top: 0;
list-style-image: url(charte/puce.gif);
}

a{
color: #8F9F37;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}

img{
border: solid 2px #8fa035;
}
p{
margin: 0;
}
hr{
clear: both;
width: 100%;
margin: 0;
padding: 0;
visibility: hidden;
}

input, textarea{
border: solid 1px #C0D06E;
}

#heron {
left: 0;
height: 100%;
width: 95%;
position: fixed;
z-index: 1;
}

#heron img{
height: 100%;
}

#drapo{
z-index: 10;
position: absolute;
border: 0;
top: 0;
left: 0;
display: block;
width: 60px;
height: 40px;
}

#cale {
display: block;
float: left;
height: 99%;
visibility: hidden;

margin: 0;
}
#cale img{
height: 99%;
}
#titre{
background: transparent url(charte/titre.gif) top right no-repeat;
text-align: right;
width: 100%;
height: 120px;
}
#titre_e{
background: transparent url(charte/titre_e.gif) top right no-repeat;
text-align: right;
width: 100%;
height: 120px;

}

#contenu {
word-wrap:break-word;
position: relative;
overflow: hidden;
margin: 0;
z-index: 10;
}

#menu{
position: absolute;
z-index: 20;
/*width: 100%;*/
top: 22%;
left: 0;
padding-left: 25%;
}
#menu a{
color: #8f9f37;
font-size: 15px;
font-weight:bold;
font-family: Trebuchet MS, Arial, Verdana;
}
#menu a:hover{
color: #6f782d;
text-decoration: none;
}

#bottom_menu {
position: relative;
text-align: center;
width: 400px;
left: 50%;
font-size: 11px;
margin-left: -200px;
margin-top: 20px;
padding-top: 0;
}
#bottom_menu a:hover {
color: #36271c;
text-decoration: none;
}

#footer {
position: relative;
text-align: center;
width: 400px;
left: 50%;
font-size: 11px;
border-top: solid 2px #CBCD2C;
margin-left: -200px;
margin-top: 1px;
padding-top: 8px;
}

.button{
border: solid 1px #8F9F37;
color: #474E22;
background-color: #D7DD9F;
margin-top: 10px;
}
