root { 
    display: block;
}
body {
    background-color: #000;
    margin : 0;
    font-family: verdana;
    font-size: 11pt;
}
a img{
   border : none;
}

#corps {
    width : 100%;
    position: relative;
    float : left;
    min-height: 500px;
    padding-bottom : 10px;
}

.center {
    width : 1000px;
    position: relative;
    float : left;
    left: 50%;
    margin-left: -500px;
}

.fullLarge {
    width : 100%;
    position: relative;
    float : left;
    background-color: #eee;
    border-top : 1px solid #dedede;
    border-bottom : 1px solid #dedede;
    padding-top : 19px;
    padding-bottom : 18px;
}

/* Logo du début */
#bgContenu {
    height : 100%;
    width : 100%;
    position : fixed;
    background-color : black;
    filter : alpha(opacity=80);
    opacity : 0.8;
    z-index : 300;
}
#bgContenu2 {
    height : 100%;
    width : 100%;
    position : fixed;
    z-index : 300;
}
#bgContenu img {
    filter : alpha(opacity=100);
    opacity : 1;
    width:80%;
    height : auto;
    width : 1200px;
    height : 289px;
    top : 50%;
    margin-top:-144px;
    position: relative;
    float : left;
    left: 50%;
    margin-left: -600px;
}

/* contenu */
#bgContenu2 {
    display : none;
}
#pageContenu {
    position : fixed;
    width : 1000px;
    height:92%;
    top : 4%;
    background-color : white;
    position: relative;
    float : left;
    left: 50%;
    margin-left: -500px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#holder{
    height: 100%;
    position:relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow:hidden;
}

#header {
    padding : 8px;
    height:14px;
    /*border-bottom : 1px solid #ccc;
    background-image:url(/images/graph/bgHeader.png);
    background-repeat:no-repeat;
    background-position: bottom;*/
}
#header a {
    color : grey;
    text-decoration : none;
}
#header a:hover {
    color : black;
}

#contenuLogo {
    float:left;
}
#closePage {
    float:right;
}

#contenuBody{
    padding : 8px;
    padding-top : 13px;
    overflow: auto;
}

#footer{
    padding : 8px;
    height: 50px; 
    width : 984px;
    position: absolute;
    left: 0;
    bottom: 0; 
    border-top : 1px solid #ccc;
}
#footer img {
    height:30px;
    width:auto;
    margin-top:10px;
    margin-right:20px;
}

h1 {
    display : inline;
    padding : 5px;
    margin : 0;
    font-size: 20px;
    color : #fff;
    background-color: #000;
}

.imgJoin {
    width:100%;
    position: relative;
    float : left;
}
.imgJoin a{
    position: relative;
    float : left;
}

.imgJoin a img {
    margin-right : 5px;
    border : 2px solid #666;
    margin-bottom : 10px;
}
.imgJoin a:hover img {
    margin-right : 5px;
    border : 2px solid #000;
}

.imgBig {
    display:none;
    margin-bottom : 15px;
    text-align: center;
}

.contact, .contactArea  {
    width : 800px;
    margin-left : 90px;
    height : 30px;
    border : 1px solid #AAA;
    border-bottom-width: 2px;
    color : #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align : center;
    padding : 5px;
    font-size : 15px;
    font-family: verdana;
}

.contactArea {
    height : 333px;
}