@CHARSET "UTF-8";


.contenu_marche{
	/*background-color: #ff0000;*/
	float:left;
	margin: 0px 0 20px 0;
	padding: 0px 0px 0px 0px;
	height: 230px;
	background-image: url(../images/bkg_result.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: transparent;
	
}


h2{
  	float: left;
  	//margin-bottom:0px;
}

.familles{
	float: left;
}

.famille{
	float: left;
}

.left{
	float:left;
	width: 600px;
}


.right ul{
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0;
	float: left;
}



.list_appli_side{
	/*background-color: #fff;*/
}

.right h4{

	margin: 0 0 5px 0;
	padding: 0;
	width:280px;
	background-color: #fff;
}

.right h4 a{
	color: #515257;
	font-weight: bold;
	font-size: 16px;
}

.right li{
	float:left;
	/*clear:both;*/
}

.right h3{
	margin: 10px 0 0 0;
}



.right .img_application{
	width:160px;
	margin-top: 10px;
	/*height: 120px;*/
	overflow: hidden;
	/*background-color:#FF00FF;*/
	float:left;
}

.right .img_application a{
	display:block;
	width:160px;
	float:right;
}



.left .gamme ul{
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0;
}

.left .gamme ul h3{
	margin-bottom: 5px;
	font-size: 18px;
}

.left .gamme .la_gamme{
	margin: 0 0 30px 0;
	float: left;
	width: 600px;
	padding: 0 0px 0 0px;
}



.left .illu{
	background-color: #fff;
	padding: 5px;
	border-color: #e1e1e1;
	border-style: solid;
	border-width: 1px;
	
	float: left;
	clear: left;
}


#gamme_spacer{
	float: left;
	width:600px;
	height: 1px;
}


.left .argu_gamme{
	width:320px;
	float: left;
	/*height: 165px;*/
	margin: 0 0px 10px 10px;
	padding: 0;
}


.left .argu_gamme ul{
	margin: 0px;
	padding: 0px;
}

.left .argu_gamme li{
	float: left;
	clear: left;
	width: 320px;
	margin: 0px;
	padding: 0px;
}

.left .appli_gamme{
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
	width: 600px;
}





.recommended_use{
	font-weight: bold;
}

.can_use{
	font-size: 10px;
}

#list_gamme_application{
	/*margin-top: 10px;*/
	width: 120px;
}

#list_gamme_application li{
	color: #515257;
	float: left;
	margin: 0;
	padding: 0px;
	width:140px;
	border: none;
	
}

#titre_gamme_appli{
	font-size: 10px;
}




/*SLIDER DES MARCHES*/   

#slideshow {
	padding:0;
	width:980px;
	height:200px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:980px;
  height:200px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:980px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:200px;
  overflow: hidden;
}


#slideIndex
{
	left: 570px;
	bottom: -30px;
	position: absolute;
}
.numbers
{	
	color: #fff;
	margin: 5px 5px 0 0;
	padding: 2px 1px 0 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font: normal 10px Arial;
	background-image: url(../images/circle-2.png);
	background-repeat: no-repeat;
}

.numbers:hover{
	background-image: url(../images/circle-1.png);
	background-repeat: no-repeat;
}

.active{
	background-image: url(../images/circle-1.png);
	background-repeat: no-repeat;
}



.slide span{
   position: relative; /* important */
   float: left;
   top:-200px;
   left: 0px;
   padding: 10px 20px;
   width: 280px;
   color: #000;
   
}



.slide span h2{
	color: #202020;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
}

.slide span p{
	color:#94979c;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}










#marche_4 #slogan, #marche_5 #slogan{
	float: left;
	clear: both;
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	line-height: 34px;
	margin: 15px 0px 10px 30px;
	text-shadow:0 1px 0 #333;
}

.ctc #marche_4 p, .ctc #marche_5 p{
	float:left;
	clear:both;
	width:350px;
	margin: 0px 30px 1px 30px;
	padding: 10px;
	background-image:url(../images/bkg_alpha_white.png);
	/*
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    */
}


#marche_2 #slogan, #marche_3 #slogan{
	float: right;
	clear: both;
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	line-height: 34px;
	margin: 300px 30px 10px 0;
	text-shadow:0 1px 0 #333;
}

.ctc #marche_2 p, .ctc #marche_3 p{
	float:right;
	clear:both;
	width:350px;
	margin: 0px 30px 1px 0;
	padding: 10px;
	background-image:url(../images/bkg_alpha_white.png);
	/*
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    */
}

.ctc p strong{color:#000;}
