.fond_actus {
	padding: 0px ;
}

/*** NEWS ***/
.article h2.titre {
	/*font-size: 2em;
	font-family: Agent, AgentIE, Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding: 0;
}
.left_actus .edito {
	padding: 35px 30px 0 15px;
	/*margin : -13px 0 -1px 0;*/
	border-right : 1px solid #e9e9e9;
	float: left;
	width: 330px;
	text-align: justify;
	line-height: 1.2em;
	/*font-size: 1.15em;*/
}
.accueil_article h3.titre {
	/*color: #9c0;
	font-size:14px;
	font-weight: normal;*/
	font-size: 2.5em;
	line-height: .8em;
	letter-spacing: .1em;
	font-weight: normal;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	text-align: left;
	font-size:20px !important;
}
.accueil_article h3 a {
	color: #000;
	text-decoration: none;
	/*font-size : 30px;*/
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}

.accueil_article h3 a:hover {
	color: #99CC01;
	/*text-decoration: underline;*/
}
.accueil_article.first h3.titre {
	border-top: none;
}
.img_actu {
	float: left;
}


.left_actus .accueil_droite {
	width: 380px;
	float : left;
	border-left : 1px solid #e9e9e9;
	margin : 0 0 0 -1px;
	padding:20px 0 0 0;
}
.left_actus .accueil_droite .actu h3{
	font-size : 14px;
	letter-spacing: 0em;
	line-height: 1.2em;
	width: 320px;
	margin-top: 10px;
}
/*
.left_actus .accueil_droite .actu h3 a{
	font-size : 14px;
	letter-spacing: 0em;
	line-height: 1em;
}*/
/* contenu */
.accueil_article_accroche {
	margin-left: 20px;
	padding-bottom: 0;
	width: 320px;
	font-size: 1.15em;
}
.accueil_article_accroche img {
	margin: -10px 15px 0 5px;
}
.accueil_article_contenu {
	margin-left: 65px;
}

.accueil_article .suite_droite {
	text-decoration: none;
}
.accueil_article  a.suite_droite:hover {
	text-decoration: underline;
}

/* produits */
.bloc_produits {
	background-color: #e9e9e9;
	margin: 0 3px;
	padding: 9px 0 9px 20px;
}
.bloc_produits img{
	vertical-align: middle;
}
.bloc_produits a{
	margin: 0 0 0 30px;
	padding: 3px;
	display: inline-block;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.bloc_produits a:hover{
	border-color: #d4d4d4;
	background-color: #eee;
}

/* clients */
.bloc_clients {
	margin: 0;
	padding: 5px 0 ;
	width : 757px;
	border-top : 1px solid #e9e9e9  ;
}
.bloc_clients img{
	vertical-align: middle;
}
.bloc_clients a.client{
	margin: 0 15px 0 5px;
	padding: 3px;
	display: inline-block;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.bloc_clients a:hover{
	border-color: #e9e9e9;
	background-color: #f6f6f6;
}
.bloc_clients .nos_clients {
	display : block;
	font-size : 14px;
	font-weight : normal;
	color : #9c9c9c;
	/*line-height : 20px;*/
	padding : 15px 0 10px 30px;
}

/* Carousel */
.carrousel {
	position:relative;
	/*height:65px;*/
	width:600px;
	float:left;
	/*margin:15px;*/
	cursor:pointer;
}
.carrousel img{
	height : 40px;
}

/* single slide */
.carrousel div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:65px;
	font-size:12px;
}
.carrousel_article {
	position:relative;
	height : 156px;
	overflow : hidden;
	margin : 10px;
}
.carrousel_article .suite_gauche{
	display : none;
}
.carrousel_article > div {
	display:none;
	position:absolute;
	top:0;
	left:0;
}
.tabs_article {
	position : relative;
	z-index : 100;
	text-align : center;
	margin : 10px;
	display : none;
}
.tabs_article a{
	color : #c9c9c9;
	display : inline-block;
	padding : 0 10px;
}
.tabs_article a:visited{
	color : #c9c9c9;
}
.tabs_article a.current{
	color : #5e5e5e;
}

.first{
	display: block !important;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:330px;
	display: none;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../../image/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;
}

