html {
height:                100%;
overflow:              hidden;
}
body {
margin:                0;
padding:               0;
width :                100%;
height:                100%;
overflow:              hidden;
background-image:      url('../images/background.jpg');
background-position:   center bottom;
background-repeat:     no-repeat;
background-attachment: fixed;
background-color:      #b1c702;
}

/* Gestion des bords blancs */
#BordGauche,#BordDroit{
position:              absolute;
width:                 78px;
height:                100%;
top:                   0;
background-color:      white;
margin:                0;
padding:               0;
}

#BordGauche{
left:                  0;
}

#BordDroit{
left:                  -78px;
}
/***************************/

/* Gestion des angles blancs */
#AngleHautGauche,#AngleHautDroit,#AngleBasGauche,#AngleBasDroit{
position:              absolute;
width:                 234px;
height:                261px;
background-repeat:     no-repeat;
margin:                0;
padding:               0;
}

#AngleHautGauche{
left:                  0;
top:                   0;
background-image:      url('../images/ANGLEblanc-HG.gif');

}

#AngleHautDroit{
left:                  -234px;
top:                   0;
background-image:      url('../images/ANGLEblanc-HD.gif');
}

#AngleBasGauche{
left:                  0;
top:                   -261px;
background-image:      url('../images/ANGLEblanc-BG.gif');
}

#AngleBasDroit{
left:                  -234px;
top:                   -261px;
background-image:      url('../images/ANGLEblanc-BD.gif');
}
/***************************/

.FillerDroit{
position:              absolute;
left:                  100%;
top:                   0;
height:                100%;
}

#FillerBas{
position:              absolute;
top:                   100%;
left:                  0;
width:                 100%;
}


#logo{
position:              absolute;
width:                 141px;
height:                40px;
top:                   10px;
left:                  -350px;
/*background-image:      url('../images/logo-neolab.gif');
background-repeat:     no-repeat;*/
margin:                0;
padding:               0;
}

#logo img{
border: 0;
}

#header{
position:              absolute;
top:                   -13px;
left:                  222px;
margin:                0;
padding:               0;
}

h1,h2{
font-family:           calibri;
color:                 white;
}

h1 {
color:                 #6c3451;
font-size:             60px;
margin:                0;
padding:               0;
}

h2 {
margin:                0;
margin-top:            -15px;
}

#TextCopyRight{
position:              absolute;
top:                   100%;
margin-top:            -15px;
color:                 gray;
font-family:           calibri;
font-size:             10px;
padding-left:          10px;
}




