﻿/* disposition CSS */
#masthead {
    position: relative;
    width: 100%;
}
#top_left {
    width: 180px;
    position: absolute;
    left: 0px;
    top: 0px;
}
#header {
    margin-left: 200px;
}
#container {
    position: relative;
    width: 98%;
}
#gauche {
    padding: 0px;
    margin: 0px 0px 0px 15px;
    width: 130px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    font-weight: bold;
    font-size: small;
}
#droite {
    margin-left: 200px;
}
body {
    background-color: #F0E5ED;
    background-image: url('../images/notes.jpg');
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 0.9em;
}
a {
    color: #660000;
}
a:visited {
    color: #644544;
}
a:hover {
    color: #808080;
}
.rouge {
    color: #6A0000;
    font-weight: bold;
}
.corsiva {
    font-family: "Monotype Corsiva";
    font-size: x-large;
}
.fontlarge {
    font-size: large;
}
.centrer {
    text-align: center;
}
.sansbordure {
    border-width: 0px;
}
.decalegauche {
    padding: 0px 0px 0px -20px;
    margin: 0px 0px 0px -20px;    
    font-size: 0.75em;
    text-align: left;
}




