*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#58595b;
	background-color:#fff;
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
	text-align:center;
	margin:16px 0 0 0;
}
#body{
	margin:0 auto;
	text-align:left;
	width:972px;
}



/* ***************************************************************** */
/* general */
h1{
	color:#7B003F;
	font-size:20px;
	letter-spacing:-1px;
	line-height:22px;
	margin:0 0 16px 0;
}
p{
	color:#666;
}
h2{
}



/* ***************************************************************** */
/* header */
#header{
	width:964px;
	height:120px;
}
#hb1,#hb2{
	float:left;
	height:120px;
	overflow:hidden;
	display:block;
	overflow:hidden;
}
#hb1{
	width:284px;
	background-image:url(img/hb1.png);
	text-indent:-999px;
}
#hb2{
	width:680px;
	background-image:url(img/hb2.png);
}
#hb2 span{
	width:232px;
	height:32px;
	display:block;
	overflow:hidden;
	margin:88px 0 0 392px;
	text-indent:-999px;
}
#hb2 span.st_bienvenue{			background-image:url(img/st_bienvenue.png);}
#hb2 span.st_salle_attente{		background-image:url(img/st_salle_attente.png);}
#hb2 span.st_hopitaux{			background-image:url(img/st_hopitaux.png);}
#hb2 span.st_offres_speciales{	background-image:url(img/st_offres_speciales.png);}
#hb2 span.st_panier{			background-image:url(img/st_panier.png);}
#hb2 span.st_commande{			background-image:url(img/st_commande.png);}
#hb2 span.st_informations{		background-image:url(img/st_informations.png);}




/* ***************************************************************** */
/* footer */
#footer{
	background-image:url(img/foot.png);
	background-repeat:no-repeat;
	background-position:top;
	padding:32px 16px 16px 16px;
	margin:30px 0 20px 0;
}
#footer .in{
	text-align:center;
}
#footer a,
#footer a:link,
#footer a:visited{
	color:#7B003F;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#footer a:hover,
#footer a:active{
	text-decoration:underline;
}



/* ***************************************************************** */
/* colonnes */
#cols{
	width:964px;
	display:block;
}
#colr{
	float:right;
	width:720px;
	background-image:url(img/colr.png);
	background-position:right top;
	background-repeat:no-repeat;
}
#colrin{
	background-color:#fff;
	background-image:url(img/colrin.png);
	background-repeat:no-repeat;
	width:673px;
	padding:16px 0 0 0;
	overflow:hidden;
}
#coll{
	float:left;
	width:244px;
}



/* ***************************************************************** */
/* menu gauche */
#mtop{
	width:244px;
	height:80px;
	background-image:url(img/logo02.png);
	display:block;
	overflow:hidden;
	text-indent:-999px;
}
/* menu gauche */
#mnu{
	list-style-type:none;
	background-image:url(img/mnu.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 68px;
}
.item1{	background-image:url(img/item1.png);}
.item2{	background-image:url(img/item2.png);}
.item3{	background-image:url(img/item3.png);}
#mnu li a{
	width:176px;
	height:84px;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	background-repeat:no-repeat;
}
.item1:hover,
.item2:hover,
.item3:hover{
	background-position:-176px 0;
}





/* ***************************************************************** */
/* panier */
#carth{
	width:244px;
	height:44px;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	background-image:url(img/carth.png);
}
#cart{
	width:244px;
	height:192px;
	display:block;
	overflow:hidden;
	background-image:url(img/cart.png);
}
#cart .in{
	margin:4px 16px 0 100px;
	font-size:11px;
	color:#7B003F;
}


/* contenu */
/* 8 px de respiration */
#content{
	margin:0 13px 0 20px;
	padding:0 0 100px 0;
}



/* ***************************************************************** */
/* intro cat */

.cat-intro{
	background-position:top right;
	background-repeat:no-repeat;
	min-height:200px;
	margin:0 0 15px 0;
}
.cat-intro .intro{
	margin:0 8px 0 42px;
	padding:0 264px 0 0;
	
}



/* ***************************************************************** */
/* intro article VERTICAL */
.box-v{
	width:320px;
	height:480px;
	display:block;
	float:left;
	overflow:hidden;
	background-image:url(img/box-v.png);
}
.box-v h2,
.box-v .img,
.box-v .intro,
.box-v .prix_constate,
.box-v .prix_ttc,
.box-v .cmd{
	position:absolute;
	display:block;
	overflow:hidden;
	z-index:100;
}
.box-v h2{
	width:208px;
	height:20px;
	margin:20px 0 0 96px;
	text-align:center;
}
.box-v h2 a,
.box-v h2 a:link,
.box-v h2 a:visited{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
.box-v h2 a:hover,
.box-v h2 a:active{
	color:#FF7F00;
}
.box-v .img{
	width:268px;
	height:200px;
	margin:48px 0 0 28px;
}
.box-v .img img{width:268px;height:200px;border:none;}
.box-v .intro{
	width:244px;
	height:70px;
	margin:248px 0 0 40px;
	font-size:11px;
	color:#666;
}
.box-v .intro a,
.box-v .intro a:link,
.box-v .intro a:visited{
	color:#7B003F;
	text-decoration:none;
}
.box-v .intro a:hover,
.box-v .intro a:active{
	text-decoration:underline;
}
.box-v .prix_constate{
	width:164px;
	height:20px;
	margin:336px 0 0 84px;
	text-align:right;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.box-v .prix_constate span{
	font-size:16px;
	background-image:url(img/strike.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:0 3px;
}
.box-v .prix_ttc{
	width:164px;
	height:24px;
	margin:356px 0 0 84px;
	text-align:right;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.box-v .prix_ttc span{
	font-size:20px;
}
.box-v .prix_ttc em{
	font-style:normal;
}
.box-v .cmd{
	width:148px;
	height:32px;
	margin:404px 0 0 96px;
	background-image:url(img/box-v-cmd.png);
	background-repeat:no-repeat;	
	text-indent:-999px;
}
.box-v a.cmd,
.box-v a.cmd:link,
.box-v a.cmd:visited{
	background-position:0 0;
}
.box-v a.cmd:hover,
.box-v a.cmd:active{
	background-position:-148px 0;
}




/* ***************************************************************** */
/* intro article HORIZONTAL */
.box-h{
	width:640px;
	height:372px;
	display:block;
	float:left;
	overflow:hidden;
	background-image:url(img/box-h.png);
}
.box-h h2,
.box-h .img,
.box-h .intro,
.box-h .prix_constate,
.box-h .prix_ttc,
.box-h .cmd{
	position:absolute;
	display:block;
	overflow:hidden;
	z-index:100;
}
.box-h h2{
	width:384px;
	height:20px;
	margin:20px 0 0 28px;
	text-align:left;
}
.box-h h2 a,
.box-h h2 a:link,
.box-h h2 a:visited{
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
.box-h h2 a:hover,
.box-h h2 a:active{
	color:#FF7F00;
}
.box-h .img{
	width:584px;
	height:160px;
	margin:52px 0 0 32px;
}
.box-h .img img{width:548px;height:164px;border:none;}

.box-h .intro{
	width:248px;
	height:156px;
	margin:216px 0 0 40px;
	font-size:11px;
	color:#666;
}
.box-h .intro a,
.box-h .intro a:link,
.box-h .intro a:visited{
	color:#7B003F;
	text-decoration:none;
}
.box-h .intro a:hover,
.box-h .intro a:active{
	text-decoration:underline;
}
.box-h .prix_constate{
	width:164px;
	height:20px;
	margin:236px 0 0 420px;
	text-align:right;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.box-h .prix_constate span{
	font-size:16px;
	background-image:url(img/strike.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:0 3px;
}
.box-h .prix_ttc{
	width:164px;
	height:24px;
	margin:256px 0 0 420px;
	text-align:right;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.box-h .prix_ttc span{
	font-size:20px;
}
.box-h .prix_ttc em{
	font-style:normal;
}
.box-h .cmd{
	width:148px;
	height:32px;
	margin:302px 0 0 433px;
	background-image:url(img/box-v-cmd.png);
	background-repeat:no-repeat;	
	text-indent:-999px;
}
.box-h a.cmd,
.box-h a.cmd:link,
.box-h a.cmd:visited{
	background-position:0 0;
}
.box-h a.cmd:hover,
.box-h a.cmd:active{
	background-position:-148px 0;
}










/* ***************************************************************** */
/* intro article OFFRE SPECIALE */
.box-os{
	width:640px;
	height:220px;
	display:block;
	float:left;
	overflow:hidden;
	background-image:url(img/box-os.png);
}
.box-os h2,
.box-os .img,
.box-os .intro,
.box-os .prix_constate,
.box-os .prix_ttc,
.box-os .cmd{
	position:absolute;
	display:block;
	overflow:hidden;
	z-index:100;
}
.box-os h2{
	width:352px;
	height:20px;
	margin:28px 0 0 264px;
	text-align:left;
}
.box-os h2 a,
.box-os h2 a:link,
.box-os h2 a:visited{
	color:#000;
	font-size:16px;
	text-decoration:none;
}
.box-os h2 a:hover,
.box-os h2 a:active{
	color:#FF7F00;
}
.box-os .img{
	width:200px;
	height:150px;
	margin:36px 0 0 40px;
}
.box-os .img img{width:200px;height:150px;border:none;}
.box-os .intro{
	width:352px;
	height:88px;
	margin:52px 0 0 264px;
	font-size:11px;
	color:#666;
}
.box-os .intro a,
.box-os .intro a:link,
.box-os .intro a:visited{
	color:#7B003F;
	text-decoration:none;
}
.box-os .intro a:hover,
.box-os .intro a:active{
	text-decoration:underline;
}
.box-os .prix_constate{
	display:none;
}
.box-os .prix_constate span{
	display:none;
}
.box-os .prix_ttc{
	width:124px;
	height:40px;
	margin:148px 0 0 336px;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.box-os .prix_ttc span{
	font-size:20px;
	display:block;
}
.box-os .prix_ttc em{
	font-style:normal;
}
.box-os .cmd{
	width:140px;
	height:28px;
	margin:156px 0 0 464px;
	background-image:url(img/box-os-cmd.png);
	background-repeat:no-repeat;	
	text-indent:-999px;
}
.box-os a.cmd,
.box-os a.cmd:link,
.box-os a.cmd:visited{
	background-position:0 0;
}
.box-os a.cmd:hover,
.box-os a.cmd:active{
	background-position:-140px 0;
}




/* ***************************************************************** */
/* intro article OFFRE SPECIALE */
.detail{
	margin:-8px 0 0 0;
	background-color:#fff;
	background-image:url(img/detail-top.png);
	background-repeat:no-repeat;
	background-position:top;
	padding:24px;
}
.detail-bot{
	background-image:url(img/detail-bot.png);
	background-repeat:no-repeat;
	background-position:top;
	width:592px;
	height:16px;
	display:block;
}
.detail h2{
	margin:0 0 15px 0;
	color:#7B003F;
	padding:0 0 0 15px;
}
.detail .img{
	border:none;
}
.detail .prix{
	display:block;
	width:240px;
	height:164px;
	overflow:hidden;
	background-image:url(img/detail-prix.png);
	margin:10px 0 0 360px;
}

.detail .prix_constate,
.detail .prix_ttc,
.detail .cmd{
	position:absolute;
	display:block;
	overflow:hidden;
}

.detail .prix_constate{
	width:164px;
	height:20px;
	margin:28px 0 0 40px;
	text-align:right;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.detail .prix_constate span{
	font-size:16px;
	background-image:url(img/strike.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:0 3px;
}
.detail .prix_ttc{
	width:164px;
	height:24px;
	margin:48px 0 0 40px;
	text-align:right;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.detail .prix_ttc span{
	font-size:20px;
}
.detail .prix_ttc em{
	font-style:normal;
}
.detail .cmd{
	width:148px;
	height:32px;
	margin:94px 0 0 51px;
	background-image:url(img/box-v-cmd.png);
	background-repeat:no-repeat;	
	text-indent:-999px;
}
.detail a.cmd,
.detail a.cmd:link,
.detail a.cmd:visited{
	background-position:0 0;
}
.detail a.cmd:hover,
.detail a.cmd:active{
	background-position:-148px 0;
}




.fullpage{
	margin:-8px 0 0 0;
	background-image:url(img/page.png);
	background-repeat:no-repeat;
	background-position:top;
	padding:20px 20px 0 20px;
}

/* ***************************************************************** */
/* CART,PANIER*/
table.cart{
	width:100%;
	background-image:url(img/tableau.png);
	background-position:0 0;
	margin:0 0 20px 0;
}
table.cart th{
	height:24px;
	line-height:24px;
	text-align:center;
	color:#000;
}
table.cart .a{width:388px;}
table.cart .b{width:68px;}
table.cart .c{width:60px;}
table.cart .d{width:64px;}
table.cart .e{width:20px;}
table.cart td{
	padding:5px 0;
	color:#fff;
	border-top:1px solid #fff;
}
table.cart td span{
	padding:0 5px;
}
table.cart .qtt{
	width:50px;
	border:1px solid #333;
}
table.cart .total td{
	background-color:#fff;
	color:#7B003F;
	text-align:right;
}
table.cart .total .bcd,
table.cart .total .e{
	background-color:#7B003F;
	color:#fff;
}


/* ***************************************************************** */
/* COMMANDE */
table.form{
	width:100%;
	margin:0 0 10px 0;
}
table.form td{
	width:440px;
	text-align:right;
}
table.form th{
	width:200px;
}

table.form .text{
	width:200px;
	border:1px solid #7B003F;
	padding:3px;
}
table.form .select{
	width:208px;
	border:1px solid #7B003F;
	padding:3px;
}
table.form .err{
	color:#c00;
}


.coords{
	background-image:url(img/coords.png);
	background-repeat:no-repeat;
	height:400px;
	display:block;
	background-position:60px 20px;
	margin:0 0 20px 0;
}

.btn{
	text-align:right;
	margin:0 0 8px 0;
}
.btn input{
	width:210px;
}

.clear{
	height:1px;
	display:block;
	clear:both;
}
