body {
    padding: 0px;
    margin: 0px;
    font-family: arial, sans-serif;
    font-size: 10pt;
    color: #636563;
    background-image: url("/img/plots.jpg");
    background-repeat: no-repeat;
}

li {
    list-style-type: none;
    padding-left: 20px;
}

ol {
    padding-top: 10px;
    text-decoration: underline;
}

a {
    color: gray;
    text-decoration: none;
}

a:hover {
    color: gray; /*text-decoration:underline;*/
}

#global {
    width: 800px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#bandeau {
    float: left;
}

.titre {
    text-align: center;
    color: #416EB9;
    font-size: 48pt;
    font-family: palatino linotype, serif;
}

.sstitre {
    text-align: center;
    color: #416EB9;
    font-size: 30pt;
    margin-bottom: 35px;
}

#pied {
    margin-top: 35px;
}

#menu {
    display: block;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #6666ff;;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #6666ff;;
    font-size: 1.2em;
    color: dodgerblue;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
}

#menu ul {
    display: inline;
}

#menu ul li {
    text-decoration: none;
    display: inline;
    width: 100px;
    font-family: "Trebuchet MS", "Arial", sans-serif;
    padding-left: 30px;
}

#header {
    width: 100%;
    display: block;
}

#content {
    width: 100%;
    margin-top: 5px;
}

#content ul, ol {
    padding-left: 0;
}

#content div {
    display: inline;
}

#map {
    width: 50%;
    height: 300px;
    float: right;
    display: inline;
}

input.error, textarea.error {
    background-color: yellow;
}

input, textarea {
    width: 95%;
}

textarea {
    height: 120px;
}

#text {
    float: left;
    width: 50%;
}
