/* CSS Document */
body {
/*margin: 0; */
background-image: url(../images/chene.gif);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
color: #396;
padding: 0;
font-size: 80%;
font-family: Trebuchet MS, times, serif;
height: 100%;
}

#header {
margin-bottom: 50px;
}

#header img {
float: right;
margin: 5px 50px 0 0;
}

#header h1 {
margin-left: 50px;
font-size: 50px;
line-height: 1;
}

#header h2 {
margin-left: 50px;
font-weight: bold;
font-size: 20px;
}

h1 {
text-align: center;
}

h2 {
text-align: center;
/*margin-left: 353px;*/
}

h3 {
}

#menu {
float: left;
}

ul#menu {
margin: 0;
padding: 0;
font: bold 1em Georgia, times, serif;
list-style-type: none;
list-style-image: url(../images/feuille_de_chene.gif);
list-style-position: inside;
}

#menu a {
color: #396;
text-decoration: none;
line-height: 25px;
}

#menu a:hover {
color: #3C9;
}

#global {
margin-left: 100px;
}

#global p{
text-align: left;
margin: 0px 50px 0px 100px;
}

#global h1 {
font-weight: bold;
font-size: 14px;
}

#global h3 {
margin-left: 320px;
}

ul#global {
margin-left: 200px;
padding: 0;
font: bold 2em Georgia, times, serif;
list-style-type: none;
list-style-image: none;
}

#global a {
color: #396;
text-decoration: none;
line-height: 50px;
}

#global a:hover {
color: #3C9;
}

#footer {
clear: both;
width: auto;
margin: 25px;
text-align: center;
}

p {
}

/*Classes*/

.italique {
font-style: italic;
}