
/* liens hypertextes*/ 
a:link, a:visited {
text-decoration:none;
color:#fff;
font-weight:bold;

}

a:hover {
color:#000;

}


ul {
margin:0;
padding-left:20px;

}

li {
list-style-type:circle;
background:transparent;
margin: 4px;

}


img {
border:none;
margin:3px 5px;
padding:0;

}

img .caption {
text-align: left;

}

/***slideshow***/
#mod-slide {

width:893px;
height:436px;
background: url(bg-slide.jpg) 0 0 repeat;
padding-left:1px;
margin-top:1px;
margin-left:1px;

}

#slide-container {
background:transparent;
height:421px;

}

#accordion {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:left;
 
 }
 
#accordion li{ 
list-style:none; 
float:left;
display:block;
text-align:left;

}
.stretcher{ 
float:left;
height:421px;
width:41px;
overflow:hidden;
 
}
 
.tab{
cursor:pointer;
float:left;
position: absolute;
 
} 

