
/* 
font-family: 'Marcellus SC', serif;
font-family: 'Oldenburg', cursive;
font-family: 'Delius Swash Caps', cursive;
font-family: 'Concert One', cursive;
font-family: 'Prosto One', cursive;
font-family: 'Roboto Slab', serif;
font-family: 'Sanchez', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

body,html
{
    margin: 0px;
    padding: 0px 0 0 0;
    height: 100%;
    width: 100%;
    min-height: 100%;   

    border:0px solid red;
    background-color: #444;
    background-image: url("../img/bg49.jpg");

    /*        */

    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;


}
body
{
        overflow-y: scroll;
}
h1,.h1{
    /*font-family: 'Oldenburg', cursive;*/
    /*    font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Marcellus SC', serif;*/
    font-family: 'Open Sans', sans-serif;
    color: #444;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    width: auto;
    margin: 5px 0 0 20px;
    vertical-align: top;
    display: inline-block;


    /*    letter-spacing: 2px;*/

}
h2,.h2{
    /*    font-family: 'Marcellus SC', serif;*/
    font-size: 16px;
    color:#222;
    font-family: 'Sanchez', serif;
    display: block;
    font-weight:  normal;
}

.fix-menuHaut{
    margin-top: 0px;
    top:0px;
}
/*.noSelect */
.menu *{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

.pointer{
    cursor: pointer;
}

.menu li
{ 
    display: inline-block;
    vertical-align: top;
}

header{
    width: 100%;

    margin: 0 auto;
}
#contMenuHaut
{
    left:50%;
    top:0px;
    padding: 0px;
    height: 40px;
    width: 670px;
    margin-left: -320px;

    position: fixed;
    display:block;
    border-radius: 0px 0px 10px 10px;
    background-color: rgba(203, 50, 38, 1);
    background-image: -webkit-linear-gradient(top,#404040,#505050);
    background-image: -ms-linear-gradient(top,#404040,#505050);
    background-image: -moz-linear-gradient(top,#404040,#505050);
    background-image: linear-gradient(top,#404040,#505050);
    -webkit-box-shadow: 0px 5px 7px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 5px 7px rgba(50, 50, 50, 0.75);
    box-shadow:        0px 5px 7px rgba(50, 50, 50, 0.75);
    z-index: 999999;
    border-bottom: 1px inset black;

    /* Animation Opacité 
    opacity: 0;
    */

    /*     
    ANIMATION ROTATION AXE X 
    */
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(100deg);
    -moz-transform: rotateX(100deg);
    -ms-transform: rotateX(100deg);
    -o-transform: rotateX(100deg);
    -webkit-transition: translate3d(0,0,0);
}


#menuHaut
{
    padding: 0px;
    width: 750px;
    height: 50px;
    margin: 0px 0 0px 40px;
    display: inline-block;
    vertical-align: top;

}

#menuHaut li 
{
    margin: 0px 0px 0px 40px;
    padding: 11px 0px 0px 0px;
    height:32px;

    -webkit-transition: border linear 1s;
    -moz-transition: border linear 1s;
    transition: border linear 1s;
}

#menuHaut li a:visited, #menuHaut li a:link,#menuHaut li a
{
    display: inline-block;
    height: 33px;
    cursor: pointer;
    outline: none;

    font-family: 'Open Sans', sans-serif;

    font-size: 20px;

    color: #fff;
    /**/
    letter-spacing: 2px;
    text-decoration: none;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

#menuHaut li a:hover
{  
    -webkit-transform: scale(1.20) translate(0px, 2px);
    -moz-transform: scale(1.20) translate(0px, 2px);
    -ms-transform: scale(1.20) translate(0px, 2px);
    -o-transform: scale(1.20) translate(0px, 2px);
    transform: scale(1.20) translate(0px, 2px);

}
#menuHaut li a.lienActive
{  
    /*    font-weight: bold;*/
    /*color: #4380d3;*/
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(20, 20, 20, 0.50);
    -webkit-transform: scale(1.10,1.10);
    -moz-transform: scale(1.10,1.10);
    -ms-transform: scale(1.10,1.10);
    transform: scale(1.10,1.10);
    text-decoration: underline;
}

#main
{
    position: relative;	
    width: 1024px;	
    display:block;

    margin-left:auto;
    margin-right:auto;
    margin-top: 0px;
    
}

.Page
{
    height: 300px;
    overflow: hidden;
    position: absolute;
    top:90px;
    left: 0px;
    right: 0px;
    width: 1024px;
    padding: 5px;
    -webkit-transition: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    background-color: rgb(255,255,255);  
    /*    border: 0px inset rgba(0,0,0,0.5);*/
    /*    border: 2px solid gray;*/
    border-radius: 5px ;
    /*    -webkit-box-shadow:     0px 0px 9px rgba(50, 50, 50, 0.7);
        -moz-box-shadow:        0px 0px 9px rgba(50, 50, 50, 0.7);
        box-shadow:                0px 0px 9px rgba(50, 50, 50, 0.7);*/
    /*    -webkit-transition: translate3d(0,0,0);*/
    /*box-shadow: inset 0px 0px 90px 20px rgba(100, 100, 100, 0.8);*/
}


.PageCurrent
{
    opacity: 0;
    z-index: 2;
}                
.PageNext
{
    z-index: 1;
    opacity: 0;
}
