@charset "utf-8";
/* CSS Document */
body {
    background: url("../medias/images/design/background/LabbWebBackground.jpg") no-repeat fixed 0 0;
	background-size: cover;
    height: 100%;
    margin: 0;
    min-height: 10em;
    padding: 0;
    position: absolute;
    width: 100%;
}
img, a { border:none; text-decoration:none; color:none;}
#bg {     display: inline;
    float: left;
    position: static;}

#bandeau {
    background: url("../medias/images/design/background/transparent.png") repeat scroll 0 0 transparent;
    bottom: 25%;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 2em;
    height: 2em;
    line-height: 1em;
    position: absolute;
    width: 100%;
	left:0px;
}

#bandeau p {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin: 0;
    padding: 0.5em 1em;
    text-align: right;
}}