body {
    font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;
    background: white;
    text-align: justify;
    color: #5b5b4e;
    font-size : 1em;
    margin : 0pt auto;
    margin-top:0;
    min-width : 640px;
    max-width : 980px;
}

#gototop {
    background-image:url(img/top.png);
    width:24px;
    height:24px;
    position: fixed;
    left:2px;
    bottom:20px;
}

#gototop:hover {
    background-image:url(img/tophover.png);
}

a {
    text-decoration: none;
    color: #5b5b4e; 
    font-weight: bold;
}

a:visited {
    color: #7C7C7C;
}

a:hover {
    color: #006699; 
}

img {
    border:none;
}

#total {
    background: white;
    border:25px solid white;
    border-bottom:0px;
    text-align : justify;
}

#contact {
    font-size: 0.9em;
}

#contact h1 {
    margin-top:0px;
    color:#006699;
}

#contact h3 {
    color:#006699;
}

#name {
    float:left;
    width : 35%;
}

#tof {
    float:right;
}

#tof img {
    height : 150px;
    padding : 10px;
    background-color:white;
}

#adresses {
    float : left;
    width : 40%;
    text-align:center;
}

#adresses h4 {
    margin:0px;
}

#flags {
    padding-top:15px;
}

#menu {
    clear:both;
    border-top:1px solid #006699;
    font-weight:bold;
    width:100%;
    font-size:1.2em;
}

#menu a {
    /* color:#006699; */
    color:white;
}

#menu a:hover {
    color:#c5e7ff;
}

#menu ul {
    padding:0px;
    border-left: 1px solid #006699;
    border-radius: 0 0 5px 5px;
    margin:auto;
}

#menu li {
    margin-right:1px;
    background-color:#006699;
    display:inline;
    list-style:none;
    padding-left:10px;
    padding-right:10px;
    border-bottom: 1px solid #006699;
    border-right: 1px solid #006699;
    border-radius: 0 0 5px 5px;
}

#contenu {
    clear:both;
    min-height:400px;
    max-width:1024px;
    padding-top: 0px;
}

#contenu h1 {
    /* color: #006699; */
    color:white;
    background-color:#006699;
    text-align : left;
    font-size:1.5em;
    /* padding-left : 5px; */
    padding-left : 18px;
    padding-top:1px;
    padding-bottom:3px;
    border : 1px solid #006699;
    margin-top : 55px;
    border-radius: 10px;
}

#contenu h2 {
    color:#006699;
    border-bottom : 1px dotted;
    clear:left;
    text-align : left;
    font-size:1.2em;
    margin-left:20px;
    margin-right:20px;
}

#contenu p {
    padding-left: 20px;
    padding-right: 40px;
}

#contenu ul {
    padding-left: 40px;
    padding-right: 20px;
}

#pres { 
    margin-top:50px;
    padding:20px;
    padding-top:25px;
    padding-bottom:25px;
    border-top: 1px solid #006699;
    border-bottom: 1px solid #006699;
    text-align : justify;
    margin-bottom:75px;
}

#pied {
    margin-top:50px;
    padding-left:10px;
    padding-right:10px;
    border-top:1px solid;
    font-size:0.8em;
    text-align:left;
}

#pied p {
    margin-left:16px;
    margin-right:16px;
}

#pied img {
    float:right;
    text-align:right;
}