@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;
}
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;
	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: 231px;
					}
					#menuHeader_Menu li.linkContact a {
						width: 82px;
					}
					#menuHeader_Menu li.linkContactAgence a {
						width: 110px;
					}
					#menuHeader_Menu li.linkServices a {
						width: 86px;
					}
					#menuHeader_Menu li.linkEngagements a {
						width: 107px;
					}
					#menuHeader_Menu li.linkNewsletter a {
						width: 113px;
					}
				#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_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 h3 {
					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;
				}
				#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_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: 741px;
			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;
		}
/********************************************/
/* 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;
}