/*
    Document   : index
    Created on : 12 déc. 2008, 09:14:50
    Author     : Ludovic
    Description:
        Purpose of the stylesheet follows.
*/

body{
    background: #000;
    color: #a4a4a4;
    margin: 0;
    padding: 0;
}

div#wrap {
    background: url('../images/slash.jpg');
    width: 762px;
    height: 433px;
    position:absolute;
    top: 50%;
    left: 50%;
    margin-left: -381px;
    margin-top: -216px;
}

div#langage{
    position: absolute;
    left: 50%;
    top: 380px;
    text-align: right;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 18px;
    font-weight: bolder;
    z-index: 3;
    margin-left: 170px;
}

div#langage a{
    color: #fff;
    text-decoration: none;
    margin-right: 35px;
}

div#langage a:hover{
    color: #A2314E;
}


a{
    outline: none;
}
