body {
   font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0px;
	padding:0px;
	font-weight:normal;
	display:block;
	outline: 0 none;
}

a {
	text-decoration:none;
	color:#139FDC;
}
a:hover {
	text-decoration:underline;
}
b {
	font-weight:bold;
}
img {
	border:0px;
}

/*BASIC ****/

#page {
	width:960px;
	color:#666;
	font-size:11px;
	margin:0 auto;
	padding-top:10px;
	padding-left:12px;
/*  	border:1px solid red;  */
}

.clear, hr {
	clear:both;
}

.debug {
	background-color:#cc0000 !important;
	color:#fff !important;
}	

/*COLORS ****/
.bleu {
	color:#139FDC !important;
}
.vert {
	color:#009933 !important;
}
.orange {
	color:#EB8746 !important;
	}
.gris {
	color:#CCC !important;
}
.noir {
	color:#000 !important;
}
.blanc {
	color:#fff !important;
}
.bold {
	font-weight: bold;
}

/*ALIGN ****/
.alignCenter {
	display:block;width:100%;text-align:center;
}
.alignRight {
	display:block;width:100%;text-align:right;
}

/*WELCOME ****/
#welcome {
	width:590px;
	height:170px;
	float:left;
	padding:20px 0 0 340px;
	margin-bottom:10px;
	background-color:#fff;
	background-repeat:no-repeat;	
}
#welcome h1{
	display:block;
	line-height:50px;
	font-size:49px;
	color:#139FDC;
	}
#welcome h2{
	display:block;
	line-height:40px;
	font-size:32px;
	color:#000;
	}
#welcome h3{
	font-size:20px;
	color:#666;
	font-weight:bold;
	}
#welcome p {
	font-size:15px;
	color:#666;
	}

/*PAD ****/
.pad, .padOrange, .padBleu {
	border:3px solid #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	-webkit-box-shadow: 0px 0px 4px #666;
	-moz-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;
	width: 200px;
	padding: 10px 15px;
	float: left;
	position: relative;
	margin:10px 20px 10px 0;
	background:url(../_assets/bg-slider-solution.png) bottom center;	
}

.pad.hashSmall {
	background:url(../_assets/bg-hash-small.png) bottom center;
}
.pad.hashMedium {
	background:url(../_assets/bg-hash-medium.png) bottom center;
}
.pad.hashLow {
	background:url(../_assets/bg-hash-low.png) bottom center;
}
.padOrange.hashDark {
	background:url(../_assets/bg-hash-dark.png) bottom center;
}
.pad.noHash{
	background-image:none;
}
.padOrange {
	border:3px solid #EB8746;
}
.padBleu {
	border:3px solid #139FDC;
}


.pad h1 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
	color:#666;
}
.pad h2 {
	font-size: 18px;
	color:#666;
}
.pad h3 {
	font-size: 16px;
	color:#666;
}
.pad p {
	font-size: 12px;
	line-height: 14px;
	color:#666;
	margin-bottom: 5px;	
}

.pad div.label {
	padding:4px 4px 5px 15px;
	border-bottom: 1px solid #D7D7D7;
	background:url(../_assets/bg-hash-low.png) bottom center;
}
.pad div.label h1 {
	font-size:22px;
}

.pad.containerHorz {
	width:940px;
	height:270px;
	padding: 15px 0 15px 0;
	margin:0;

}	
	.pad.containerHorz > .item h1 {
		font-weight: bold;
		color:#000;
	}
	.pad.containerHorz > .item {
		float:left;
		width:285px;
		height:100%;
		padding-right: 10px;
		margin-left: 16px;
		border-right: 1px solid #E8E8E8;
	}
	.pad.containerHorz > .item p {
		margin-top: 20px;
	}
	.pad.containerHorz > .last {
		border-right:none;
	}

.pad.x3 {
	width:273px;
	height:55px;
	margin-right:10px;
	padding-top: 5px;
}
.pad.x3 h1 {
	font-size: 17px;
	padding-left:80px;
	margin-bottom: 3px;
}
.pad.x3 p {
	font-size: 12px;
	padding-left:80px;
}
.pad.x3.last {
	margin-right:0;
}
.pad.x3:hover {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-color:#e3e3e3;
	cursor:pointer;
}

.noPointer {
	cursor:default !important;
}

.pad.electricien {
	background:url(../_assets/push-electricien.jpg) left center no-repeat;
}
.pad.conseils {
	background:url(../_assets/push-conseils.jpg) left center no-repeat;
}
.pad.manuels {
	background:url(../_assets/push-manuels.jpg) left center no-repeat;
}
.pad.contact {
	background:url(../_assets/push-contact.jpg) left center no-repeat;
}

/*LIST ****/
.pad.list {
	padding: 0px;
	background: url(../_assets/bg-col-left.jpg) bottom repeat-x;
}
.list > .item {
	padding: 10px 15px;
	border-top:1px solid #dfdfdf;

}
.list > .item h1 {
	color:#333;
	font-size: 18px;
	line-height: 18px;	
}
.list > .item h2 {
	font-size: 18px;
	line-height: 18px;
}
.list > .item.first {
	border-top:none;
}

/*TAB ****/
table {
	border-spacing:0;
	width:100%;
}
tr {
	border-top:1px solid #ccc;
} 
tr.row1 {
	background-color: #EEEEEE;
	}
tr.row2 {
	background-color: #E8E8E8;
	}
td {
	padding: 4px;
} 
td.right {
	text-align: right;
}


/*COL ****/
#col_left {
	width:400px;
	float: left;
}
#col_left .pad {
	width:350px;
}

/*BTN ****/
.btnRound {
	border-radius: 8px;
	box-shadow: 1px 1px 2px #ccc;
	font-weight:bold;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-table;
	padding:5px 15px 5px 15px;	
	margin-right: 5px;
}
.btnRound.gray {
	border:2px solid #EEE;
	background:#dfdfdf url(../_assets/bg-round-btn.png) repeat-x;	
	font-size:14px;
	color:#666;
	text-shadow: 1px 1px 1px #fff;
}
.btnRound.blue {
	border:2px solid #0099CC;
	background:#118CC2 url(../_assets/bg-round-btn-blue.png) repeat-x;
	font-size:13px;
	color:#fff;
	text-shadow: 1px 1px 1px #666;
}
.btnRound:hover {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration:none;	
}
.btnRound.gray:hover {	
	border:2px solid #fff;
	color:#139FDC;
}
.btnRound.blue:hover {
	border:2px solid #fff;
	color:#fff;
}

.blackShadow {
	box-shadow: 1px 1px 2px #000 !important;
}



/*LINK ENCOCHE ****/
a.coche  {
	line-height:12px;
	font-size:11px;
	display:inline;float:left;
	color:#139FDC;
	padding-left:12px;
	margin-right: 5px;
	background:url(../_assets/coche.gif) left 5px no-repeat;
}
a.coche:hover {
	text-decoration:underline;
	background-position:0 -23px;
}



/*BADGE****/
.badgeFocus {
	background:url(../_assets/badge-focus.png) no-repeat;
	display:block;
	width:64px;
	height:64px;
	position:absolute;
	margin-left:-20px;
	margin-top:-15px;
}
.badgeConseil {
	background:url(../_assets/badge-conseil.png) no-repeat;
	width:46px;
	height:46px;
	position:absolute;
	margin-left:6px;
	margin-top:-15px;
}

.badgeAccount {
	background:url(../_assets/badge-account.png) no-repeat;
	width:46px;
	height:46px;
	position:absolute;
	margin-left:-5px;
	margin-top:-10px;
}

.badgeFocusRight, .badgeNewRight, .badgeUtileRight, .badgeSoonRight, .badgeLoupeRight,
.badgeLogicielRight, .badgeSalonRight, .badgeNormeRight, .badgeTertiaireRight, .badgeTropheeRight, .badgePromoRight {
	background-repeat:no-repeat;
	background-position:top right;
	width:64px;
	height:64px;
	right:0;
	position:absolute;	
	margin-right:-5px;
	margin-top:-15px;
}

.badgeFirst {
	margin-top:-18px;
}

.badgeFocusRight {
	background-image:url(../_assets/badge-focus-right.png);
}
.badgeNewRight {
	background-image:url(../_assets/badge-new-right.png);
}
.badgeUtileRight {
	background-image:url(../_assets/badge-utile-right.png);
}
.badgeSoonRight {
	background-image:url(../_assets/badge-soon-right.png);
}
.badgeLoupeRight {
	margin-right:0px;
	background-image:url(../_assets/badge-loupe-right.png);
}
.badgeLogicielRight {
	background-image:url(../_assets/badge-logiciel-right.png);
	margin-right:-3px;
	margin-top:-18px;	
}
.badgeSalonRight {
	background-image:url(../_assets/badge-salon-right.png);
	margin-right:-3px;
	margin-top:-18px;
}
.badgeNormeRight {
	background-image:url(../_assets/badge-norme-right.png);
	margin-right:-3px;
	margin-top:-18px;
}
.badgeTertiaireRight {
	background-image:url(../_assets/badge-tertiaire-right.png);
	margin-right:-6px;
	margin-right:-3px;
	margin-top:-18px;
}
.badgeTropheeRight {
	background-image:url(../_assets/badge-trophee-right.png);
	margin-right:-6px;
	margin-right:-3px;
	margin-top:-18px;
}
.badgePromoRight {
	background-image:url(../_assets/badge-promo-right.png);
	margin-right:-6px;
	margin-right:-3px;
	margin-top:-18px;	
}




/*FOOTER ****/
#footer {
	width:925px;
	float:left;
	padding:10px 10px;
	margin-top:15px;
	border-top:1px solid #E8E8E8;
}
#footer div {
	float:left;
	width:166px;
}
#footer div b {
	color:#333333;
	font-weight:bold;
	display:block;
	padding-bottom:3px;
}

#footer div a {
	color:#666666;
}
#footer div a:hover {
	color:#139FDC;
}
