*
{
    font-family : Helvetica, Arial, sans-serif;
    color: white;
}

body
{
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../Images/Elements/BGPattern.jpg");
    background-color: #031730;
}

/***********
 *
 * Changer la couleur des liens
 *
 ***********/
a
{
    text-decoration: none;
}

.blueLink
{
    color: #539bcd;
}

.KeyWords
{
    font-style: italic;
    color: #539bcd;
}
/**********
 *
 * Pour le message d'avertissement, si l'utilisateur a dsactiv Javascript
 *
 **********/

#warningJS
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color : #f34747;
    text-align: center;
}

/*page sert  centrer tout le contenu au milieu de la fentre*/
#MainFrame,#MainFrameShadow
{
    position: absolute;
    right: 0;
    top: 40px;
    margin: auto;
    -webkit-border-radius:10px;
        -moz-border-radius:10px;
            border-radius:10px;
}

#MainFrame
{
    left: 0;
    width: 792px;
    background-color: black;
    background-image: url("../Images/Elements/Carbon.png");
}

#MainFrameShadow
{
    left: 18px;
    width: 810px;
}

#Menu
{
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    width:792px;
    height: 41px;
    background-color: #c44928;
    text-shadow:2px 3px 0px black;
}

#MenuBG
{
    position:absolute;
    width:792px;
    height:41px;
}

#MenuUnderline
{
    position: absolute;
    bottom:0;
    height: 9px;
    width: 792px;
    background-image: url("../Images/Elements/MenuUnderLine.png");
    z-index : 4;
}

#StudioSpan
{
    font-size: 40px;
    color: #539bcd;
}

#SpanNews,#SpanVideos,#SpanPhotos,#SpanContact
{
    position: absolute;
    top : 12px;
    width: 100px;
}

#SpanNews
{
    left: 50px;
}

#SpanVideos
{
    left: 150px;
}

#SpanPhotos
{
    left: 250px;
}

#SpanContact
{
    left: 350px;
}

#Footer
{
    position: absolute;
    bottom:-40px;
    height: 30px;
    left:0;
    right:0;
    margin:auto;
    text-align: center;
    font-size: 10px;
    color: #acacac;
}
