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

@font-face {
    font-family: 'rinaregular';

    src:
            url('../fonts/rina-webfont.woff2') format('woff2'),
            url('../fonts/rina-webfont.woff') format('woff');
}

body {
    margin: 0; padding: 0;
    font-family: rinaregular, sans-serif;
    font-size: 14px;
    line-height: 3.5em;
    color: #fbf0c4;
    background-color:#3a5d99;
}

img{
    border: 0;
}

p{
    font-size: 36px;
    margin: 0;
    padding: 0;
}

.page{
    position: relative;
    width: 960px;
    height: 1150px;
    margin: 0 auto 0 auto;
    padding-bottom: 30px;
    background-color: #044184;
    background-image: url(../images/Guerrier.png);
    background-repeat: no-repeat;
    background-position: bottom left;

    -moz-box-shadow: 0px 0px 15px 5px #273f67;
    -webkit-box-shadow: 0px 0px 15px 5px #273f67;
    -o-box-shadow: 0px 0px 15px 5px #273f67;
    box-shadow: 0px 0px 15px 5px #273f67;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#273f67, Direction=NaN, Strength=15);
}

.facebook{
    position: absolute;
    width: 29px;
    height: 29px;
    margin: 0; padding: 0;
    top: 55px;
    left: 921px;
}

.header{
    position: absolute;
    left: 10px;
    top: 94px;
    width: 940px;
    height: 120px;
    margin: 0px;
    background-image: url(../images/En-Tete-Menu.png);
}

.Logo-Shiva{
    position: absolute;
    top: 36px;
    left: 10px;
    width: 172px;
    height: 173px;
    margin: 0px;
    background-image: url(../images/Logo-Shiva-Pages.png);
}

nav{
    position: absolute;
    width: 958px;
    left: 2px;
    top: 213px;
}

nav a{
    margin: 0 7px 0 8px;
}

.content{
    position: relative;
    width: 960px;
    top: 175px;
}

.infos{
    position: absolute;
    width: 400px;
    top: 170px;
    left: 30px;
    text-align: center;
}

.plan{
    position: absolute;
    width: 494px;
    height: 778px;
    left: 427px;
    top: 170px;
}