
/* Feuille de style */

/* @charset "UTF-8"; */

body {
    font-family: sans-serif;
    color: black;
    background: white url(pics/lblue047.png) repeat;
}

p,address,ul {
    margin-left: 4%;
    margin-right: 4%;
}

h1 {
    color: black;
    background: gray;
    font-size: xx-large;
    text-align: center;
}


h2 {
    color: black;
    font-size: x-large;
    font-variant: small-caps;
    border-bottom: medium solid;
    margin-left: 1%;
    margin-right: 2%;
    margin-top: 1em;
}

ul {
    margin-bottom: 2ex;
}

a img { border-style: none; }
a img.cpc{width:100%;}
a img.spc{width:70%;}



a {}
a:link { color: blue; text-decoration: underline; }
a:visited { color: #000099 ; text-decoration: underline; }
/* a:visited { color: skyblue; text-decoration: underline; } */
a:hover { background: gray; }
a:active {}

#mis-a-jour {
    font-size: smaller;
    font-style: italic;
    text-align: right;
}

#panel {
    display: none;
}
