@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #ededed;
    background-color: #424242;
}

#content { 
    position: absolute; 
    left: 50%;  
    top: 50%;
    width: 960px; 
    height: 550px;
    padding: 20px;
    margin-left: -500px;
    margin-top: -295px;
    text-align: left;
    background: url(../images/website_bg.png) no-repeat left top;
}

#logo {
    position: absolute;
    left: 20px;
    top: 80px;
    width: 320px;
    text-align: center;
}

#image {
    position: absolute;
    left: 340px;
    top: 50px;
    height: 490px;
}

#image img {

    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    margin-right: 5px;
}

#accueil {
    position: absolute;
    left: 20px;
    bottom: 180px;
    width: 320px;
    text-align: center;
}
