body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color:#343C48;
}
#img {
display: block; 
border: 0 none inherit; 
float:left;
} 
#header {
height: 180px;
background-image: url(images/titre.jpg);
}
#haut {
height: 30px;
background-color: #B3BBC7;/*#8A98A1;*/
}
#conteneur {
position: absolute;
width: 750px;
left: 50%;
margin-left: -390px;
background-color: #B3BBC7;
}
#centre {
background-color: #B3BBC7;
margin-left: 150px;
padding: 1.2em;
text-align: justify;
/*text-indent: 1.5em;*/
}
#gauche {
position: absolute;
left: 0;
width: 150px;
}
#pied {
font-size: 0.70em;
height: 40px;
background-color: #8A98A1;
text-align:right;
}
#news {
text-align:inherit;
}

.menuhaut {
list-style-type: none;
margin: 0;
padding: 5px;
}
.menuhaut li {
FLOAT: left;
}
.menuhaut a {
BORDER-RIGHT: gray 1px solid; 
BORDER-TOP: gray 1px solid; 
DISPLAY: block; 
BACKGROUND: #fff; 
MARGIN: 0px 2px; 
BORDER-LEFT: gray 1px solid; 
WIDTH: 86px; 
COLOR: #000; 
BORDER-BOTTOM: gray 1px solid; 
HEIGHT: 20px; 
TEXT-ALIGN: center; 
TEXT-DECORATION: none;
}
.menuhaut a:hover {
BORDER-RIGHT: gray 1px solid; 
BORDER-TOP: gray 1px solid; 
BACKGROUND: #ccc; 
BORDER-LEFT: gray 1px solid; 
BORDER-BOTTOM: gray 1px solid;
}
.menuhaut a:active {
BORDER-RIGHT: gray 1px solid; 
BORDER-TOP: gray 1px solid; 
BACKGROUND: gray; 
BORDER-LEFT: gray 1px solid; 
COLOR: #fff; 
BORDER-BOTTOM: gray 1px solid;
}
.menugauche {
list-style-type: none;
margin: 0;
padding-left: 5px;
padding-top: 1em;

}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #343C48;
text-decoration: none;
}
.menugauche a:hover {
text-decoration:underline;
}

p,ul,li,td,blockquote {
font-size: 100%; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #343C48; 
}
h1 {
font-size: 200%; 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #003366;
text-align: center;
}
h2 {
font-size: 150%;
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #343C48;
padding-left: 15px;
}
h3 {
font-size: 110%;
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #343C48;
padding-left: 15px;
}

/*a:link {color: green; text-decoration:underline;}
a:visited {color: gray; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}*/