/**
startweb_004
Fond de page blanc legèrement transparent, bordures fines, navigation bleue
004
**/

.navigation-background {
    background-color: rgb(82, 82, 82);
    background-color: rgba(0, 0, 0, 0.25);
}
.navigation-container .navigation-line {
    background-color: rgb(209, 209, 209);
}
.content-container {
    background-color: rgb(82, 82, 82);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px 0 !important;
}
.content-container .content-inner-container {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    margin: 0 5px !important;
    width: 934px !important;
}
.content-container .content-inner-container a {
    color: #000;
}
#sub-navigation .sub-navigation-content {
    background-color: rgb(82, 82, 82);
    background-color: rgba(0, 0, 0, 0.25);
}
.footer-container {
    background-color: rgb(82, 82, 82);
    background-color: rgba(0, 0, 0, 0.5);
}
.footer-container,
.footer-container a {
    color: #fff;
}
.footer-container a {
    text-decoration: none;
}
#navigation ul li a.nav-path-selected,
#navigation ul li a.nav-selected,
#navigation ul li.nav-selected a {
    color: #57b0ee;
}
#navigation ul li a:hover {
    color: #3cbedf;
}