#wrapper {
    width: 301px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width:273px;
    margin:auto;margin-top:7px;margin-left:5px;
    position: relative;
    clear:both;
}

.scroll {
    /*height: 250px;*/
    width: 273px;
    /*overflow: auto;*/
    overflow-x: hidden;
    position: relative;
    clear: left;
    background-color:#a7c83a;
}

.scrollContainer div.panel {
    /*height: 210px;*/
    width: 244px;
    padding-top:14px;padding-left:13px;padding-right:13px;
}

.scrollContainer div.panel
{
    font-size:12px;font-family:Verdana;
}

.scrollContainer div.panel .classement
{
    display:block;
    background:url('../../images/classement/point.png') left bottom repeat-x;
    margin-bottom:5px;
    clear:both;
    height:13px;
}

.classement_Point
{
    float:right;
    background-color:#a7c83a;
    padding-left:3px;
}

.classement b
{
    float:left;
    background-color:#a7c83a;
    padding-right:3px;
}

.classement_Nom
{
    float:left;
    background-color:#a7c83a;
    padding-left:3px;
    min-height:14px;
}

.scrollContainer div.panel a
{
    font-size:12px;font-family:Verdana;color:#000;
    display:block;
    margin-top:22px;margin-bottom:11px;
}

.lien_classement
{
    padding: 22px 0px 11px 13px;
    background: #A7C83A;
}
.lien_classement a
{
    font-size:12px;
    font-family:Verdana;
    font-weight:bold;
    color:#000;
    background: url(images/chevron.png) left center no-repeat;
    padding-left:13px;
}
#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    height:24px;
    float:left;
}

ul.navigation li {
    float:left;
    height:25px;
    padding:0;
    margin:0;margin-right:1px;
}

ul.navigation a {
    height:25px;
    float:left;
    display:block;
    text-decoration:none; 
}

ul.navigation a .ongletLeft {
    background:url('../../images/season/ongletleftwhite.png') left center no-repeat;
    height:24px;width:3px;
    float:left;
    display:block;
    margin-top:1px;
}

ul.navigation a .onglet
{
   background:url('../../images/season/ongletwhite.png') left center repeat-x;
   height:20px;
   float:left;
   display:block;
   color:#6d6d6d;font-weight:bold;font-size:12px;
   padding-left:10px;padding-right:10px;padding-top:4px;
   margin-top:1px;
}

ul.navigation a .ongletRight {
    background:url('../../images/season/ongletrightwhite.png') left center no-repeat;
    height:24px;width:3px;
    float:left;
     display:block;
     margin-top:1px;
}

ul.navigation a.selected .ongletLeft {
    background:url('../../images/season/ongletleft.png') left center no-repeat;
    height:24px;width:3px;
    float:left;
    display:block;
}

ul.navigation a.selected .onglet
{
   background:url('../../images/season/onglet.png') left center repeat-x;
   height:21px;
   float:left;
   display:block;
   color:#fff;font-weight:bold;
   padding-left:11px;padding-right:11px;
   
}

ul.navigation a.selected .ongletRight {
    background:url('../../images/season/ongletright.png') left center no-repeat;
    height:24px;width:3px;
    float:left;
    display:block;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
    display:none;
}

.scrollButtons.right {
    right: -20px;
    display:none;
}

.hide {
    display: none;
}