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

body {
    background-color:white;
}

div#upper{
    width:902px;
    height:170px;
    background-image:url(src/images/upper.jpg);
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
}

div#principal {
    width:902px;
    height:439px;
    margin-right:auto;
    margin-left:auto;
    padding-top:20px;
}

div#principal_left_left {
    float: left;
    height: 448px;
    width: 150px;
    background-image: url(src/images/banniereJeunesCreateurs.jpg);
    background-repeat: no-repeat;
}

div#principal_left {
    float:left;
    width:600px;
    height:460px;
}

div#cover {
    width:600px;
    height:410px;
    background-image:url(src/images/cover_sept_10.jpg);
    background-repeat:no-repeat;
}

div#mentions {
    width:600px;
    height:20px;
    background-position: center;
    background-image:url(src/images/newVersionElement/mentionsLegales.jpg);
    background-repeat:no-repeat;
}

div#principal_right {
    float:left;
    width:130px;
    height:439px;
    margin-left:10px;
}

div#principal_right div#blog{
    background-image:url(src/images/newVersionElement/blog.jpg);
    background-repeat:no-repeat;
    width:41px;
    height:13px;
    margin-top:10px;
}

div#principal_right div#magazine{
    background-image:url(src/images/newVersionElement/magazine.jpg);
    background-repeat:no-repeat;
    width:143px;
    height:20px;
}

div#principal_right div#twitter {
    background-image: url(src/images/newVersionElement/twitter.jpg);
    background-repeat:no-repeat;
    width: 69px;
    height: 12px;
    margin-top: 10px;
}

div#principal_right div#facebook {
    background-image: url(src/images/newVersionElement/facebook.jpg);
    background-repeat:no-repeat;
    width: 86px;
    height: 12px;
    margin-top: 8px;
}

div#principal_right div#gallery {
    background-image: url(src/images/newVersionElement/gallery.jpg);
    background-repeat:no-repeat;
    width: 74px;
    height: 12px;
    margin-top: 8px;
}

div#principal_right div#mediaKit {
    background-image: url(src/images/newVersionElement/mediaKit.jpg);
    width: 79px;
    height: 12px;
    margin-top: 8px;
}

div#principal_right div#contact {
    background-image: url(src/images/newVersionElement/contact.jpg);
    background-repeat:no-repeat;
    width: 70px;
    height: 13px;
    margin-top: 8px;
}