html {
font-size : 100%;
}
body {
font-size : 1.1em;
font-family : Arial, Helvetica, Sans-Serif;
color : #007;
text-align : left;
background-color : #eee;
}
#entete {
text-align : center;
}
.enteteDiv {
text-align : center;
width : 18%;
}
.enteteDiv2 {
text-align : center;
width : 23%;
}
#menu {
float : left;
width : 18%;
background-color : #cdf;
padding-left : 10px;
}
#menu ul {
list-style-type : none;
margin-left : 0px;
padding-left : 0px;
}
#menu ul li a {
display : block;
width : 97%;
text-align : left;
}
#contenu {
float : left;
width : 78%;
padding-left : 20px;
overflow : auto;
}
#ariane {
text-align : center;
}
#footer {
clear : both;
}
a {
color : #00b;
text-decoration : none;
}
a:visited {
color: #b0c;
}
a:focus, a:hover {
color : #bcf;
background-color : #007;
}
a:active {
color : #9af;
background-color : #004;
}
h1 {
font-size : 1.7em;
color : black;
}
h2 {
font-size : 1.3em;
color : #002;
}
h3 {
font-size : 1.2em;
color : #003;
}
h4, h5, h6 {
font-size : 1.12em;
color : #004;
}

.imageLeft {
float : left;
padding-right : 5ex;
}
.imageRight {
float : left;
}
.imageClear {
clear : left;
}
