
/* -------------------------------------- */
/*       Toutes les pages
/* -------------------------------------- */

html, body
{
    height: 100%; /* necessaire pour IE */
}

body
{
    background: #000000 url(../_ressources/_background/_page/background.jpg) repeat-x fixed top left;
    background-attachment: scroll;
    background-color: black;
    margin: 0px;
    padding: 0px;
    font-family: times;
}

img
{
    border: none;
}

hr
{
    display: block;
    border: none;
    border-bottom: 1px solid #525252;
}

a
{
    color: black;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    margin-bottom: 50px;
    text-align: center;
}

#message_noscript
{
    background-color: #f3eddd;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    padding-bottom: 20px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* -------------------------------------- */
/* -------------------------------------- */
/* -------------------------------------- */