@charset "utf-8";
/* CSS Document */
.Style1{font-family:Calibri; font-size:20px; color:#ffffff;}
.Style2{font-family:Calibri; font-size:40px; color:#ffffff;}
.Style3{font-family:Calibri; font-size:50px; color:#ffffff; font-weight:lighter; letter-spacing:5px;}
.Style4{font-family:Calibri; font-size:30px; color:#000000; font-weight:lighter; letter-spacing:3px;}
.Style5{font-family:Calibri; font-size:17px; color:#000000; font-weight:lighter;}
.Style6{font-family:Calibri; font-size:12px; color:#bbbbbb; font-weight:lighter;}

html
{ 
margin:0;
padding:0;
background: url(../img/fond4.jpg) no-repeat center fixed; 
-webkit-background-size: cover; /* pour anciens Chrome et Safari */
background-size: cover; /* version standardisée */
}

#banner
{
top:0; left:0; right:0;
position:fixed;
width:100%;

z-index:1000;
/*background-color:rgba(0,0,0,0.3);*/
}

#footer
{
top:7000px; left:0; right:0;
position:absolute;
width:100%;
background-color:rgba(0,0,0,0);
z-index:999;
}

#news
{
top:0; left:0; right:0;
position:absolute;
width:100%;
height:100%;
background-color:rgba(0,0,0,0);
z-index:800;
}
