/* GENERALE */
html {
height : 100%;
width:100%;
}
body {
margin : 0;
height : 100%;
width:100%;
background-image:url(../images/tram.jpg);
background-repeat:repeat-y;
background-position:center;
font-family:Arial;
font-size:11px;
color:#646464;
}
div {
margin : 0;
padding : 0;
border : 0;
}
form {
margin : 0;
padding : 0;
}
img {
border : 0px;
padding:0px;
margin:0px;
}
a {
color : #c7c7c7;
font-size:11px;
text-decoration : none;
list-style-type : none;
}
a:hover {
color : #808080;
font-size:11px;
text-decoration:none;
}
p{
margin:0px;
padding:0px;
}
.clean{
clear:both;
font-size:0px;
line-height:0px;
margin:0px;
padding:0px;
border:0px;
}

/* HOME */
#centrage{
width:100%;
height:100%;
}

#contener{
width:516px;
height:auto;
margin-left:auto;
margin-right:auto;
}
#top{
width:100%;
height:auto;
}
#logo{
float:left;
}
#langue{
float:right;
margin-top:38px;
color:#c7c7c7;
}
#carte{
width:516px;
height:250px;
background-image:url(../images/carte.jpg);
background-repeat:no-repeat;
}

a.lienNormaux{
color:#575757;
}
.btn{
width:101px;
height:15px;
color:#262626;
border:solid;
border-width:1px;
border-color:#bfbfbf;
display:block;
text-align:center;
float:left;
padding-top:1px;
}

#w3c{
width:109px;
position:absolute;
z-index:1000;
position:fixed;
right:10px;
bottom:10px;
}