/*
    Document   : styles.css
    Created on : 30 août 2010, 16:42:01
    Author     : CuanyJ @eikonEMF
*/

* {
    margin : 0;
    padding : 0;
font-family: 'Delius Swash Caps', cursive;
    color : #000;
}

body {
    background : #303030;
    margin : 20px 0;
}

#General {
    width : 860px;
    margin : auto;
    background-image : url("../img/BG_site.jpg");
    background-repeat : no-repeat;
    background-position : 45px 95px;
}

#Content {
    width : 655px;
    margin: 0 0 0 125px;
    font-size : 18px;
}

h2{
    font-size : 24px;
}

#Nounours{
    float: right;
}

#Boule{
    width : 193px;
    float : left;
}


p{
    line-height : 30px;
}

#BTNS {
    margin : 30px auto;
}

#BTN_screenshots{
    float: left;
    width : 225px;
}

#DownloadZone {
    float : left;
}

#trailer {
    float: left;
    width: 150px;
    margin-top : -15px;
}


.Clearer {
    clear: both;
}

#byWuthrer{
    float : right;
    margin-right : 30px;
    margin-top : 50px;
}

a img {
    border : none;
}

a {
  outline: none;
}

#InfoConfig {
    font-size : 14px;
    line-height: 21px;
    margin-left : 30px;
}