/* 
    Document   : templates
    Created on : 13 juil. 2010, 11:13:40
    Author     : Administrateur
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
    font-family:Helvetica, Arial, sans-serif;
    margin:0;
    padding:0;
    text-align: center;
}

div#center{
    background:url(../images/fond.jpg) no-repeat;
    width:900px;
    height:600px;
    margin:0 auto;
}

p, a{
    margin:0;
    font-weight:bold;
    color:#626262;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}



div#haut{
    text-align:right;
    color:white;
    font-size:22px;
    padding-top:30px;
    padding-right:25px;
    font-weight:bold;
}
div#haut p{
    color:white;
}

div#milieu{
    text-align:right;
    margin-top:210px;
    padding-right:300px;
}

div#bas{
    text-align:left;
    margin-top:25px;
}

span.rouge{
    color:#E3001B;
    /* font-size:14px;*/
}

span.vert{
    color:#409D2A;
    /* font-size:14px;*/
}


