html, body, ul, li {
    margin: 0;
    padding: 0;
}

html {height: 100%;}

body {
    position: relative;
    min-width: 960px;
    height: 100%;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, "sans-serif";
    font-size: 0.8em;
    line-height: 1.4;
}

ul {
    list-style-type: none;
}

a {
    color: #878787;
    text-decoration: none;
}

img {border: none;}

#full_height {
    position: relative;
    min-height: 100%;
}

#fond {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/home/fond.png") no-repeat top;
    width: 100%;
    height: 100%;
}

#site {
    position: relative;
    margin: auto;
    width: 960px;
}

#lang {
    text-align: right;
    padding: 10px;
}

#lang .separator {
    border-right: 1px solid #fff;
    padding-right: 5px;
    margin-right: 4px;
}

#logo {
    text-align: center;
}

#menu {
    text-align: center;
    margin-top: 35px;
}

#menu .separator {
   border-right: 1px solid #4c5876;
    
    padding-top: 20px;
}

#menu a {
    font-size: 1.1em;
    margin: 0 8px 0 8px;
}

#menu a:hover {
    padding-bottom: 10px;
    border-bottom: 5px solid #36548c;
}

/*#slide {
    width: 595px;
    height: 329px;
    margin: auto;
    margin-top: 40px;
}

#slide ul li {
    display:inline;
    float:left;
    width: 595px;
    height: 329px;
}

#slide .carousel-control {
    display: none;
}*/

.jcarousel-container {
    width: 595px;
    margin: auto;
    margin-top: 40px;
}

.jcarousel-clip {
    width:  595px;
    height: 329px;
}

.jcarousel-item {
    width: 595px;
    height: 329px;
}

#info {
    width: 550px;
    margin: auto;
    color: #fff;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 30px;
}

#info li {
    padding-left: 15px;
    background: url("../img/home/fleche.png") no-repeat;
    background-position:left;
}

#de, #en {
    display: none;
}

