/* CARROUSEL */

h2 {
	margin: 0;
	padding: 7px 0 0 80px;
	font-size: 20px;
	font-weight:normal;
}

div#feature_list {
	width: 885px;
	height: 330px;
	overflow: hidden;
	position: relative;
	margin-left:20px;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 338px;
}

ul#tabs li {
	font-size: 12px;
}

ul#tabs li img {
	padding: 0px;
	border: none;
	float: left;
	margin: 0px 5px 0 0;
}
ul#tabs div{
	width:289px;height:45px;
	padding:10px;
	border-bottom:solid 1px #cccfd1;
}

ul#tabs li a {
	color: #e3001b;
	text-decoration: none;
	display: block;
	height: 66px;
	outline: none;
}

ul#tabs li a.current {
	background:url(../gfx/rotatorFond.png);
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 576px;
	height: 330px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 576px;
	height: 330px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	background: url(../gfx/bgOpacity.png);
	width:66%;
	/*-moz-border-radius: 5px;*/
}
ul#output li a h3{
	font-size:12px;
}
ul#output li a h3, ul#output li a p{
	margin:0px;padding:0px;
}
.savoirPlus{
	float:right;
	background:#DE001B;
	padding:1px 4px 1px 4px;
}

/* BLOCS INFOS */
#trichet-olonne-info{
	padding-top:20px;
}
.blocInfoTrichet{
	width:268px;
	float:left;
}
#qui-sommes-nous{
	margin-left:20px;
}
#qui-sommes-nous, #actualites-trichet-electricite{
	margin-right:40px;
}
.blocInfoTrichet h4{
	margin:0px;padding:0px;
	color:#E3001B;
	font-size:12px;
	height:20px;
	background:url(../gfx/fondTitreAccueil.png) no-repeat 0px 15px;
}
.blocInfoTrichet p{
	margin:8px 0px 0px 0px;padding:0px;
	color:#444;
	text-align:justify;
}
span.suite{
	float:right;
}
span.suite a{
	color:#E3001B;
}
.blocInfoTrichet table{
	width:100%;
}
.blocInfoTrichet td{
	text-align:center;
	padding-top:15px;
}
#corps-actualite-trichet{
	height:153px;
	overflow:hidden;
	margin:0px;padding:0px;
}
#footerIndex{
	width:100%;
	height:20px;
	clear:both;
}

