
.opacity *
 {
	opacity: .4;
	filter: alpha(opacity = 40);
	cursor: pointer;
	width: 100%;
}

.opacity:hover *
 {
	opacity: 1;
	filter: alpha(opacity = 100);
	cursor: pointer;
}

.feature1
 {
    display: inline;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
	width: 220px;
}


.photovedette {
    height: 155px;
    padding: 6px 5px;
    width: 190px;
    z-index: 5;
}

.photovedette a {
    cursor: pointer;
}

.cadrevedette {
    background: url("../../images/cadrevedette.png") no-repeat scroll left top transparent;
    height: 165px;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 10;
}

.textevedette {
    display: inline;
    float: left;
    height: auto;
    margin-left: 9px;
    margin-top: 5px;
    position: relative;
    text-align: justify;
    width: 180px;
}

.textevedette p {
    font-size: 9px;
    line-height: 1.45em;
	text-align: justify;
	padding: 0;
	margin: 0 0 1.5em;
    margin-top: 1em;
}

.textevedette a {
    color: #CCC;
    cursor: pointer;
    text-decoration: none;
	text-align: left;
}

.textevedette h4 {
    font-size: .85em;
	font-weight: normal;
	text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 0;
	text-align: left;
}

.textevedette h4 a {
    color: #FE7B00;
}



.titlefeature
 {
	color: #fe7b00;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
	text-align: left;
	zoom: 1;
 }
 
 .descriptionfeature
 {
	color: #fff;
	font-size: 9px;
	line-height: 10px;
	font-family: Arial;
	text-decoration: none;
	zoom: 1;
}

#slideshow {
	margin:0 auto;
	width:740px;
	height:auto;
	position:relative;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:670px;
  height:auto;
  overflow:hidden; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:675px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: auto;
}

/** 
 * Slideshow controls style rules.
 */

.control {
  display:block;
  width:32px;
  height:42px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:70px;
  left:0;
  background:transparent url("/images/default/control_left.png") no-repeat 0 0;
}

#leftControl:hover {
  top:70px;
  left:0;
  background:transparent url("/images/default/control_leftover.png") no-repeat 0 0;
}

#rightControl {
  top:70px;
  right:0;
  background:transparent url("/images/default/control_right.png") no-repeat 0 0;
}

#rightControl:hover {
  top:70px;
  right:0;
  background:transparent url("/images/default/control_rightover.png") no-repeat 0 0;
}
