@import url("navibar.css");
@import url("form.css");

* {
    margin:0;
    padding:0;
    font-family:Trebuchet,arial;
    font-size:12px;
}

body {
    /* COULEUR DE FOND */
    background:url(/images/ecorce.jpg) repeat-y;
}

#page {
    width:760px;
    display:block;
    margin:0 auto;
    background: #fff;
}

#tete {
    height:139px;
    display:block;
    background: url(/images/top.jpg) no-repeat;
}

#corps {
    width:760px;
    display:block;
    background:url(/images/backcontent.gif) repeat-y;
}

#leftBar {
    display:block;
    width:141px;
    position:absolute;
}

#contenu {
    position:relative;
    float:left;
    padding:5px;
    display:block;
    width:580px;
}

#pied {
    display:block;
    height:40px;
    clear:both;
}

#coords {
    display:block;
    width:756px;
    height:15px;
    background: url(/images/barCoord.gif) repeat-x;
    border-left: 2px solid #945311;
    border-right: 2px solid #945311;
    font-family:Trebuchet,arial;
    font-size:12px;
    font-weight:bold;
    padding-top:3px;
}

h1 {
    font-size:24px;
    margin-top:2px;
    margin-bottom:5px;
    color:#C15100;
}
h2 {
    font-size:16px;
    margin-top:2px;
    margin-bottom:3px;
    color:#0E4285;
}
h5 {
    font-size:24px;
    margin-top:2px;
    margin-bottom:3px;
    text-align:center;
    color:#887a43;
}

ol,ul {
    margin-left: 25px;
}

.split {
    display:block;
    width:580px;
    clear:both;
    text-align:center;
    margin-top:15px;
    margin-bottom:15px;
}

img.spaceVert {
    margin-top:10px;
    margin-bottom:10px;
}

img.spaceLat {
    margin-left:15px;
}
