/* CSS Document */
/* Import */
	@import url(A_selector.css);
	@import url(B_addons.css);
	@import url(C_layout.css);
/* fin Import */

/**/
#solutionBlock{
	width:100%;
	position:relative;
}

#solutionBlock .accessList{
	position:absolute;
	top:1.64em;
	right:0;
	overflow: auto;	
}
#solutionBlock .accessList li{
	position: relative;
	float: left;
	font-size: .9em;
	margin: 0;
}
#solutionBlock li.printItem{
	background:url(/common/img/V3/pict_printItem.gif) no-repeat left top;
	padding: 2px 15px 0 15px;
	height: 14px;
	
}
#solutionBlock li.sendItem{
	background:url(/common/img/V3/pict_sendItem.gif) no-repeat left top;
	padding: 2px 15px 0 15px;
	height: 14px;
	
}




#solutionBlock .headerDeco{
	background:url(/common/img/V3/bg_x2rightPNG.png) no-repeat left top;
	height:10px;
	font-size:.3em;
}
* html body #solutionBlock .headerDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x2rightPNG.png", sizingMethod="scale");
}
#solutionBlock .centralDeco{
	width:100%;
	background:url(/common/img/V3/bg_x2rightCentralWhitePNG.png) repeat-y left top;
}
* html body #solutionBlock .centralDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x2rightCentralWhitePNG.png", sizingMethod="scale");
}
#solutionBlock .scopeContent{
	width:100%;
	overflow:hidden;
}
#solutionBlock .bottomDeco{
	background:url(/common/img/V3/bg_x2rightBottomBrownPNG.png) no-repeat left bottom;
	height:10px;
	font-size:.3em;
}
* html body #solutionBlock .bottomDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x2rightBottomBrownPNG.png", sizingMethod="crope");
}
/**/

/**/
#solutionBlock .contentPrime{
	position:relative;
	float:left;
	width:702px;
	padding:1.64em 0 0 0;
}
#solutionBlock .contentSecond{
	position:relative;
	float:right;
	width:233px;
	padding:1.64em 0 6em 0;
}

*html #solutionBlock .contentSecond{
	position:relative;
	float:right;
	width:233px;
	padding:1.64em 0 6em 0;
	clear:both;
}

#solutionBlock .contentSecond h3{
	padding:0 .625em 1.25em 20px;
}
#solutionBlock .contentPrime h3{
	padding:0 .625em 1.25em 30px;
	border-bottom:1px solid #e1e1e1;
}

#solutionBlock .contentSecond dl{
	position:relative;
	width:233px;
}
#solutionBlock .contentSecond dt{
	position:relative;
	border-top:1px solid #ffffff;
	padding:1.4em 30px .4em 30px;
	background:url(/common/img/V3/pict_listArrow.gif) no-repeat 20px 1.7em;
	width:173px;
	font-size:1.09em;
	font-weight:bold;
}
#solutionBlock .contentSecond dt a{
	color:#000000;
	text-decoration:none;
}
#solutionBlock .contentSecond dt a:hover{
	color:#000000;
	text-decoration:underline;
}
#solutionBlock .contentSecond dd{
	position:relative;
	padding:.3em 20px .3em 30px;
	width:183px;
	font-size:1.09em;
}
/**/

#solutionBlock .productDisplayBlock {
	position:relative;
	width:642px;
	padding:0 30px 20px 30px;
}
#solutionBlock .productDisplayBlock ul{
	position:relative;
	float:left;
	width:430px;
	height:158px;
	border-left:1px solid #e1e1e1;
}

#solutionBlock .productDisplayBlock ul li{
	position:relative;
	float:left;
	border:1px solid #e1e1e1;
	border-top:none;
	border-left:0;
}

#solutionBlock .productDisplayBlock ul li a{
	display:block;
	border:1px solid #ffffff;
}
#solutionBlock .productDisplayBlock ul li a:hover{
	display:block;
	border:1px solid #d1d1d1;	
}
#solutionBlock .productDisplayBlock ul li.currentItem img{
	display:block;
	border:1px solid #cccccc;	
}
#solutionBlock .productMea{
	position:relative;
	float:right;
	width:205px;
}

#solutionBlock .productDisplayBlock ul li.lastItem em{
	position:absolute;
	z-index:600;
	display:block;
	bottom:-30px;
	right:-15px;
	background:url(/common/img/V3/pict_garantie.gif) no-repeat left top;
	width:62px;
	height:64px;
}
#solutionBlock .productDisplayBlock ul li.lastItem em span{
	display:none;
}

#solutionBlock .productDisplayDetails{
	position:relative;
	width:672px;
	background:url(/common/img/V3/bg_productDetails.gif) repeat-y center top;
	padding:0 0 0 30px;
}

#solutionBlock .productDisplayContent{
	position:relative;
	width:420px;
	float:left;

}
#solutionBlock .productDisplayContent h4{
	font-size: 1.3em;
	padding: 0 0 10px 0;

}
#solutionBlock .productDisplayContent p{
	font-size: 1.09em;

}
#solutionBlock .productDisplayContent .productPrice{
	padding: 10px 0;
	
}
#solutionBlock .productDisplayContent ul{
	position: relative;
	width: 100%;
	padding: 0;
	overflow: auto;
	}
#solutionBlock .productDisplayContent li{
	position: relative;
	float: left;
	font-size: .9em;
	margin: 10px 0;
}
#solutionBlock .productDisplayContent li a{
	clear: both;
	text-decoration: none;
}
#solutionBlock .productDisplayContent li a:hover{
	text-decoration: underline;
}

#solutionBlock .productDisplayContent li.printItem{
	background:url(/common/img/V3/pict_printItem.gif) no-repeat left top;
	padding: 2px 15px 0 15px;
	height: 14px;
	
}
#solutionBlock .productDisplayContent li.sendItem{
	background:url(/common/img/V3/pict_sendItem.gif) no-repeat left top;
	padding: 2px 15px 0 15px;
	height: 14px;
	
}
/**/
#solutionBlock .productDisplayContent li.otherItem{
	background:url(/common/img/V3/btn_other.gif) no-repeat left top;
	float: right;
	width: 154px;
	height: 14px;
	padding: 2px 0 0 0;
	text-align: center;
	
}
#solutionBlock .productDisplayContent li.otherItem a{
	color: #ffffff;
	text-align: center;
}
#solutionBlock .productDisplayContent li.otherItem a:hover{
	color: #65480F;
	text-decoration:none;
}
/**/
/**/

#solutionBlock .productDisplayContext{
	position:relative;
	width:233px;
	float: right;
}

#solutionBlock .productDisplayContext h4{
	font-size: 1.3em;
	padding:0 0 10px 20px;

}
#solutionBlock .productDisplayContext .contextItem{
	position:relative;
	width:213px;
	padding: 0 0 5px 20px;
	
}
#solutionBlock .productDisplayContext .contextItem img{
	display:block;
	float:left;
	margin:0 6px 0 0;
}
#solutionBlock .productDisplayContext .contextItem dl{
	position: relative;
	float: left;
	width: 160px;
}
#solutionBlock .productDisplayContext .contextItem dt{
	font-size: 1.09em;
	font-weight: bold;
	display: block;
	padding: 8px 0 0 0;
}
#solutionBlock .productDisplayContext .contextItem dd{
	font-size: .9em;
	background:url(/common/img/V3/pict_listArrow.gif) no-repeat left 2px;
	padding: 0 0 0 8px;
}
#solutionBlock .productDisplayContext .contextItem dd a{
	color: #808080;
	text-decoration: none;
}
#solutionBlock .productDisplayContext .contextItem dd a:hover{
	background-color: #eff0e2;
	text-decoration: none;
}
/**/
/**/
/*solution Bis*/
#solutionBlock .productDisplayBlockBis {
	position:relative;
	width:642px;
	padding:0 30px 20px 30px;
}

#solutionBlock .col1{
	position:relative;
	float:left;
	width:164px;
	padding:20px 0 0 0;
}
#solutionBlock .col2{
	position:relative;
	float:left;
	width:448px;
	padding:20px 0 0 30px;
}


/**/
#solutionBlock .col2 p{
	font-size: 1.09em;
	padding:0 0 10px 0;

}
#solutionBlock .col2 .productPrice{
	padding:0 0 10px 0;
	
}
#solutionBlock .col2 ul{
	position: relative;
	width: 100%;
	padding: 0;
	overflow: auto;
	}
#solutionBlock .col2 li{
	position: relative;
	float: left;
	font-size: .9em;
	margin: 0 0 10px 0;
}
#solutionBlock .col2 li a{
	clear: both;
	text-decoration: none;
}
#solutionBlock .col2 li a:hover{
	text-decoration: underline;
}

#solutionBlock .col2 li.printItem{
	background:url(/common/img/V3/pict_printItem.gif) no-repeat left top;
	padding: 2px 15px 0 15px;
	height: 14px;
	
}
#solutionBlock .col2 li.sendItem{
	background:url(/common/img/V3/pict_sendItem.gif) no-repeat left top;
	padding: 2px 15px 0 15px;
	height: 14px;
	
}

/**/
#solutionBlock .col2 li.otherItem{
	background:url(/common/img/V3/btn_other.gif) no-repeat left top;
	float: none;
	clear:both;
	width: 154px;
	height: 14px;
	margin:0;
	padding: 2px 0 0 0;
	text-align: center;
	
}
#solutionBlock .col2 li.otherItem a{
	color: #ffffff;
	text-align: center;
}
#solutionBlock .col2 li.otherItem a:hover{
	color: #65480F;
	text-decoration:none;
}

















/**/
#configBlock{
	width:100%;
	position:relative;
}
#configBlock .headerDeco{
	background:url(/common/img/V3/bg_x2rightPNG.png) no-repeat left top;
	height:10px;
	font-size:.3em;
}
* html body #configBlock .headerDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x2rightPNG.png", sizingMethod="scale");
}
#configBlock .centralDeco{
	width:100%;
	background:url(/common/img/V3/bg_x2rightCentralPNG.png) repeat-y left top;
}
* html body #configBlock .centralDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x2rightCentralPNG.png", sizingMethod="scale");
}
#configBlock .scopeContent{
	width:100%;
	overflow:auto;
}
#configBlock .bottomDeco{
	background:url(/common/img/V3/bg_x2rightBottomPNG.png) no-repeat left bottom;
	height:10px;
	font-size:.3em;
}
* html body #configBlock .bottomDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x2rightBottomPNG.png", sizingMethod="crope");
}
/**/

/**/
#configBlock .contentPrime{
	position:relative;
	float:left;
	width:702px;
	padding:1.64em 0 0 0;
	
}
#configBlock .contentSecond{
	position:relative;
	float:right;
	width:233px;
	padding:1.64em 0 6em 0;
}
#configBlock .contentSecond h3{
	padding:0 .625em 1.25em 20px;
}
#configBlock .contentSecond ol{
	position:relative;
	border-top:1px solid #ffffff;
	width:233px;
	padding-bottom:30px;
}
#configBlock .contentSecond ol li{
	position:relative;
	border-bottom:1px solid #ffffff;
	padding:.3em 30px .3em 20px;
	width:183px;
}
#configBlock .contentSecond .getLink{
	position:absolute;
	display:block;
	width:11px;
	height:11px;
	background:url(/common/img/V3/pict_getLink.gif) no-repeat left top;
	top:.6em;
	right:1em;
	text-decoration:none;
	
}
#configBlock .contentSecond .getLink span{
	visibility:hidden;
	font-size:.1em;
}
/**/
.btnSoluce{
	position:absolute;
	font-size: 1.18em;/* 13px */
	width:176px;
	/*bottom:1em;*/
	/*right:30px;*/
	margin: -1em 0 0 18.5em;
	display:block;
}
.btnSoluce a{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-weight:bold;
	background:url(/common/img/V3/bg_btnAccess.png) no-repeat center top;
	width:176px;
	height:1.89em;
	
}
.btnSoluce a:hover{
	color:#65480F;	
}
	
.btnSoluce a span{
	position:relative;
	display:block;
	width:100%;
	padding:.2em 0 0 0;
	text-align:center;
	cursor:pointer;
}
* html body .btnSoluce a{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_btnAccess.png", sizingMethod="crope");
}
/**/



/**/
#configBlock p.intro{
	font-size: 1.18em;/* 13px */
	padding:0 2.72em 1em 2.72em;
}
/**/
#configBlock h3.qstTitle{
	padding:1em 0 1em 2.21em;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}
#configBlock h3.qstTitle span{
	color:#666666;
}
#configBlock h3.qstTitle span em{
	font-size:2em;
	color:#000000;
	font-style:normal;
	font-size:1.25em;
}
.hover{
	border:1px solid red;
}

/**/
.configItemContainer{
	position:relative;
	width:672px;
	overflow:auto;
	
	padding:0 0 20px 30px;
}
/**/
.configItem{
	position:relative;
	float:left;
	width:160px;
	/*height:108px;*/
	margin:30px 0 0 0;
	/* always display helper button */
	border:none;
	background:url(/common/img/V3/bg_configItem.gif) no-repeat center top;
}

.configItem a{
	position:absolute;
	display:block;
	width:13px;
	height:13px;
	top:5px;
	right:5px;
	text-decoration:none;
	background: url(/common/img/V3/bg_pixel.gif) repeat;
}
.configItem a span{
	visibility:hidden;
	font-size:.1em;
}
.configItem p{
	text-align:center;
	padding:12px 0 3px 0;
}
.configItem p.formElements{
	text-align:left;
	padding:0 0 0 30px;
	overflow: hidden;
}

.configItem p.formElements input, .configItem p.formElements label{
	float:left;
}
.configItem p.formElements label{
	width:105px;
	padding:0 0 0 10px;
	
}

/*
.configItem:hover, .configItem.sfHover{
	border:none;
	background:url(/common/img/V3/bg_configItem.gif) no-repeat center top;
}
*/

.submitSmall{
	position:relative;
	width:100%;
	text-align:center;
}
.submitSmall p{
	text-align:center;
	height:0%;
	margin:10px 0 0 0;
	padding:0;
}

.submitSmall.multiWay {
	margin:0pt auto;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:240px;
}

.submitSmall p.submitBack {
	float:left;
	width:120px;
}
.submitSmall p.submitForward {
	float:left;
	width:120px;
}

.submitSmall input{
	background: url(/common/img/V3/bg_submitStyle1.gif) no-repeat left top;
	border:0px;
	padding:0 0 0 7px;
	cursor: pointer;
	font-size:10px;
	height:16px;
	width:auto;
	overflow:visible;
	color:#fff;	
}

.submitSmall input:hover, .submitSmall input.sfHover{
	color:#65480F;
}
.submitSmall img{
	vertical-align:middle;	
}

.submitNormal{
	position:relative;
	width:100%;
	text-align:center;
	
}
.submitNormal p{
	text-align:center;
	height:0%;
	margin:10px 0 0 0;
	padding:0;
}
.submitNormal input{
	background: url(/common/img/V3/bg_submitStyle2.gif) no-repeat left top;
	border:0px;
	padding:0px 0 0 7px;
	cursor: pointer;
	font-size: 1.18em;/* 13px */
	font-weight:bold;
	height:22px;
	width:176px;
	overflow:visible;
	color:#fff;	
	text-align:center;
}
.submitNormal input:hover, .submitNormal input.sfHover{
	color:#65480F;
}
.submitNormal img{
	vertical-align:middle;	
}

/**/
.configChkItem{
	position:relative;
	width:80px;
	margin:25px 0 0 39px;	
}
.configChkItem p{
	line-height:17px;
	padding:5px 0 5px 0;
}
.configChkItem a span{
/*	visibility:hidden;*/
	font-size:.1em;
	text-decoration:none;
	border:none;
	background:url(/common/img/V3/bg_layerInfos.gif) no-repeat center top;
	height:13px !important;	
	width:14px !important;	
}
/*
.configChkItem a.toolTipInfo{
	border:none;
	background:url(/common/img/V3/bg_layerInfos.gif) no-repeat center top;
	height:13px !important;	
	width:14px !important;
	text-decoration:none;
}
*/

/**/
* html body .configItem{
	display:inline;
}
.configItem input, .configChkItem input{
	width:14px;
	height:14px;
}


/*NOS PRODUITS*/
/**/
#productBlock{
	width:100%;
	position:relative;
	margin:1px 0 0 0;
}
#productBlock .headerDeco{
	background:url(/common/img/V3/bg_x2rightTopWidePNG.png) no-repeat left top;
	height:8px;
	font-size:.3em;
}
* html body #productBlock .headerDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x2rightTopWidePNG.png", sizingMethod="scale");
}
#productBlock .centralDeco{
	width:100%;
	background:url(/common/img/V3/bg_x2rightCentralHalfPNG.png) repeat-y left top;
}
* html body #productBlock .centralDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x2rightCentralHalfPNG.png", sizingMethod="scale");
}
#productBlock .scopeContent{
	width:100%;
	
}
#productBlock .bottomDeco{
	background:url(/common/img/V3/bg_x2rightBottomWide2PNG.png) no-repeat left bottom;
	height:8px;
	font-size:.3em;
}
* html body #productBlock .bottomDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x2rightBottomWide2PNG.png", sizingMethod="crope");
}

#productBlock .contentPrime{
	position:relative;
	float:left;
	width:468px;
	padding:0;
}
#productBlock h3.intro{
	padding:1em 20px 13px 30px;
}
#productBlock p.intro{
	font-size: 1.09em;/* 12px */
	padding:1em 20px 1em 30px;
}
#productBlock p.details{
	font-size: 1.09em;/* 12px */
	padding:0 20px 1em 30px;
}
#productBlock p.intro a{
	color:#000000;
}
#productBlock .contentPrime h3.titleUnder{
	padding:0 0 10px 30px;
}
#productBlock .contentSecond{
	position:relative;
	float:right;
	width:468px;
	padding:0;
}
/**/

/**/
#productMainDetails1{
	width:467px;
	margin:0 0 1px 1px;
}
 #productMainDetails2{
	width:467px;
	margin:0 0 0 1px;
	position: relative;
	bottom: 0em;
}
#productMainDetails1 h3, #productMainDetails2 h3 {
	font-size: 1.18em;/* 13px */
	font-weight:normal;
	padding:0 0 0 20px;
	width:447px;
}
#productMainDetails1 h3 a, #productMainDetails2 h3 a{
	color:#000000;
	text-decoration:none;
	display:block;
	position:relative;
	
}


/**/
#productMainDetails1.openedContent {
	background:url(/common/img/V3/bg_productOpened1.png) no-repeat left top;
	min-height:236px;
}
*html body #productMainDetails1.openedContent {
	height:236px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_productOpened1.png", sizingMethod="crope");
}

#productMainDetails2.openedContent{
	background:url(/common/img/V3/bg_productOpened2.png) no-repeat left top;
	min-height:236px;
}
* html body #productMainDetails2.openedContent{
	height:236px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_productOpened2.png", sizingMethod="crope");
}
/**/
#productMainDetails1.openedContent h3{
	padding:0 0 0 20px;
	height:22px;

}
#productMainDetails2.openedContent h3{
	padding:8px 0 0 20px;
	height:14px;

}
#productMainDetails1.closedContent h3{
	background:url(/common/img/V3/bg_productTilteClosed1.png) no-repeat left top;
	padding:0 0 0 20px;
	height:22px;
}
* html body #productMainDetails1.closedContent h3{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_productTilteClosed1.png", sizingMethod="crope");
}
#productMainDetails2.closedContent h3{
	background:url(/common/img/V3/bg_productTilteClosed2.png) no-repeat left top;
	padding:8px 0 0 30px;
	height:14px;
	width:437px;

}
* html body #productMainDetails2.closedContent h3{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_productTilteClosed2.png", sizingMethod="crope");
}
/**/
#productMainDetails1.openedContent .producDetails{
	display:block;
}
#productMainDetails2.openedContent .producDetails{
	display:block;
}
#productMainDetails1.closedContent .producDetails{
	display:none;
}
#productMainDetails2.closedContent .producDetails{
	display:none;
}

/**/
#productMainDetails1 #homeMotionList{
	position:relative;
	width:428px;
	padding:0 0 0 0;
	margin:10px auto 0 auto;
	overflow:hidden;
}
#productMainDetails1 #homeMotionList li{
	float:left;
	font-size:1.09em;
	font-weight:bold;
	padding:0 8px 8px 0;
}
#productMainDetails1 #homeMotionList li.lastItem{
	padding:0;
}
#productMainDetails1 #homeMotionList li a{
	display:block;
	width:101px;
	text-decoration:none;
	color:#000000;
}
#productMainDetails1 #homeMotionList li a:hover{
	text-decoration:underline;
}


/**/
/**/
#productMainDetails2 #producDetailsList{
	position:relative;
	width:418px;
	margin:10px auto 0 auto;
	background-color:#c1c1bb;
	padding:5px;
}
#productMainDetails2 #producDetailsList li{
	display:inline;
	font-size:.9em;
}
#productMainDetails2 #producDetailsList li a{
	padding:0 20px 3px 10px;
	background:url(/common/img/V3/pict_listArrow.gif) no-repeat 0 .3em;
	text-decoration:none;
	color:#000000;
}
#productMainDetails2 #producDetailsList li a:hover{
	background:url(/common/img/V3/pict_listArrowOver.gif) no-repeat 0 .3em;
	color:#FFFFFF;
}
#productMainDetails2 #producDetailsList li a.currentItem{
	background:url(/common/img/V3/pict_listArrowOver.gif) no-repeat 0 .3em;
	color:#FFFFFF;
}

/*Application Style*/
#productMainDetails1 #producDetailsContent1{
	position:relative;
	width:428px;	
	margin:0 auto;
}
#productMainDetails1 #producDetailsContent1 .twoColumn{
	position:relative;
	width:428px;
	background-color:#FFFFFF;
	overflow:auto;
}
#productMainDetails1 #producDetailsContent1 .twoColumn div{
	position:relative;
	float:left;
	width:194px;
	overflow:auto;
	padding:10px;
}
#productMainDetails1 #producDetailsContent1 .twoColumn div h4.citationTitle{
	font-size:1.09em;/*12px*/
	color:#fcb426;
	padding-top:30px;
}

#productMainDetails1 #producDetailsContent1 .twoColumn div img{
	float:left;
	margin:0 8px 0 0;
}
#productMainDetails1 #producDetailsContent1 .twoColumn div p{
	font-size:.9em;/*10px*/
}
/**/


#productMainDetails2 #producDetailsContent2{
	position:relative;
	width:428px;
	background-color:#FFFFFF;
	margin:0 auto;
	height:158px;
	overflow:auto;
}
#productMainDetails2 #producDetailsContent2 div{
	padding:10px;
	height:138px;
}
#productMainDetails2 #producDetailsContent2 h4{
	font-size:1em;
	color:#fcb426;
}
#productMainDetails2 #producDetailsContent2 p{
	font-size:.9em;
}
#productMainDetails2 #producDetailsContent2 img{
	float:right;
	margin:0 0 5px 5px;
}
#productMainDetails2 #producDetailsContent2 a{
	color:#8d8989;
}
/**/

#productList1{
	position:relative;
	width:204px;
	padding:0 0 20px 30px;
	float:left;
}
#productList1 li, #productList2 li{
	position:relative;
	padding:0 0 3px 10px;
	background:url(/common/img/V3/pict_listArrow2.png) no-repeat 0 .3em;
	font-size: 1.18em;/* 13px */
}

#productList1 li a, #productList2 li a{
	color:#000000;
	text-decoration:none;
}
#productList1 li a:hover, #productList2 li a:hover{
	color:#000000;
	background-color: #eff0e2;
}

#productList2{
	position:relative;
	width:204px;
	float:left;
	padding:0 0 20px 30px;
}
/**/
#productListAddon{
	position:relative;
	width:438px;
	padding:0 0 0 30px;
	clear:both;
}
#productListAddon li{
	display:block;
}
#productListAddon li a{
	padding:0 10px 0 10px;
	background:url(/common/img/V3/pict_listArrow.png) no-repeat .3em .3em;
	font-size:.9em;
	color:#7f7f7f;
	text-decoration:none;
}
#productListAddon li a:hover{
	background: #eff0e2 url(/common/img/V3/pict_listArrow.png) no-repeat .3em .3em;
	color:#000000;
}
#productListAddon li.currentItem a{
	background: #eff0e2 url(/common/img/V3/pict_listArrow.png) no-repeat .3em .3em;
	color:#000000;
}
/**/
/**/
#applicationListAddon{
	position:relative;
	width:438px;
	padding:20px 0 0 30px;
	clear:both;
}
#applicationListAddon li{
	position:relative;
	clear:both;
	display:block;
	overflow:auto;
}
#applicationListAddon li a{
	float:left;
	padding:0 10px 0 10px;
	background:url(/common/img/V3/pict_listArrow.png) no-repeat .3em .3em;
	font-size:.9em;
	color:#7f7f7f;
	text-decoration:none;
}
#applicationListAddon li a:hover{
	background: #eff0e2 url(/common/img/V3/pict_listArrow.png) no-repeat .3em .3em;
	color:#000000;
}
#applicationListAddon li.currentItem a{
	background: #eff0e2 url(/common/img/V3/pict_listArrow.png) no-repeat .3em .3em;
	color:#000000;
}
/**/

/*Application details*/
#applicationDetails{
	position:relative;
	width:468px;
	
}
#applicationDetails .twoColumn{
	position:relative;
	width:468px;
	overflow:hidden;
	background: url(/common/img/V3/bg_verticalLine.gif) repeat-y 50% top;
	margin:30px 0 0 0;
}
#applicationDetails h3{
	padding:20px 0 10px 30px !important;
}
#applicationDetails .twoColumn div{
	position:relative;
	width:174px;
	padding:0 30px 0px 30px; /* modified aba 2007-10-24 */
	float:left;
	
}

#applicationDetails .twoColumn div.leftBorder{
	width:174px;
}
#applicationDetails .twoColumn div h4, #applicationDetails .oneColumn h4{
	font-size: 1.3em;/* 14px */
	font-weight:normal;
	padding:0 0 10px 0
}
#applicationDetails .twoColumn div p, #applicationDetails .oneColumn p{
	font-size:1.09em;
}

#applicationDetails .oneColumn{
	position:relative;
	width:408px;
	margin:30px 0 0 0;
	padding:0 30px 0px 30px; /* modified aba 2007-10-24 */
	float:left;
}
#applicationDetails .twoColumn .configurationBtn{
	position:absolute;
	display:block;
	width:151px;
	height:16px;
	font-size:.9em;
	text-align:center;
	background:url(/common/img/V3/btn_configuration.gif) no-repeat left top;
	color:#ffffff;
	text-decoration:none;
	bottom:0;
	left:41px;
}
#applicationDetails .oneColumn .configurationBtn{
	position:relative;
	display:block;
	width:151px;
	height:16px;
	font-size:.9em;
	text-align:center;
	background:url(/common/img/V3/btn_configuration.gif) no-repeat left top;
	color:#ffffff;
	text-decoration:none;
	margin: 40px auto 0 auto;
}
#applicationDetails .twoColumn .configurationBtn:hover, #applicationDetails .oneColumn .configurationBtn:hover{
	color:#65480F;
}
/**/

/* infoSolutionLayer*/
#infoSolutionLayer{
	position:relative;
	width:936px;
	text-align:left;
	margin:10px 0 0 0;
}

#infoSolutionLayer .headerDeco{
	width:100%;
	height:8px;
	background:url(/common/img/V3/bg_x1TopInfoLayer2.png) no-repeat left top;
	font-size:.3em;
}
* html body #infoSolutionLayer .headerDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x1TopInfoLayer2.png", sizingMethod="crope");
}

#infoSolutionLayer .centralDeco{
	width:100%;
	height:427px;
	background:url(/common/img/V3/bg_x1CenterInfoLayer2.png) repeat-y left top;
}
#infoSolutionLayer .contentPrime{
	position:relative;
	width:936px;
}

#infoSolutionLayer .bottomDeco{
	width:100%;
	height:8px;
	background:url(/common/img/V3/bg_x1BottomInfoLayer2.png) no-repeat left top;
	font-size:.3em;
}
* html body #infoSolutionLayer .bottomDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x1BottomInfoLayer2.png", sizingMethod="crope");
}
/**/
#infoSolutionLayer .stdInfoLayer{
	position:relative;
	width:936px;
	overflow:auto;
}
#infoSolutionLayer .stdInfoLayer h3{
	padding:20px 0 1em 30px;
	background-color:#FFFFFF;
	border-bottom:1px solid #e1e1e1;
}
#infoSolutionLayer .stdInfoLayer dl{
	position:relative;
	width:234px;
	float:left;
	padding:0 0 0 0;
	
}
#infoSolutionLayer .stdInfoLayer dl a{
	color:#000;
	text-decoration:none;
}

#infoSolutionLayer .stdInfoLayer dt{
	position:relative;
	font-size: 1.3em;/* 14px */
	font-weight:bold;
	padding: 3px 0 3px 30px;
	background:url(/common/img/V3/pict_infoLayerOpenList.gif) no-repeat 15px 5px;
}
#infoSolutionLayer .stdInfoLayer dt a{
	position:relative;
}
#infoSolutionLayer .stdInfoLayer dt.openedList{
	background:url(/common/img/V3/pict_infoLayerOpenList.gif) no-repeat 15px 5px;
}
#infoSolutionLayer .stdInfoLayer dt.closedList{
	background:url(/common/img/V3/pict_infoLayerCloseList.gif) no-repeat 15px 5px;
}

#infoSolutionLayer .stdInfoLayer dd{
	border-bottom:1px solid #e1e1e1;
	padding: 0 0 0 30px;
}

/*20070824*/

/*#infoSolutionLayer .stdInfoLayer dd a:hover{
	text-decoration:underline;
}
*/

#infoSolutionLayer .stdInfoLayer a:hover{
	background-color: #f4f4ea;
	display: table;
}
#infoSolutionLayer .stdInfoLayer li a img {
	margin : 5px 5px 2px 5px;
	vertical-align : middle;
}
/*---*/

#infoSolutionLayer .stdInfoLayer p, #infoSolutionLayer .stdInfoLayer li{
	font-size:1.09em;
}
#infoSolutionLayer .stdInfoLayer ul{
	padding: 1em 0 1em 0;
}
#infoSolutionLayer .stdInfoLayer li{
	padding: 0 0 .3em 0;
}
#infoSolutionLayer .iFrameBlock{
	position:relative;
	width:701px;
	float:right;
	height:374px;
}
/**/
#infoSolutionLayer #iFrameTarget{
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
	overflow:hidden;
}




/**/

/**/
#leafletBlock{
	width:100%;
	position:relative;
}
#leafletBlock .headerDeco{
	background:url(/common/img/V3/bg_x1TopPlain2PNG.png) no-repeat left top;
	height:8px;
	font-size:.3em;
}
* html body #leafletBlock .headerDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x1TopPlain2PNG.png", sizingMethod="scale");
}
#leafletBlock .centralDeco{
	width:100%;
	background-color:#ffffff;
}

#leafletBlock .scopeContent{
	width:100%;
	overflow:auto;
}
#leafletBlock .bottomDeco{
	background:url(/common/img/V3/bg_x1BottomPlain2PNG.png) no-repeat left bottom;
	height:8px;
	font-size:.3em;
}
* html body #leafletBlock .bottomDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x1BottomPlain2PNG.png", sizingMethod="crope");
}
/**/

/**/
#leafletBlock .contentPrime{
	position:relative;
	float:left;
	width:100%;
	padding:1.64em 0 0 0;
}
#leafletBlock .contentPrime h3{
	padding-left:30px;
	padding-bottom:20px;
}
#leafletBlock .leafletNavigation{
	position:relative;
	width:936px;
	padding:0 0 0 0;
	background:#f4f4eb url(/common/img/V3/bg_leafletNavigation.gif) repeat-y left top;
	border-top:1px solid #d4d4d4;
	overflow:hidden;
}
#leafletBlock .leafletNavigation h4{
	padding:20px 30px 15px 30px;
}
#leafletBlock .leafletNavigation p{
	padding:0 30px 20px 30px;
	font-size:1.09em;
}
#leafletBlock .leafletNav1{
	position:relative;
	width:468px;
	height:140px;
	float:left;
	border-bottom:1px solid #d4d4d4;
}
#leafletBlock .leafletNav2{
	position:relative;
	width:468px;
	height:140px;
	float:right;
	border-bottom:1px solid #d4d4d4;
}

#leafletBlock .leafletNav1 ul, #leafletBlock .leafletNav2 ul{
	position:absolute;
	width:388px;
	height:35px;
	left:50%;
	margin:0 0 0 -204px;
	padding:15px 0 0 20px;
	bottom:-1px;
	background:url(/common/img/V3/bg_leafletNavOff.gif) no-repeat left top;
	border-bottom:1px solid #d4d4d4;
	
	text-decoration:none;
}
#leafletBlock .leafletNav1 ul.currentItem, #leafletBlock .leafletNav2 ul.currentItem{
	background:url(/common/img/V3/bg_leafletNavOn.gif) no-repeat left top;
	border-bottom:1px solid #ffffff;
}
#leafletBlock .leafletNav1 ul li, #leafletBlock .leafletNav2 ul li{
	background:url(/common/img/V3/pict_ArrowClose.gif) no-repeat left top;
	font-size:1.09em;
	padding:0 0 0 23px;
}
#leafletBlock .leafletNav1 ul.currentItem li, #leafletBlock .leafletNav2 ul.currentItem li{
	font-weight:bold;
	font-size:1.09em;
	background:url(/common/img/V3/pict_ArrowOpen.gif) no-repeat left top;
}
#leafletBlock .leafletNav1 ul li a, #leafletBlock .leafletNav2 ul li a{
	text-decoration:none;
	color:#000000;
}
#leafletBlock .leafletNav1 ul li a:hover, #leafletBlock .leafletNav2 ul li a:hover, #leafletBlock .leafletNav1 ul.currentItem li a:hover, #leafletBlock .leafletNav2 ul.currentItem li a:hover{
	text-decoration:underline;
}
#leafletBlock .leafletNav1 ul.currentItem li a, #leafletBlock .leafletNav2 ul.currentItem li a{
	text-decoration:none;
	color:#000000;
}
#leafletBlock .leafletLayout{
	position:relative;
	width:876px;
	margin:0 auto;
	border-bottom:1px solid #d4d4d4;
	overflow:hidden;
	padding:10px 0 15px 0;
}
#leafletBlock .leafletLayout h5{
	font-weight:normal;
	padding:0 0 15px 0;
	clear:both;
}

#leafletBlock .leafletItem{
	position:relative;
	width:189px;
	padding:0 30px 0 0;
	float:left;
}
#leafletBlock .leafletItemWide{
	position:relative;
	background-color:#b7b4ab;
	width:370px;
	padding:10px 30px 0 10px;
	float:left;
}
#leafletBlock .leafletItem img{
	display:block;
	float:left;
	margin:0 10px 2px 0;
}
#leafletBlock .leafletItemWide img{
	display:block;
	float:left;
	margin:0 10px 0 0;
}

#leafletBlock .leafletItem h6{
	font-size:1.09em;
}
#leafletBlock .leafletItemWide h6{
	font-size:1.09em;
	color:#ffffff;
}
#leafletBlock .leafletItem p{
	font-size:.9em;
}
#leafletBlock .leafletItemWide p{
	font-size:.9em;
	padding:0 0 15px 0;
	color:#ffffff;
}
#leafletBlock .leafletItem ul{
	clear:both;
	padding:10px 0 0 0;
}
#leafletBlock .leafletItem li{
	padding:0 0 3px 0;
}
#leafletBlock .leafletItemWide li{
	padding:0 0 3px 0;
	font-size:.9em;
}
#leafletBlock .leafletItemWide li a{
	background:url(/common/img/V3/pict_listArrow.gif) no-repeat left center;
	padding:0 0 0 10px;
	color:#5b5a55;
	text-decoration:none;
}
#leafletBlock .leafletItemWide li a:hover{
	background: #eff0e2 url(/common/img/V3/pict_listArrow.gif) no-repeat left center;
}
#leafletBlock .leafletItem .saveItem{
	background:url(/common/img/V3/pict_save.gif) no-repeat left 2px;
}
#leafletBlock .leafletItem .downloadItem{
	background:url(/common/img/V3/pict_download.gif) no-repeat left 2px;
}
#leafletBlock .leafletItem .saveItem, #leafletBlock .leafletItem .downloadItem{
	position:relative;
	font-size:.9em;
	padding:0 0 7px 15px;
}
#leafletBlock .leafletItem .saveItem a, #leafletBlock .leafletItem .downloadItem a{
	text-decoration:none;
}
#leafletBlock .leafletItem .saveItem a:hover, #leafletBlock .leafletItem .downloadItem a:hover{
	text-decoration:underline;
}
#leafletBlock .leafletItem .selectItem input{
	width:14px;
	height:14px;
}
#leafletBlock .leafletItem .selectItem label{
	font-size:1.09em;
}
#leafletBlock .commandeBtn{
	position:relative;
	display:block;
	margin:30px auto 20px auto;

}


/**/
/**/
#leafletFormBlock{
	width:100%;
	position:relative;
}
#leafletFormBlock .headerDeco{
	background:url(/common/img/V3/bg_x1TopPlain2PNG.png) no-repeat left top;
	height:8px;
	font-size:.3em;
}
* html body #leafletFormBlock .headerDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x1TopPlain2PNG.png", sizingMethod="scale");
}
#leafletFormBlock .centralDeco{
	width:100%;
	background:url(/common/img/V3/bg_x1CenterPlainPNG.png) repeat-y left top;
}
* html body #leafletFormBlock .centralDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x1CenterPlainPNG.png", sizingMethod="scale");
}

#leafletFormBlock .scopeContent{
	width:100%;
	overflow:hidden;
}
#leafletFormBlock .bottomDeco{
	background:url(/common/img/V3/bg_x1BottomPlainPNG.png) no-repeat left bottom;
	height:8px;
	font-size:.3em;
}
* html body #leafletFormBlock .bottomDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x1BottomPlainPNG.png", sizingMethod="crope");
}
/**/

/**/
#leafletFormBlock p.intro{
	background-color:#ffffff;
	border-bottom:1px solid #d4d4d4;
	padding:20px 30px 20px 30px;
	clear:both;
}
#leafletFormBlock .contentPrime{
	position:relative;
	width:322px;
	float:left;
}
#leafletFormBlock .contentSecond{
	position:relative;
	width:614px;
	float:right;
}
#leafletFormBlock .contentSecond .col1{
	position:relative;
	width:307px;
	float:left;
}
#leafletFormBlock .contentSecond .col2{
	position:relative;
	width:307px;
	float:right;
}
/**/
/**/
#leafletFormBlock .contentPrime h3, #leafletFormBlock .contentSecond h3{
	border-bottom:1px solid #d4d4d4;
	padding:1em 0 1em 30px;
	margin:0 0 1em 0;
}
#leafletFormBlock .contentSecond h4{
	padding:0 0 9px 30px;
	line-height:17px;
}
#leafletFormBlock .contentPrime p, #leafletFormBlock .contentSecond p{
	line-height:17px;
	padding:0 0 9px 30px;
	clear:both;
	overflow:auto;
	display:inline-block;
}

#leafletFormBlock .contentPrime label, #leafletFormBlock .contentSecond label{
	width:100px;
	display:block;
	float:left;
	font-size: 1.18em;/* 13px */
}
#leafletFormBlock .contentPrime .label, #leafletFormBlock .contentSecond .label{
	width:auto;
	float:left;
	padding:0 10px 0 3px;
	font-size: .9em;/* 10px */
}
#leafletFormBlock .contentPrime .chkBox, #leafletFormBlock .contentSecond .chkBox{
	width:14px;
	height:14px;
	float:left;
}
#leafletFormBlock .contentPrime .labelWide, #leafletFormBlock .contentSecond .labelWide{
	width:300px;
	display:block;
	float:left;
	font-size: .9em;/* 10px */
	line-height:12px;
	padding-top:2px;
}
#leafletFormBlock .contentPrime .inputField, #leafletFormBlock .contentSecond .inputField{
	width:164px;
	height:17px;
	float:left;
	border:0;
	background-color:#e1e1e1;
	font-size: .9em;/* 10px */
}
#leafletFormBlock .contentPrime .smallField1, #leafletFormBlock .contentSecond .smallField1{
	width:87px;
	height:17px;
	float:left;
	border:none;
	background-color:#e1e1e1;
	font-size: .9em;/* 10px */
}
#leafletFormBlock .contentPrime .smallField2, #leafletFormBlock .contentSecond .smallField2{
	width:56px;
	height:17px;
	float:left;
	border:none;
	background-color:#e1e1e1;
	font-size: .9em;/* 10px */
}
#leafletFormBlock .contentSecond .validFormRight, #leafletFormBlock .contentPrime .validFormRight{
	text-align:right;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	display: block;
}


#leafletFormBlock .contentPrime .chkLogInfos{
	font-size: .9em;/* 10px */
	padding-left:130px;
	padding-right:30px;
	line-height:1em;
}
#leafletFormBlock .contentPrime .chkLogInfos a{
	color:#7f7f7f;
	position:relative;
	display:block;
	background:url(/common/img/V3/pict_listArrow.gif) no-repeat left top;
	padding:0 0 0 10px;
	text-decoration:none;
}
#leafletFormBlock .contentPrime .chkLogInfos a:hover{
	background: #eff0e2 url(/common/img/V3/pict_listArrow.gif) no-repeat left top;
}
#leafletFormBlock .contentSecond .validMentions{
	font-size: .9em;/* 10px */
	padding:0px 0 20px 30px;
	display:block;
}
#leafletFormBlock .contentSecond .validInformations{
	padding-right:30px;
	margin-left:00px;
	display: block;
	width: 22em;
}
#leafletFormBlock .contentSecond .validInformations label{
	float:left;
	padding:0 10px 0 3px;
	width: 5em;
}
#leafletFormBlock .contentSecond .validInformations input{
	float:left;
}
#leafletFormBlock .contentSecond .validInformations .labelWide{
	width:24.1em;
	padding:2px 0 0 0;
}
/**/


/**/
#leafletFormLogInBlock{
	width:100%;
	position:relative;
}
#leafletFormLogInBlock .headerDeco{
	background:url(/common/img/V3/bg_x1TopPlain2PNG.png) no-repeat left top;
	height:8px;
	font-size:.3em;
}
* html body #leafletFormLogInBlock .headerDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x1TopPlain2PNG.png", sizingMethod="scale");
}
#leafletFormLogInBlock .centralDeco{
	width:100%;
	background:url(/common/img/V3/bg_x2rightCentPlainLinePNG.png) repeat-y left top;
}
* html body #leafletFormLogInBlock .centralDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x2rightCentPlainLinePNG.png", sizingMethod="scale");
}

#leafletFormLogInBlock .scopeContent{
	width:100%;
	overflow:hidden;
}
#leafletFormLogInBlock .bottomDeco{
	background:url(/common/img/V3/bg_x2rightBottPlainLinePNG.png) no-repeat left bottom;
	height:8px;
	font-size:.3em;
}
* html body #leafletFormLogInBlock .bottomDeco{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/bg_x2rightBottPlainLinePNG.png", sizingMethod="crope");
}
/**/
#leafletFormLogInBlock .contentPrime{
	position:relative;
	float:left;
	width:468px;
	padding:0;
}
#leafletFormLogInBlock .contentSecond{
	position:relative;
	float:right;
	width:468px;
	padding:0;
}
#leafletFormLogInBlock h3.intro{
	background-color:#ffffff;
	padding:1em 0 1em 30px;
	margin:0 0 1em 0;
	border-bottom:1px solid #d4d4d4;
}

/**/
/**/
#leafletFormLogInBlock p{
	line-height:17px;
	padding:5px 0 5px 30px;
	clear:both;
	overflow:auto;
	display:inline-block;
}
#leafletFormLogInBlock h4{
	padding:0 0 5px 30px;
}
* html body #leafletFormLogInBlock p{
	padding:4px 0 4px 30px;
}
#leafletFormLogInBlock label{
	width:100px;
	display:block;
	float:left;
	font-size: 1.18em;/* 13px */
}
#leafletFormLogInBlock .label{
	width:auto;
	display:inline;
	float:none;
	padding:0 10px 0 0;
	font-size: .9em;/* 10px */
}
#leafletFormLogInBlock .chkBox{
	width:14px;
	height:14px;
}
#leafletFormLogInBlock .labelWide{
	width:300px;
	display:block;
	float:left;
	font-size: .9em;/* 10px */
	line-height:12px;
	padding-top:2px;
}
#leafletFormLogInBlock .inputField{
	width:300px;
	height:17px;
	border:none;
	float:left;
	background-color:#e1e1e1;
	font-size: .9em;/* 10px */
}
#leafletFormLogInBlock .smallField1{
	width:87px;
	height:17px;
	border:none;
	float:left;
	background-color:#e1e1e1;
	font-size: .9em;/* 10px */
}
#leafletFormLogInBlock .smallField2{
	width:56px;
	height:17px;
	float:left;
	border:none;
	background-color:#e1e1e1;
	font-size: .9em;/* 10px */
}
#leafletFormLogInBlock .validFormRight{
	text-align:right;
	padding-top:20px;
	padding-right:35px;
	display: block;
}
#leafletFormLogInBlock .validMentions{
	font-size:.9em;
	display: block;
}

/**/
#leafletFormLogInBlock .extraLeafletIntro{
	font-size:1.09em;
	padding:25px 30px 50px 30px;
}
#leafletFormLogInBlock .createSpace{
	position:relative;
	display:block;
	width:152px;
	height:19px;
	padding:3px 0 0 0;
	margin:0 auto;
	font-size: 1.18em;/* 13px */
	background:url(/common/img/V3/btn_createSpace.gif) no-repeat left top;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#leafletFormLogInBlock .createSpace:hover{
	color:#65480F;
	text-decoration:none;
}
/**/







/* partie Emilie */

.contentProduit {
	position:relative;
	width : 445px;
	padding:0 0 0 30px;
	float : left;
}

.contentColonne {
	float : right;
	width : 190px;
	text-align : center;
	margin : 18px 10px 18px 5px;
	background : #f4f4ea;
}
.contentColonne h4 {
	margin : 0 0 3px 0;
	padding : 0 10px;
}
.contentColonne h4 {
	text-align : center;
}
.contentColonne p {
	padding : 0 10px;
	line-height : 12px;
	font-size : 10px;
	margin : 0 10px 20px 12px;
}
.contentColonne .contentColonneSSTitre {
	font-weight : bold;
	font-size : 12px;
	margin : 0 0 10px 0;
	padding : 0;
	text-align : center;
}
.contentColonne img {
	text-align : center;
}
.contentColonne h5 {
	line-height : 15px;
	font-size : 12px;
	margin : 10px 0 0 22px;
}

/**/


.contentSecond a img {
	vertical-align : top;
}


.contentSecond .otherItem{
	background:url(/common/img/V3/btnSoluce.png) no-repeat left bottom;
	float: none;
	clear:both;
	width: 175px;
	height: 14px;
	margin:5px auto 15px auto;
	padding: 2px 0 0 0;
	line-height : 12px;
	text-align: center;
	
}
.contentSecond a.otherItem {
	color: #ffffff;
	text-align: center;
	text-decoration : none;
	font-size : 10px;
	display : block;
}
.contentSecond a:hover.otherItem{
	color: #65480F;
	text-decoration:none;
}
/*
#leafletFormLogInBlock .bottomDeco{
	background:url(/common/img/V3/btnSoluce.png) no-repeat left bottom;
	height:8px;
	font-size:.3em;
}
*/
* html body .contentSecond .otherItem {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/btnSoluce.png", sizingMethod="crope");
}
#btnBottom .otherItem{
	background:url(/common/img/V3/btnSoluce.png) no-repeat left bottom;
	float: none;
	clear:both;
	width: 175px;
	height: 14px;
	padding: 2px 0 0 0;
	line-height : 12px;
	text-align: center;
	
}
#btnBottom a.otherItem {
	color: #ffffff;
	text-align: center;
	text-decoration : none;
	font-size : 10px;
	display : block;
}
#btnBottom a:hover.otherItem{
	color: #65480F;
	text-decoration:none;
}
* html body #btnBottom .otherItem {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/V3/btnSoluce.png", sizingMethod="crope");
}


/*_____________________________________________ Start - jCarouselLiteDemo _____________________________________________*/

    .carousel  {
		/*position:relative;
		width : 442px;
		padding: 1px 0 0 0;
		margin: 20px 0;     
  	 	background : #fff url("/common/img/V3/bg_carroussel.gif");
		border-bottom:0px;*/
    }
   
    
    .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
		/*float: left;
		position:relative;
		top:170px;
		border :0;
		width:20px;
		height:20px;
		background:red;
		cursor:pointer;
		
		text-align:left;*/
    }       
   .carousel button.prev {
		/*background:url('/common/img/V3/pre1.gif') 0 0 no-repeat;*/
    }
    .carousel button.next {
		/*background:red url('/common/img/V3/next1.gif') 0 0 no-repeat;*/
    }
    .jCarouselLite {
        /*float: left;
        width : 402px;*/
    }
    .tabs-nav li img {
        background-color: #fff;
       /* width: 134px;*/
       /* height: 170px;*/
		text-align : center;
        margin: 0 0 0 0;
		display :block;
		cursor: pointer;
    }
	.tabs-nav li a {
        background-color: #fff;
       /* width: 134px;*/
       height: 170px;
		text-align : center;
        margin: 0 0 0 0;
		display :block;
		cursor: pointer;
    }
    .tabs-nav li p{
		width : 134px;
		line-height : 16px;
		padding-bottom:8px;
		text-align :  center;
		margin : 0;
		font-weight : normal;
		border-top : solid #e1e1e1 1px;
	    background:#f4f4eb url('/common/img/V3/bgLi_off.gif') center bottom no-repeat;
		cursor:pointer;
	/*
	border-bottom : solid #e1e1e1 1px;
	*/
    }
    .tabs-nav li:hover, .tabs-nav li.sfHover {
	    background-image : none;
    }
    
    .tabs-nav li:hover p, .tabs-nav li.sfHover p, .tabs-nav li.tabs-selected p {
	    background:#000 url('/common/img/V3/bgLi_on.gif') center bottom no-repeat;
	    color : #fff;
    }
	    
/*________________________ End - jCarouselLiteDemo _____________________*/



/*_______________________ Start - Tabs__________________________________*/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
         display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
         display: none;
    }
}

/* Skin */
.tabs-nav a, .tabs-nav a span {
	 display: block;  
}
.tabs-nav li.tabs-selected{
	 background-color : #fff;
	 color : #fff;

}
/*
.tabs-nav li.tabs-selected p{
	 color : #fff;
	    background:#f4f4eb url('../img/bgLi_off.gif') center bottom no-repeat;
}
*/

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	 cursor: pointer;
     
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}


.fragmentItem{
}
.fragmentItem h4{
	font-size : 16px;
}
.fragmentItem p{
	text-align : justify;
	padding-bottom : 10px;
}

/*___________________________End - Tabs_________________________________*/



/*______________________page statique____________________*/


#imgProd {
	margin-top : 20px;
	padding-bottom : 2px;
	border-top : solid #e1e1e1 1px;
	border-left : solid #e1e1e1 1px;
	border-right : solid #e1e1e1 1px;
	height : 185px;
	width : 450px;
}
#imgProd ul {
	background : pink;
	margin-left : 1px;
}
#imgProd li img {
	width : 130px;
	margin-bottom : 3px;
}
#imgProd li {
	display : inline;
	float : left;
	height : 166px;
	width : 136px;
}
#imgProd li span {
	text-decoration : none;
}
#imgProd li:hover span{
	background : #000;
	color : #fff;
	cursor : default;
}
#imgProd li span {
	margin-left : -1px;
	text-align : center;
	background : #f4f4eb;
	display : block;
	height : 16px;
	border : solid #e1e1e1 1px;
	width : 135px;
}
#imgProd .navL {
	float : left;
	height : 189px;
	background : #ccc;
}
#imgProd .navL img {
	position : relative;
	top : 171px;
}
#imgProd .navR {
	float : right;
	height : 189px;
	background : pink;
}
#imgProd .listeProd {
	float : left;
	height : 189px;
	width : 410px;
}

/* COnfigurator DIY */

.progressContainer {
	position:relative;
	width:702px;
}
.progressBlock {
	background-color:#FFFFFF;
	height:12px;
	float:right;
	width:250px;
}

.progressBlock label{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	display:block;
	float:left;
}

.progressBar {
	background-color:#E1E1E1;
	height:9px;
	width:152px;
	float:left;
	margin:7px 0 0 20px;
}

.progressLimit {
	display:block;
	background:#FCB426 url(/common/img/V3/bg_progressLimit.gif) no-repeat right top;
	height:9px;
	position:relative;
	float:left;
	width:0;
}

.progressLimit span{
	display:none;
}

.progressLimit span.progressCursor {
	background:transparent url(/common/img/V3/bg_cursor.gif) no-repeat scroll left top;
	height:4px;
	display:block;
	position:absolute;
	right:-3px;
	top:-10px;
	width:7px;
}

#configBlock .stdContextList {
	position:relative;
	border-top:1px solid #FFFFFF;
	width:233px;
	padding-bottom:30px;
}
#configBlock .stdContextList li{
	position:relative;
	width:183px;
	padding:10px 20px 10px 30px;
	border-bottom:1px solid #FFFFFF;
}
#configBlock .stdContextList li ul{
	margin-left:-10px;

}
#configBlock .stdContextList li li{
	padding:0 0 0 0;
	border-bottom:0px;
}
#configBlock .stdContextList li li a{
	color:#000000;
	font-size:1.09em;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	background: url(/common/img/V3/pict_listArrow.gif) no-repeat left 4px;
	display:block;
	padding:0 0 0 10px;
}
#configBlock .stdContextList li li a:hover{
	text-decoration:underline;
}

.spcPrd {
	background:transparent url(/common/img/V3/bg_specialPrd.jpg) repeat-y scroll left top;
	margin:0pt 0pt 0pt 20px;
	padding:10px 0pt 0pt 11px;
	position:relative;
	width:662px;
}

.gsbContainer {
	padding:0 0 20px;
	position:relative;
	width:702px;
}

.gsbItem {
	border-bottom:1px solid #EDEDED;
	overflow:hidden;
	padding:20px 0pt 20px 5px;
	position:relative;
	width:667px;
}

.gsbItem input {
	float:left;
	margin:30px 30px 0pt 0pt;
	width:14px;
}

.gsbItem .prdDesc {
	float:left;
	position:relative;
	width:600px;
}

.gsbItem .prdDesc h4 {
	padding-top:10px;
}

.gsbItem .prdDesc img {
	float:left;
	margin:0pt 30px 0pt 0pt;
}

.gsbItemLarge {
	border-bottom:1px solid #E1E1E1;
	overflow:hidden;
	padding:30px 0pt 25px 30px;
	position:relative;
	width:672px;
}

.gsbItemLarge.lastItem {
	margin:0pt 0pt 10px;
}

.gsbItemLarge img {
	float:left;
}

.gsbItemLarge h4 {
	padding-bottom:20px;
}

.gsbItemLarge li {
	padding:0pt 0pt 5px;
}

.gsbItemLarge .gsbItemDesc {
	float:right;
	position:relative;
	width:472px;
	padding-right:15px;
}

.gsbItemDesc li.link {
	padding:10px 0pt 0pt;
}

.gsbItemDesc li a {
	background:transparent url(/common/img/V3/pict_listArrow.gif) no-repeat scroll left 4px;
	color:#7F7F7F;
	font-size:10px;
	padding:0pt 0pt 0pt 12px;
	text-decoration:none;
}

.gsbItemDesc li a:hover {
	text-decoration:underline;
}