.prixBarre {
	text-decoration:line-through;
}
#bg-black {
	z-index:99999;
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	background-color:black;
	left:0px;
	top:0px;
}
#orderPopup-bg {
	width:540px;
	z-index:100000;
	position:fixed;
	padding-top:40px;
	display:none;
	height:280px;
	margin-left:-270px;
	left:50%;
}#orderPopup-content,
#orderPopup-content * {
	line-height:normal;
}
.orderPopupImg {
	float:left;
	min-width:100px;
	height:110px;
}
.orderPopupInfos {
	float:left;
	padding-left:10px;
	width:360px;
}
#orderPopupQte {
	margin-top:4px;
}
#orderPopupPrix {
	color:red; font-size:14px; font-weight:bold;
}
.orderPopupProdAjoute { text-align:center; margin-top:20px; float:left; margin-top:28px; display:block; position:static }
.orderPopupProdAjoute span {font-weight:bold; font-size:18px;}
.orderPopupAction {clear:both; margin-top:26px; float:right; margin-right:63px;}
#orderPopup-content {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:260px;
	background-color:white;
	border:1px solid #003366;
}
#orderPopup-title {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
	width:490px;
	height:26px;
	background-color:#000000;
	color:white;
	font-size:18px;
	padding:3px 0 0 10px;
}
.orderPopup-title-added {
	float:left;
	width:430px;
}
#orderPopup-title a,
#orderPopup-title a:visited {
	color:#999999;
	font-size:14px;
	font-weight:bold;
} 
#orderPopup-title a:hover {
	color:#CCCCCC;
} 
#orderPopup-text {
	padding:10px;
	height:214px;
}
#orderPopup-content a.button,
#orderPopup-content a.button:visited {
	border-top-left-radius:6px;
	border-bottom-right-radius:6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	
	background-color:#5588DD;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding:1px 4px 1px 4px;
	margin-left:6px;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
}
#orderPopup-content a.button:hover {
	background-color:#77AADD;
	color:#FFFFFF;
}
#orderPopup-content a.large {
	font-size:16px;
}/*** RELOAD ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
	}
ol, ul {
	list-style: none;
	list-style-position:outside;
	list-style-type:none;
	}
blockquote, q {
	quotes: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}/* ----------elements standards-------- */
html, body {
	height: 100%;
	}
html {
	background:transparent url(img/background-middle.jpg) repeat-y center 0;
	}
body {
	background:transparent url(img/background-top.jpg) no-repeat center 0;
	font-size:0.7em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	}
img {
	border:0;
	}
a {
	color:#333;
	_color:#003f86;
	text-decoration:none;
	cursor:pointer;
	}
a:hover {
	color:#FF7212;
	}
a:visited,
a:active {
	color:#222;
	}
#container #wrap #content h1 a {
	color:#003f86;
	}
ul {
	overflow:hidden;
	}
hr {
	visibility:hidden;
	clear:both;
	}

.separator {
	display:inline;
	width:12px;
	height:8px;
	}
	
.clear {
	clear:both;
	}
table {
	width:99%;
	}
p {
	line-height:1.2em;
	}

.required {
	color:#c00;
	}
.photosNonContractuelles {
	color:#666666;
	float:right;
	font-size:1em;
	font-style:italic;
	padding:3px 22px;
	}
.prixBarre {
	text-decoration:line-through;
	}
/* ----------container pour centrer le layout-------- */
#container {
	margin:0 auto;
	width:992px;
	}

/* ----------header-------------- */
#header {
	height:108px;
	width:100%;
	text-align:center;
	position:relative;
	}
#header ul {
	color:#FFF;
	padding-top:8px;
	overflow:inherit;
	}
#header li {
	display:inline;
	padding:0 3px;
	}

#header a,
#header a:visited,
#header a:hover,
#header a:active {
	color:#FFF;
	text-decoration:none;
	}
#header a.logo {
	background-color:transparent;
	margin-top:8px;
	float:left;
	display:block;
	height:85px;
	width:403px;
	}
#header a.logo img{
	display:none;
	}
/* ----------wrap-------------- */
#wrap {
	margin:0 auto;
	position:static;
	z-index:20;
	} 
	
/* --------------menu horizontal------------- */

#wrap #topmenu {
	height:27px;
	margin:0 0 0 214px;
	padding:0;
	width:787px;
	z-index:1200;
	}
#wrap #topmenu .menuderoulant {
	font-weight:regular;
	height:40px;
	margin:-6px 0 0 0;
	padding:0;
	z-index:1200;
	}
	#wrap #topmenu .menuderoulant li {
		background:transparent url(img/background-topmenu.gif) repeat-x scroll 0 0;
		float:left;
		font-size:12px;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		text-align:center;
		padding-right:12px;
		margin-top:6px;
		height:27px;
		}
		#wrap #topmenu .menuderoulant li a.entete-menu {
			color:#EAFFED;
			display:block;
			height:21px;
			padding-top:6px;
			text-decoration:none;
			margin:0;
			}
		#wrap #topmenu .menuderoulant li a {
			color:#EAFFED;
			display:block;
			height:27px;
			margin-top:6px;
			text-decoration:none;
			}
	#wrap #topmenu .menuderoulant li.homePage { width:50px; }
	#wrap #topmenu .menuderoulant li.homePage a.entete-menu { color:#FF7212; }
	#wrap #topmenu .menuderoulant li.homePage a.entete-menu:hover { color:#FFF; }	
	#wrap #topmenu .menuderoulant li.ultrasons { width:50px; }
	#wrap #topmenu .menuderoulant li.electrotherapie { width:85px; }
	#wrap #topmenu .menuderoulant li.pressotherapie { width:79px; }
	#wrap #topmenu .menuderoulant li.vibrotonie  { width:58px; }
	#wrap #topmenu .menuderoulant li.ondesDeChoc { width:70px; }
	#wrap #topmenu .menuderoulant li.balances { width:145px; }
	#wrap #topmenu .menuderoulant li.massage { width:83px; }
	#wrap #topmenu .menuderoulant li.hydroAlcoolique { width:59px; }	
		#wrap #topmenu .menuderoulant li ul {
			margin:0;
			padding:0;
			position:absolute;
			visibility:hidden;
			z-index:600;
			}
			#wrap #topmenu .menuderoulant li ul li{
				background:none;
				float: none;
				line-height:0.9em;
				margin:0;
				*margin-top:-4px;
				_margin-top:-4px;
				text-align:left;
				z-index:200;
				}
			#wrap #topmenu .menuderoulant li ul li.twoline {
				margin:0 0 7px 0; _margin:0
				}
			#wrap #topmenu .menuderoulant li ul li.twoline a{
				height:29px;
				margin-bottom:10px; _margin:0
				}
				#wrap #topmenu .menuderoulant li ul li a {
					background:transparent url(img/topmenu-center.png) no-repeat scroll center top;
					padding-top:7px;
					width: auto;
					margin:0;
					color: #fff;
					font-weight:lighter;
					height:27px;
					font-size:11px;
					padding-left:4px;
					width:145px;
					}
					#wrap #topmenu .menuderoulant li ul li a:hover {
						color:#d50000
						}
					#wrap #topmenu .menuderoulant li ul li.ouverture a{
						background:transparent url(img/topmenu-up.png) no-repeat scroll center top;
						}
					#wrap #topmenu .menuderoulant li ul li.fermeture {
						height:33px;
						}
					#wrap #topmenu .menuderoulant li ul li.fermeture a{
						background:transparent url(img/topmenu-down.png) no-repeat 2px -17px;
						}
	
/*-_-_-_- Correction du bug de dpassement IE -_-_-_-*/

#wrap #topmenu .menuderoulant li.hydroAlcoolique ul {
	*margin:0 0px 0 -116px;
	_margin:0 0px 0 -100px;
	}

/* --------------sidebar------------- */
#sidebar {
	float:left;
	margin-top:200px;
	padding-left:17px;
	text-align:center;
	width:181px;
	}
#sidebar #espaceService {
	background:transparent url(img/background-menurapide.png) no-repeat 0 0;
	margin-left:-2px;
	height:105px;
	width:180px;
	float:left;
	}
#sidebar #menuRapide {
	margin-bottom:0px;
	margin-top:15px;
	height:46px;
	width:175px;
	padding-top:0px;
	margin-left:16px;
	}
#sidebar #menuRapide a {
	background:transparent url(img/amalgame-commun.gif) no-repeat 0 0;
	width:46px;
	height:46px;
	display:block;
	float:left;
	margin-left:7px;
	}	
	
	#sidebar #menuRapide a#btnCaddie {
		background-position:-2px -2px;
		margin-left:0px;
		_margin-left:1px;
		}
		
	#sidebar #menuRapide a#btnCaddie:hover{
		background-position:-2px -50px;
		}
		
	#sidebar #menuRapide a#btnContact {
		background-position:-48px -2px;
		}
	#sidebar #menuRapide a#btnContact:hover{
		background-position:-48px -50px;
		}
		
	#sidebar #menuRapide a#btnInfo {
		background-position:-94px -2px;
		}
	#sidebar #menuRapide a#btnInfo:hover{
		background-position:-94px -50px;
		}
#sidebar #rechercher{
	height:50px;
	margin-top:2px;
	text-align:left;
	margin-left:16px;
	_margin-left:8px;
	float:left;
	width:175px;
	}
	#sidebar #rechercher input {
		width:115px;
		height:12px;
		margin:0;
		font-size:10px;
		}
	#sidebar #rechercher #bouton-rechercher {
		width:21px;
		height:19px;
		margin-left:2px;
		margin-bottom:-3px;
		}
		
#sidebar div.liste {
	width:100%;
	clear:both;
	padding:10px 0;
	}		
	#sidebar div.liste h2{
		background:transparent url("img/amalgame-commun.gif") no-repeat scroll -2px -120px;
		color:#FFFFFF;
		display:block;
		font-family:trebuchet MS;
		font-size:1em;
		font-weight:bold;
		height:20px;
		line-height:0.9em;
		margin:0;
		overflow:hidden;
		padding:14px 15px 10px 35px;
		text-align:right;
		width:127px;
		}
		#sidebar div#themesComplementaires h2 {
			background-position: -2px -124px;
			}
		#sidebar div#themesConnexes h2 {
			background-position: -2px -195px;
			}
	#sidebar div.liste ul,
	#sidebar div.liste ul li {
		overflow:hidden;
		width:175px;
		}
	#sidebar div.liste ul {
		}
	#sidebar div.liste ul li {
		background:#fff url(img/amalgame-commun.gif) no-repeat scroll -2px -275px;
		border-bottom:1px dotted #13235B;
		padding-bottom:4px;
		}
		#sidebar div.liste ul li img {
			float:left;
			width:56px;
			height:80px;
			margin:4px 0 0 4px;
			border:1px dotted #13235B;
			}
		#sidebar div.liste ul li span {
			float:left;
			margin:4px 4px 0;
			text-align:left;
			width:105px;
			}
			#sidebar div.liste ul li span.prixVente,
			#sidebar div.liste ul li span.prixBarre {
				color:#D9038C;
				}
#sidebar a.lienAnnexe {
	display:block;
	font-weight:bold;
	margin:4px;
	text-align:left;
	width:172px;
	}
/* -----------------content--------------------- */
#content { 
	position:relative;
	padding-top:10px;
	overflow:hidden;
	height:100%;
	float:right;
	width:784px;
	}

#content #path {
	width:770px;
	height:35px;
	margin:10px 0 7px 7px;
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
	}
#content #path div {
	padding:5px 0 5px 0;
	}
#content #path a {
	text-decoration:none;
	color:#006cab;
	}
#content #path a.last {
	color:#c00;
	}
#content p.filtres {
	border-left:1px dotted RED;
	min-height:30px;
	list-style-image:none;
	margin-bottom:5px;
	padding-left:5px;
	}
#content p.filtres img{
	display:none;
	}
#content p.filtres a{
	display:block;
	color:#DD4422;
	}

/*  ----------------footer---------------------- */
#footer {
	clear:both;
	text-align:right;
	font-size:1em;
	padding-top:22px;
	padding-right:10px;
	position:relative;
	z-index:100;
	overflow:auto;
	width:100%;
	}
#footer,
#footer a,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color:#FF7212;
	text-decoration:none;
	line-height:1.2em;
	}
#footer div {
	float:right;
	}
#footer #rappelLogo {
	border-left:1px solid #aaa;
	margin-left:10px;
	}
	#pied-de-page {
		width:984px;
		margin:0 auto;
		height:175px;
		}
	#pied-de-page ul.liensbdp {
		float:left;
		height:112px;
		margin:56px 0 0 15px;
		width:182px;
		}
	#pied-de-page ul.liensbdp li,
	#pied-de-page ul.liensbdp li a{
		display:block;
		}
	#pied-de-page #contactBdP {
		float:left;
		padding:56px 0 0 15px;
		width:320px;
		}
	#pied-de-page a#rappel-logo {
		background:#FFFFFF url(img/amalgame-langue.gif) no-repeat scroll -1px -68px;
		display:block;
		float:right;
		height:63px;
		margin-left:9px;
		margin-top:77px;
		width:182px;
		}
	
	#footer2 {
		height:175px;
		clear:both;
		background:transparent url(img/background-bottom.jpg) no-repeat center bottom;
		position:relative;
		z-index:2;
		}
	
/*  ----------------listes horizontales---------------------- */

@media print {	
	.noPrint {
		display:none;
		}
}