@charset "utf-8";
/********************************************
/* Elements de base */
/********************************************/
a {
	color: #424242;
	text-decoration: none;
}
a:hover, a:active {
	color: #0081c6;
}
html, body {
	background-color: #f5f5f5;
	margin-top: 10px;/*overflow: hidden;*/
}
body {
	font-family: arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #424242;
}
h1 {
	font-size: 24px;
	margin:0 0 3px 0;
	padding:0px;
}
h2 {
	font-size:1.5em;
	margin: 0 0 0.83em 0;
	line-height:18px;
}
h3 {
	font-size:1.3em;
	margin: 5px 0 15px 0;
	line-height:18px;
}
sup {
	font-size: 8px;
	line-height: 0.8em;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
p {
	margin: 0;
}
fieldset {
	border: none 0;
	margin: 0;
	padding: 0;
}
ul {
		padding:0 40px;
}
/********************************************/
/* Conteneurs généraux */
/********************************************/
#center {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 0;
	width: 990px;/*overflow: visible;*/
}
	#header {
		background: transparent url(../img/com/header.gif) left top no-repeat;
		padding-top: 5px;
		text-align :center;
	}
		#client {
			float: left;
			height: 125px;
			margin: 0 0 0 21px;
			text-align: left;
			width:198px;
		}
/********************************************/
/* Espace client FORMULAIRE*/
/********************************************/
			#client_form {
				height: 75px;
				width: 197px;
				border:1px solid #d5d7c6;				
			}
				#client_form form {
					margin-left: 5px;
				}
					#client_form form input[type='text'], #client_form form input[type='password'] {
						border:1px solid #d5d7c6;
						padding:0;
						height: 14px;
						margin-top:3px;
					}
					#client_form form input[type='submit'] {
						background-color: #d5d7c6;
						border:none 0;
						padding:0;
						font-size: 10px;
						font-weight: bold;
						margin-left: 3px;
						margin-top: 3px;
						vertical-align: top;
						width: 22px;
						height: 16px;
					}
					#client_form form input[type='submit']:hover {
						background-color: #424242;
						cursor: pointer;
						color: #FFF;
					}
				#client_form .title {
					height: 17px;
					background-color: #d5d7c6;
					padding: 3px 0 0 5px;
					margin-left: -5px;
					font-weight: bold;
				}
				#client_form p {
					height: 20px;
				}
				#client_form a {
					text-decoration: underline;
					margin-right: 15px;					
				}
/********************************************/
/* Espace client PANIER */
/********************************************/
			#client_panier {
				position: relative;
				border:1px solid #d5d7c6;				
				height: 40px;
				margin-top: 6px;
				width: 197px;
			}
				#client_panier .title {
					height:17px;
					background-color:#d5d7c6;
					padding:3px 0 0 5px;
					font-weight: bold;
					margin-bottom: 3px;
				}
				#client_panier img {
					margin: -10px 6px 0 0;
				}
				#client_panier #nbs {
					margin-left: 10px;
				}
				#client_panier #prix_Produits {
					position: absolute;
					top: 23px;
					right: 30px;
				}
/********************************************/
/* Header */
/********************************************/
		#menuHeader {
			float: left;
			height: 142px;
			margin: 0 0 0 13px;
			text-align: left;
			width: 751px;
		}
			#menuHeader_Menu {
				margin:0 0 3px 0;
			}
				#menuHeader_Menu ul {
					margin: 0;
					padding:0;
				}
					#menuHeader_Menu li {
						display: inline;
						margin: 0 3px 0 0;
					}
					#menuHeader_Menu li.linkCommandeDirecte a {
						width: 151px;
					}
					#menuHeader_Menu li.linkContact a {
						width: 92px;
					}
					#menuHeader_Menu li.linkDevis a {
						width: 143px;
					}
					#menuHeader_Menu li.linkContactAgence a {
						width: 120px;
					}
					#menuHeader_Menu li.linkServices a {
						width: 96px;
					}
					#menuHeader_Menu li.linkEngagements a {
						width: 127px;
					}
				#menuHeader_Menu a {
					display: inline-block;
					background: #d5d7c6;
					line-height:22px;
					text-align: center;
					font-weight:bold;
					font-size:10px;
				}
				#menuHeader_Menu a:hover {
					background: #424242;
					color: #fff;
				}
		#menuHeader #menuHeader_Img #menuHeader_flash {
			float: left;
			margin-right: 3px;
		}
/********************************************/
/* Menu Corps de page */
/********************************************/
	#content {
		background: url(../img/com/bg.png) center repeat-y;
		width:990px;
		padding-top:11px;
	}
		#content_Menu {
			float: left;
			margin: -18px 0 0 21px;
			text-align: left;
			width: 198px;
		}
			#content_Menu_search {
				height: 36px;
				margin:0;
				width: 198px;
			}
				#content_Menu_search form input[type='text'] {
					border: 1px solid #424242;
					height: 18px;
					width: 166px;
				}
				#content_Menu_search form input[type='submit'] {
					background: url(../img/com/navig/loupe_zoom.png) no-repeat;
					border: none;
					cursor: pointer;
					height: 19px;
					width: 25px;
				}
			#content_Menu_amenagementGlobal {
				background-color: #1280bf;
				color:#FFF;
				cursor: pointer;
				margin: 5px 3px 0 0;
				padding: 3px 0 3px 5px;
				min-height:14px;
				width:193px;
				font-weight:bold;
				font-size:10px;
				text-transform: uppercase;
				-moz-user-select: none;
				-khtml-user-select: none;
				}
				#content_Menu_amenagementGlobal a {
					color: #fff;
				}
			#content_Menu_exceptionet {
				background-color: #a1d100;
				color: #FFF;
				font-size:14px;
				font-weight:bold;
				margin-top: 15px;
				padding: 5px;
				width: 188px;
				height:15px;
				}
				#content_Menu_exceptionet a {
					color: #fff;
				}
			#content_Menu_destockage {
				background-color: #5B3B7E;
				color: #FFF;
				font-size:14px;
				font-weight:bold;
				margin-top: 6px;
				margin-bottom: 5px;
				padding: 5px;
				width: 188px;
				height:15px;
				}
				#content_Menu_destockage a {
					color: #fff;
				}
			#content_Menu_nouveaute {
				background-color: #424242;
				color: #FFF;
				font-size:14px;
				font-weight:bold;
				margin-top: 6px;
				margin-bottom: 5px;
				padding: 5px;
				width: 188px;
				height:15px;
				}
				#content_Menu_nouveaute a {
					color: #fff;
				}
			#content_Menu_storevan {
				display: block;
				background: #f29400 url(../img/com/navig/mini-logo-storevan.png) 150px 0 no-repeat;
				color:#FFF;
				cursor: pointer;
				margin: 0 3px 0 0;
				padding: 1px 0 1px 5px;
				min-height: 14px;
				width: 193px;
				font-weight: bold;
				font-size: 10px;
				text-transform: uppercase;
				-moz-user-select: none;
				-khtml-user-select: none;
				}
				#content_Menu_storevan a {
					color: #fff;
				}
			#content_Menu_catalogue {
				background: transparent url(../img/fr/navig/demandez_catalogue_gratuit.gif) 0 0 no-repeat;
				}
				#content_Menu_catalogue a {
					display: block;
					width: 198px;
					height: 95px;
					text-indent: -9999px;
				}
			#content_Menu_newsletter {
				width: 196px;
				height: 56px;
				border: 1px solid #1280bf;
				border-top: none;
				padding: 0;
				margin: 0;
				margin-bottom: 10px;
				}
				#content_Menu_newsletter div {
					height: 25px;
					background: transparent url(../img/com/navig/mini-enveloppe.gif) 5px 7px no-repeat;
					margin: 0;
					padding: 7px 0 0 45px;
					font-size: 11px;
					font-weight: bold;
					line-height: 12px;
				}
				#content_Menu_newsletter form {
					margin: 5px;
					font-weight: bold;
					}
					#content_Menu_newsletter form input[type='text'] {
						border:1px solid #d5d7c6;
						padding:0;
						height: 14px;
					}
					#content_Menu_newsletter form input[type='submit'] {
						background-color: #1280bf;
						color: #fff;
						border:none 0;
						padding:0;
						font-size: 10px;
						font-weight: bold;
						margin-left: 3px;
						vertical-align: top;
						width: 22px;
						height: 16px;
					}
					#content_Menu_newsletter form input[type='submit']:hover {
						background-color: #424242;
						cursor: pointer;
					}
			#plusSetam {
				margin: 7px 0 7px 0;
				width: 198px;
				}
				#plusSetam h2 {
					height: 20px;
					line-height: 20px;
					font-size: 16px;
					padding-left: 15px;
					padding-top: 3px;
					margin: 0;
					text-transform: uppercase;
					background-color: #d5d7c6;
				}
				#plusSetam ul {
					margin:0;
					padding: 0;
					padding-left: 15px;
					font-size: 10px;
					border: 1px solid #d5d7c6;
					}
					#plusSetam ul li {
						list-style-position: outside;
						list-style-type: disc;
						}
						#plusSetam ul li span {
							color: #f00;
						}

			#content_Menu_partenaire {
				margin: 12px 0 12px 0;
				text-align: center;
				}
				#content_Menu_partenaire img {
					margin: 0 5px;
				}
			#content_Menu_paiement_securise {
				margin: 12px 0 12px 0;
				text-align: center;
				}
				#content_Menu_paiement_securise img {
					margin: 0;
				}
		#content_Corps {
			float: left;
			margin: -20px 0 0 13px;
			width: 746px;
		}
/********************************************/
/* Pied de page */
/********************************************/
	#footer {
		background: url(../img/com/bdp.gif) center bottom no-repeat;
		height: 50px;
		padding: 15px 0 10px 0;
		width: 990px;
		color: #000;
		text-align: center;
		text-decoration: none;
		}
		#footer div {
			width: 821px;
			margin: 0 auto;
			padding: 8px 0 0 0;
			border-top: 1px solid #ccc;
			}
			#footer div a {
				color: #000;
			}
			#footer div a:hover {
				text-decoration: underline;
			}
		#footer span {
			font-size: 9px;
		}
		
	#footer-new {
		background: url(../img/com/bdp.gif) center bottom no-repeat;
		padding: 20px 20px 20px 20px;
		width: 950px;
		color: #000;
		text-align: center;
		text-decoration: none;
		}
		#footer-new #footer-new-content {
			background-color: #d5d7c6;
			font-size: 11px;
		}
		#footer-new #footer-new-content hr {
			width: 950px;
			height: 1px;
			margin: 10px auto 2px;
			padding: 0;
			border: none;
			background-color: #0099cc;
		}
		#footer-new #footer-new-content div {
			float: left;
			text-align: left;
			margin: 0 25px 0 10px;
			padding: 0 0 8px 0;
			white-space: nowrap;
			}
		#footer-new #footer-new-content div.noMarginRight {
			margin-right: 0;
			}
			#footer-new #footer-new-content div a {
				color: #000;
			}
			#footer-new #footer-new-content div a:hover {
				text-decoration: underline;
			}
			#footer-new #footer-new-content div h2 {
				font-size: 14px;
				font-weight: bold;
				color: #0099cc;
				margin: 2px 0 5px 0;
			}
		#footer-new #footer-new-content div.clear {
			clear: left;
		}

/********************************************/
/* Fiche article */
/********************************************/
#ficheArticleDescriptif {
	float: right;
	width: 32%;
	border-left: 1px solid #aaa;
}

/********************************************/
/* Tunnel Commande */
/********************************************/
#tunnelCmdeGlobal {
	margin: 0;
	padding-top: 20px;
	clear: both;
	}
	#tunnelCmdeGlobal a {
		text-indent: -9999px;
	}
	#tunnelCmde1 {
		width: 140px;
		float: left;
	}
	#tunnelCmde2,#tunnelCmde3, #tunnelCmde4, #tunnelCmde5  {
		width: 140px;
		float: left;
		margin: 0 0 0 11px;
		}
		.tunnelCmdeBtn {
			width: 140px;
			height: 35px;
			display: block;
		}
		#tunnelCmde1Btn {
			background: url(../img/fr/tunnelcommande/tunnel-btn1.gif) 0 0 no-repeat;
		}
		#tunnelCmde2Btn {
			background: url(../img/fr/tunnelcommande/tunnel-btn2.gif) 0 0 no-repeat;
		}
		#tunnelCmde3Btn {
			background: url(../img/fr/tunnelcommande/tunnel-btn3.gif) 0 0 no-repeat;
		}					
		#tunnelCmde4Btn {
			background: url(../img/fr/tunnelcommande/tunnel-btn4.gif) 0 0 no-repeat;
		}
		#tunnelCmde5Btn {
			background: url(../img/fr/tunnelcommande/tunnel-btn5.gif) 0 0 no-repeat;
		}
		#tunnelCmde1Rslt, #tunnelCmde2Rslt, #tunnelCmde3Rslt, #tunnelCmde4Rslt, #tunnelCmde5Rslt {
			margin: 2px 0 0 0;
			visibility: hidden;
		}

/********************************************/
/* styles */
/********************************************/
.droite {
	float: right;
}
.gauche {
	float: left;
}
.centre {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.Justifie {
	text-align: justify;
}
.ClearBoth {
	clear: both;
}
p .title {
	font-size: 14px;
	font-weight: bold;
}
p .prix {
	color: #F00;
	font-size: 13px;
	font-weight: bold;
}
h2.err {
	color: #f00;
}

