@CHARSET "ISO-8859-1";

body .coda-slider {
    background: transparent none;
    width: 466px;
    height: 307px;
}

body .coda-slider-wrapper {
    padding: 0;
    margin: 0px;
}

body .coda-slider .panel {
    width: 466px;
    height: 307px;
    padding: 0;
}

body .coda-slider .panel .panel-wrapper {
    width: 466px;
    height: 307px;
    padding: 0;
}

body .coda-slider .panel-wrapper img {
    width: 466px;
    height: 307px;
}

body .coda-slider .panel-wrapper h2 {
    display: none;
}

body .coda-nav {
    width: 492px !important;
    float: right;
}

body .coda-nav ul {
    width: 492px !important;
    float: right;
	margin: 0px !important;
}

body .coda-nav li {
    display: block;
    background-image: none;
    float: none;
    width: auto;
    padding: 0;
    margin-bottom: 8px;
}

body .coda-nav li:last-child {
    margin-bottom: 0;
}

body .coda-nav ul li p {
    cursor: pointer;
    padding: 5px 5px 5px 23px;
    height: 45px;
}

body .coda-nav ul li p.current * {
    color: #fff !important;
}

body .coda-nav ul li a {
    float: none;
    display: inline;
    background-color: transparent !important;
    background-position: 0 0.2em;
    background-repeat: no-repeat;
    color: #446AB3;
    padding: 0 0 0 15px;
}

body .coda-nav ul li p.current a.intern, 
body .coda-nav ul li p.current a.download {
    background-image: url("../../img/picto/white/link_intern.png") !important;
}

body .coda-nav ul li p.current a.extern {
    background-image: url("../../img/picto/white/link_extern.png") !important;
}

body .coda-nav ul li span.headline {
    color: #9fa0a2;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    height: 15px;
    padding: 2px 0;
}

body .coda-nav ul li span.headline.pdf {
    padding-left: 1.35em;
    background-repeat: no-repeat;
}

body .coda-nav ul li span.headline.movie {
    padding-left: 1.5em;
    background-repeat: no-repeat;
}
    
body .coda-nav ul li span.headline.movie { background-image: url("../../img/icon/film_grey.png"); }
body .coda-nav ul li span.headline.pdf { background-image: url("../../img/icon/pdf_grey.png"); }
body .coda-nav ul li p.current span.headline.movie { background-image: url("../../img/icon/film_white.png"); }
body .coda-nav ul li p.current span.headline.pdf { background-image: url("../../img/icon/pdf_white.png"); }
