html {
 margin:0;
  padding:0;
  background: url("/img/background.png") no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisÃ©e */
  
 }
 
body {
margin : 0;
padding : 0;
/*background : url("/img/background.png");*/
background-repeat : no-repeat;
}
div#vide {
display : inline;
float : left;
color : white;
}
div#info {

padding-left : 100px;
display : inline;
float : left;
color : white;
margin-top : 5%;
font : 10pt verdana;
}
div#logo {
margin-top : 20%;
background : url("/img/carbike.png");
display : inline;
float : right;
color : white;
width : 300px;
height : 270px;
background-repeat : no-repeat;
}
a:link {
color : red;
font : 8pt verdana;
font-weight : bold;
text-decoration : none;
border : solid 0;
}
a:visited {
color : red;
font : 8pt verdana;
font-weight : bold;
text-decoration : none;
}
a:hover {
color : white;
font-weight : bold;
font : 8pt verdana;
font-weight : bold;
text-decoration : none;
}
a:active {
color : red;
font : 8pt verdana;
font-weight : bold;
text-decoration : none;
}
img {
border : 0;
}
em {
font : 8pt verdana;
}
h4 {
font-weight : bold;
}
ul li {
list-style-type : none;
}
div#slogan {
position : absolute;
bottom : 0;
color : white;
font-family : Press Style;
font-size : 18pt;
text-align : center;
width : 100%;
padding-top : 10px;
}
