* {margin:0; padding:0}

p {line-height:1.4; margin-bottom:12px}

.sliderbutton {float:left; width:32px; padding-top:134px}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}
#slider {float:left; position:relative; overflow:auto; width:559px; height:196px;}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:559px;  padding-right:10px}

.pagination {position:absolute; width: 600px; top:330px; margin:0; padding:0; padding-left: 10px; text-align: center;}
#colonne-droite .pagination li {
    float:left; 
    cursor:pointer; 
    text-align:center; 
    width:23px;
    height:23px;
    
    list-style:none;
    padding-top:4px;
    font-weight:bold;
    color:#00477d;
    background-image: url(images/pagination_puce_jaune.gif);
    background-repeat:no-repeat;
    cursor:pointer;
}
#colonne-droite .pagination li:hover {background-image: url(images/pagination_puce_bleu.gif);color:white;}
#colonne-droite li.current {background-image: url(images/pagination_puce_bleu.gif);color:white;}
