/*related to page*/
#container
{
   width: 700px;
   margin: 0 auto 0 auto;
   position: relative;
   border:none;
   list-style: none;
}


/* content */

#mainContent
{
   padding: 0px 0 0 0;
}
/* Related to Fader */
#feature
{
   height: 220px;
   background: none;
   text-dec border:none;
   list-style: none;oration:none;
   
}



/* Selecteur d'offre */


#feature a,#feature a img {
   position:absolute; 
   list-style: none;
    border:none;
   list-style: none;
}

#featureSelect.noScript
{
   display: none;
}

#featureSelect
{
   position: absolute;
   top: 55px;
   left: 15px;
   z-index: 99;
}

#featureSelect li
{
   width: 29px;
   height: 29px;
   margin: 2 0 2 -29px;
   position: relative;
   list-style: none;
}

#featureSelect li a
{
   display: block;
   list-style: none;
   width: 29px;
   height: 29px;
   text-indent: -9999px;
   overflow: hidden;
   position: absolute;
   z-index: 99;
   clip: rect(0px 29px 29px 0);
   left: 0;
   top: 0;
   cursor: pointer;
   border:none
}




/* Sprites du selecteur */

#featureSelect #n0 a, #featureSelect #n0.default a
{
   background: url(images/1.png) no-repeat top left;
}

#featureSelect #n1 a, #featureSelect #n1.default a
{
   background: url(images/2.png) no-repeat top left;
}

#featureSelect #n2 a, #featureSelect #n2.default a
{
   background: url(images/3.png) no-repeat top left;
}

#featureSelect #n3 a, #featureSelect #n3.default a
{
   background: url(images/4.png) no-repeat top left;
}


#featureSelect li#n0 a:hover
{
   background: url(images/1-over.png) no-repeat top left;
}

#featureSelect li#n1 a:hover
{
   background: url(images/2-over.png) no-repeat top left;
}

#featureSelect li#n2 a:hover
{
   background: url(images/3-over.png) no-repeat top left;
}

#featureSelect li#n3 a:hover
{
   background: url(images/4-over.png) no-repeat top left;
}

#featureSelect li#n0.selected a, #featureSelect li#n0.selected a:hover
{
   background: url(images/1-active.png) no-repeat 1px 0px;
}

#featureSelect li#n1.selected a, #featureSelect li#n1.selected a:hover
{
   background: url(images/2-active.png) no-repeat 1px 0px;
}

#featureSelect li#n2.selected a, #featureSelect li#n2.selected a:hover
{
   background: url(images/3-active.png) no-repeat 1px 0px;
}

#featureSelect li#n3.selected a, #featureSelect li#n3.selected a:hover
{
   background: url(images/4-active.png) no-repeat 1px 0px;
}


#container
{
   z-index : 0;
}
