html, body {
color:black;

background-color:#99CCFF; /*fond bleu clair*/
/* background-image:url(images/image_de_fond.png);*/
/* margin:0;*/
/* background-position:50% 50%;*/
/* background-repeat:no-repeat; */
}

p,td,div,span {
font-size : 100%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : black;
/* background-color : white; */
}

ul{
font-size : 100%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : blue;
list-style:none;
}


ol{
font-size : 100%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : black;
list-style:none;
}


h1 {
font-size : 150%;
font-family : New York;
color : black;
text-align: left;
font-weight: bold;
}

h2 {
font-size : 110%;
font-family : New York;
color : black;
text-align: left;
font-weight: bold;
}

h3 {
font-size : 110%;
font-family : New York;
color : black;
text-align: left;
}

h4 {
font-size : 110%;
padding-left:20px;
}

h5 {
font-size : 100%;
font-weight: bold;
text-align : right;
}

h6 {
font-size : 100%;
font-weight: bold;
padding-left:15px;
}

a:link {color: blue; text-decoration:none; border:none;}
a:visited {color: blue; text-decoration:none; border:none;}
a:hover {color: blue; text-decoration:underline; border:none;}

.textemenu1 {
font-weight: bold;
color: white;
}

.textemenu2 {
color: white;
}

/* Classes en +*/

.header{
position: absolute;
top: 0%;
left: 0.5%;
bottom: 80%;
width: 99%;
text-align: center;
background-color: #99CCFF;
}

.logo{
position: absolute;
top: 0.5%;
left: 0.5%;
width: 25%;
}

.title{
position: absolute;
top: 3%;
left: 26%;
width: 73.5%;
color: blue;
}


.menu {
position: absolute;
top: 20.5%;
left: 0.5%;
width: 25%;
background-color: #333399;
color: blue;
}

.contenu {
position: absolute;
top: 20.5%; 
left: 20.5%;
width: 70.5%;
text-align:justify;
}

.footer{
position: relative;
text-align: center;
font-size: 70%;
padding: 50px;
}

.image{
text-align: center;
font-size: 80%;
}
.adresse{
font-size : 90%;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
text-align:center;
font-weight: bold;
color:#B09248;
}
