@charset "utf-8";
/* CSS Document */
@import url("../../../admin/global/reset.css");

/* LE MENU DU FRONT */
.left {
	float:left;
}
.right {
	float:right;
}

ul {
	margin-left:20px !important;
}
.container_wizard ul {
	margin-left:0px !important;
}
#fond_menu {
	position: relative;
	top: 0;
	left: 0;
	background: url(http://www.webagoo.fr/interface/images/menu.png) repeat-x;
	height: 43px;
	z-index: 5000;
	width:100%;
}
#menu {
	margin: 0 auto;
	height: 43px;
	position: relative;
	width: 953px;
}
#navigation {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation li {
	float: left;
	background: url(http://www.webagoo.fr/interface/images/menu-fleche.jpg) no-repeat center -9999px;
}
#navigation li a {
	background: url(http://www.webagoo.fr/interface/images/separation.jpg) no-repeat right 0;
	padding: 0 18px;
	color:#f2f2f2;
	text-decoration:none;
	line-height:38px;
	display: block;
	font-size: 11px;
	text-shadow: 0 1px 2px #000;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.menu {
	background: url(http://www.webagoo.fr/interface/images/separation.jpg) no-repeat left 0;
}
#navigation li.page_active, #navigation li:hover {
	background-position: center top;
}
#navigation li.last_page a {
	background: url(http://www.webagoo.fr/interface/images/btn-blog.png) no-repeat center top;
	text-indent: -9999px;
	width: 48px;
	height: 48px;
	position: relative;
	text-shadow: none;
}
#navigation li.last_page a:hover {
	background-position: center bottom;
}
.w5-main h1 {
	font-size: 19px;
	margin-top: 20px;
}
.w5-main h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.w5-main p {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height:18px;
}
h3 {
	font-size:16px !important;
	line-height:50px;
	color:#666;
}
.pan h3 {
	text-align:center;
}
.pan label {
	width:140px;
	text-align:right;
	display:block;
	padding-right:20px;
}
.pan input[type=text], .pan input[type=password], .pan textarea, .pan select, #ws-form-cle-relai input[type=text] {
	background-color:#fafafa;
	border:1px solid #ccc;
	padding:6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	width:210px;
	resize:none;
}
.pan select {
	width:223px;
}
div.pan {
	display: block;
	width: 490px;
}
.leftpan {
	float: left;
}
.rightpan {
	float: left;
}
#ws_form_compte {
	overflow: hidden;
	display: block;
	position: relative;
	clear: both;
}
.ws-obligatoire {
	font-size:22px;
	color:#EF5252;
}
.ws-obligatoire.txt {
	font-size:11px;
	line-height:20px;
	float:right;
	margin-right:101px;
}

.erreur {
	margin:10px;
	color:#BB686A;
	border:1px solid #F00;
	padding: 10px;
	padding-left: 20px;
}

.w5-main {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1005px;
	padding-top:0px;
	background-color:#ffffff;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	overflow: visible;
	clear:both;
	font-size:13px;
}

#w5-annexe-container {
	display:none !important;
}

h1 {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#ws-main-container {
	display:block;
	position:relative;
	width:990px;
	margin:0px auto;
	overflow:auto;
	padding-bottom:3px;
}
#ws-main-container h1 {
	color:#454545;
	margin-bottom:15px;
	margin-top:5px;
	margin-left:1px;
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-size:18px;
	-moz-text-shadow:1px 1px 1px rgba(255,255,255,1);
	-webkit-text-shadow:1px 1px 1px rgba(255,255,255,1);
	-o-text-shadow:1px 1px 1px rgba(255,255,255,1);
	text-shadow:1px 1px 1px rgba(255,255,255,1);
}
#ws-main-container h2 {
	color:#454545;
	margin-bottom:10px;
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-size:15px;
	-moz-text-shadow:1px 1px 1px rgba(255,255,255,1);
	-webkit-text-shadow:1px 1px 1px rgba(255,255,255,1);
	-o-text-shadow:1px 1px 1px rgba(255,255,255,1);
	text-shadow:1px 1px 1px rgba(255,255,255,1);
}
#ws-main-container hr {
	border:none;
	height:2px;
	background-image:url(../images/hr.jpg);
	background-repeat:repeat-x;
}
.ws-pagination {
	display: block;
	position: relative;
	clear: both;
	line-height: 31px;
}
.ws-pagination a {
	color:#000;
	text-decoration:none;
}
.ws-pagination a.numero_page_actif {
	text-decoration:underline;
	font-weight:bold;
}


/* FAMILLES */
.ws-famille-li, .ws-cat-li {
	display:inline-block;
	position:relative;
	width:150px;
	height:170px;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	z-index:11;
	text-align:center;
	font-size:12px;
	margin:5px;
	vertical-align:top;
	white-space:normal;
}
.ws-famille, .ws-cat {
	display:block;
	position:relative;
	width:150px;
	height:170px;
	color:#999 !important;
	text-decoration:none !important;
}
.ws-famille-li:hover, .ws-cat-li:hover, .ws-famille-li.famille-active, .ws-cat-li.categorie-active {
	background-color:#ececec;
}
.ws-famille-li:hover a.ws-famille, .ws-famille-li.famille-active a.ws-famille, .ws-cat-li:hover a.ws-cat, .ws-cat-li.categorie-active a.ws-cat {
	color:#000 !important;
}
.ws-famille-li.hidden, .ws-cat-li.hidden {
	display:none;
}
.ws-famille img {
	width:150px;
	height:150px;
}


/* CATEGORIES */



/* ZONE DE HEADER */

.ws-search-onglet.off {
	background-color:#FFF;
	-webkit-box-shadow:0px -1px 2px rgba(105,105,105,0.6) inset;
	-o-box-shadow:0px -1px 2px rgba(105,105,105,0.6) inset;
	box-shadow:0px -1px 2px rgba(36,36,36,0.6) inset;
	border-bottom:none;
	color:#b2b2b2;
}
.ws-footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 950px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.ws-footer a {
	color: #999 !important;
	text-decoration:none !important;
}
.ws-span-couleur {
	display:inline-block;
	width:16px;
	height:14px;
	margin-right:5px;
	border:1px solid #d6dade;
	cursor:pointer;
	text-align:center;
	padding-top:1px;
}
.ws-label-search {
	display:inline-block;
	color:#6f6f6f;
	height:40px;
}
.ws-header-search select {
	width:160px;
}
.ws-span-search {
	display:inline-block;
	width:80px;
}
.ws-bt-submit-search {
	display:block;
	margin-left:auto;
	position:relative;
	width:115px;
	padding-top:5px;
	height:20px;
	text-align:center;
	color:#FFF !important;
	background-color:#505050;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	-moz-box-shadow:0px -1px 1px rgba(105,105,105,0.6);
	-webkit-box-shadow:0px -1px 1px rgba(105,105,105,0.6);
	-o-box-shadow:0px -1px 1px rgba(105,105,105,0.6);
	box-shadow:0px -1px 1px rgba(105,105,105,0.6);
	
	-moz-box-shadow:0px -1px 1px rgba(105,105,105,0.6) inset;
	-webkit-box-shadow:0px -1px 1px rgba(105,105,105,0.6) inset;
	-o-box-shadow:0px -1px 1px rgba(105,105,105,0.6) inset;
	box-shadow:0px -1px 1px rgba(36,36,36,0.6) inset;
	
	 -webkit-box-shadow: 0px 1px 1px 0px rgba(36, 36,36, 1), 0px -1px 1px 0px rgba(105, 105, 105, 0.5); 
}


/* INDEX PRINCIPAL ET CATALOGUE DES ITEMS */
#ws-main, #ws-desc, #ws-cat, #ws-famille, #ws-search {
	margin:0px !important;
	width:988px;
	background-color:#fff;
	overflow:hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-top:10px !important;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#ws-famille {
	background-image:url(../images/interface.png);
	background-position:0px 0px;
	background-repeat:repeat-x;
	height:180px;
	white-space:nowrap;
	box-shadow: 0px 1px 3px #aaa;
	font-size:13px;
}
#ws-desc, #ws-search {
	width:958px;
	text-align:left;
	padding:10px;
	font-size:13px;
}
#ws-cat, .jcarousel-container {
	height:180px;
	white-space:nowrap;
	background-image:url(../images/interface.png);
	background-position:0px -180px;
	background-repeat:repeat-x;
	box-shadow: 0px 1px 3px #aaa;
	font-size:13px;
}
#ws-search {
	height:160px;
	background-image:url(../images/interface.png);
	background-position:0px 0px;
	background-repeat:repeat-x;
	box-shadow: 0px 1px 3px #aaa;
	width:968px;
}
#ws-main {
	background-image:url(../images/interface.png);
	background-position:0px -443px;
	background-repeat:repeat-x;
	background-color:#fafafa;
	min-height:690px;
	box-shadow: 0px 1px 3px #aaa;
}
#ws-main p {
	display: block;
	position: relative;
	width: 205px;
	color: #666;
	line-height: 14px;
	height:140px;
	overflow:hidden;
	margin-left:20px;
	margin-bottom:5px;
	margin-top:5px;
}

/* GENERIQUE */
.ws-item-container {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display:block;
	position:relative;
	width:242px;
	float:left;
	font-size:11px;
	margin-bottom:20px;
	margin-top:10px;
	text-align:left;
}
.ws-item-container.col3 {
	border:none;
	margin-right:0px;
}
a.ws-item-lien:link, a.ws-item-lien:visited, a.ws-item-lien:hover {
	display:block;
	position:relative;
	font-weight:bold;
	color:#333333;
	width:208px;
	line-height:20px;
	overflow:hidden;
	font-size:16px;
	text-align:left;
	margin-left:20px;
	text-decoration:none;
	margin-bottom:10px;
}
.ws-item-prix {
	color:#666666;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	display: block;
	width: 104px;
	float:left;
	margin-left:20px;
}
.ws-item-more {
	display: block;
	width: 125px;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	margin-left:20px;
	color:#0094ff !important;
	font-weight:bold;
	text-decoration:none;
}
a.ws-item-lien-prix:link, a.ws-item-lien-prix:visited, a.ws-item-lien-prix:hover {
	display:block;
	position:relative;
	width:118px;
	height:17px;
	padding-top:5px;
	color:#ffffff;
	text-decoration:none;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	-moz-box-shadow:0px -1px 1px rgba(36,36,36,0.3) inset, 0px 1px 1px rgba(36,36,36,0.3), 0px -1px 1px rgba(105,105,105,0.3);
	-webkit-box-shadow:0px -1px 1px rgba(36,36,36,0.3) inset, 0px 1px 1px rgba(36,36,36,0.3), 0px -1px 1px rgba(105,105,105,0.3);
	-o-box-shadow:0px -1px 1px rgba(36,36,36,0.3) inset, 0px 1px 1px rgba(36,36,36,0.3), 0px -1px 1px rgba(105,105,105,0.3);
	box-shadow:0px -1px 1px rgba(36,36,36,0.3) inset, 0px 1px 1px rgba(36,36,36,0.3), 0px -1px 1px rgba(105,105,105,0.3);
	
 -webkit-box-shadow:0px -1px 1px rgba(36,36,36,0.3) inset, 0px 1px 1px 0px rgba(36, 36,36, 0.3), 0px -1px 1px 0px rgba(105, 105, 105, 0.1);
	text-align:center;
	background-image:url(../images/interface.png);
	background-repeat:no-repeat;
	background-position: 0px -360px;
	border-top:1px solid #68baff;
	border-bottom:1px solid #00457f;
	margin-left:0px;
	float:right;
	text-shadow: 0px -1px 1px #0067B4;
	font-weight: bold;
	font-size:11px;
}
a.ws-item-lien-prix.gris:link, a.ws-item-lien-prix.gris:visited, a.ws-item-lien-prix.gris:hover {
	display:block;
	position:relative;
	width:118px;
	height:17px;
	padding-top:5px;
	color:#dcdcdc;
	text-decoration:none;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	-moz-box-shadow:0px -1px 1px rgba(36,36,36,0.3) inset, 0px 1px 1px rgba(36,36,36,0.3), 0px -1px 1px rgba(105,105,105,0.3);
	-webkit-box-shadow:0px -1px 1px rgba(36,36,36,0.3) inset, 0px 1px 1px rgba(36,36,36,0.3), 0px -1px 1px rgba(105,105,105,0.3);
	-o-box-shadow:0px -1px 1px rgba(36,36,36,0.3) inset, 0px 1px 1px rgba(36,36,36,0.3), 0px -1px 1px rgba(105,105,105,0.3);
	box-shadow:0px -1px 1px rgba(36,36,36,0.3) inset, 0px 1px 1px rgba(36,36,36,0.3), 0px -1px 1px rgba(105,105,105,0.3);
	
 -webkit-box-shadow:0px -1px 1px rgba(36,36,36,0.3) inset, 0px 1px 1px 0px rgba(36, 36,36, 0.3), 0px -1px 1px 0px rgba(105, 105, 105, 0.1);
	text-align:center;
	background-image:url(../images/interface.png);
	background-repeat:no-repeat;
	background-position: 0px -420px;
	border-top:1px solid #d1d2d2;
	border-bottom:1px solid #6d6e6f;
	margin-left:0px;
	float:right;
	text-shadow: 0px -1px 1px #626262;
	font-weight: bold;
	font-size:11px;
}
.ws-item-lien-prix-bis {
	display:block;
	line-height:12px;
	font-weight:normal;
	font-size:9px;
	text-align:left;
}
.ws-item-lien-prix-span {
	font-size:9px;
}
.ws-img-item-theme {
	width:120px;
	height:auto;
}
img.ws-item-image {
	display:block;
	position:relative;
	margin:0px auto;
}
.ws-href-img {
	width:242px;
	height:390px;
	display:block;
	overflow:hidden;
}
img.ws-label-premium {
	display:block;
	z-index:900;
	position:absolute;
	top:-12px;
	left:10px;
}
.ws-item-cat {
	display:block;
	position:relative;
	height:40px;
}
.ws-item-cat.module, .ws-item-cat.formule {
	color:#fb7a00;
	display:none;
}
.ws-item-cat.item {
	color:#018cc0;
}


/* POUR LES FORMULES */
.ws-main-item-formule .ws-item-container {
	margin-bottom:0px;
}
.ws-main-item-module .ws-item-container {
	height:200px;
}



/* POUR LES PRESTAS */
.ws-main-item-presta .ws-item-container {
	width:197px;
	height:275px;
}
.ws-main-item-presta .ws-item-container .ws-href-img {
	width:120px;
	height:100px;
	margin:0px auto;
}
.ws-main-item-presta .ws-item-container .ws-item-cat {
	text-align:center;
	margin:0px auto;
}
.ws-main-item-presta .ws-item-container a.ws-item-lien:link, .ws-main-item-presta .ws-item-container a.ws-item-lien:visited, .ws-main-item-presta .ws-item-container a.ws-item-lien:hover {
	text-align:center;
	width:150px;
	margin:0px auto;
	height:35px;
	font-size:13px;
	line-height:16px;
}
.ws-main-item-presta .ws-item-container .ws-item-prix {
	width:197px;
	float:none;
	height:30px;
	text-align:center;
	margin:0px;
}
.ws-main-item-presta .ws-item-container a.ws-item-lien-prix {
	float:none;
}
.ws-main-item-presta .ws-item-container .ws-item-more {
	width:197px;
	margin:0px;
	text-align:center;
}
.ws-main-item-presta .ws-item-container a.ws-item-lien-prix:link, .ws-main-item-presta .ws-item-container a.ws-item-lien-prix:visited, .ws-main-item-presta .ws-item-container a.ws-item-lien-prix:hover {
	margin:0px auto;
	float:none;
}



/* POUR LES MODULES */
.ws-main-item-module .ws-item-container {
	width:197px;
	height:230px;
	margin-top:15px;
}
.ws-main-item-module .ws-item-container .ws-href-img {
	width:120px;
	height:100px;
	margin:0px auto;
}
.ws-main-item-module .ws-item-container a.ws-item-lien:link, .ws-main-item-module .ws-item-container a.ws-item-lien:visited, .ws-main-item-module .ws-item-container a.ws-item-lien:hover {
	text-align:center;
	width:150px;
	margin:0px auto;
	height:35px;
	font-size:13px;
	line-height:16px;
}
.ws-main-item-module .ws-item-container .ws-item-prix {
	width:197px;
	float:none;
	height:30px;
	text-align:center;
	margin:0px;
}
.ws-main-item-module .ws-item-container a.ws-item-lien-prix {
	float:none;
}
.ws-main-item-module .ws-item-container .ws-item-more {
	width:197px;
	margin:0px;
	text-align:center;
}
.ws-main-item-module .ws-item-container a.ws-item-lien-prix:link, .ws-main-item-module .ws-item-container a.ws-item-lien-prix:visited, .ws-main-item-module .ws-item-container a.ws-item-lien-prix:hover {
	margin:0px auto;
	float:none;
}



/* POUR LES THEMES */
.ws-main-item-theme .ws-item-container {
	height:330px;
	width:190px;
	margin-top:15px;
}
.ws-main-item-theme .ws-item-container .ws-href-img {
	width:190px;
	height:160px;
}
.ws-main-item-theme .ws-item-container .ws-item-lien {
	height:30px;
}
.ws-main-item-theme .ws-item-container .ws-item-cat {
	height:25px;
	text-align:center;
	color:#666666;
}
.ws-main-item-theme .ws-item-container a.ws-item-lien:link, .ws-main-item-theme .ws-item-container a.ws-item-lien:visited, .ws-main-item-theme .ws-item-container a.ws-item-lien:hover {
	display:block;
	position:relative;
	font-weight:bold;
	color:#333333;
	width:190px;
	line-height:16px;
	overflow:hidden;
	font-size:13px;
	text-align:center;
	margin:0px auto;
	float:none !important;
}
.ws-main-item-theme .ws-item-container a.ws-item-lien-prix:link, .ws-main-item-theme .ws-item-container a.ws-item-lien-prix:visited, .ws-main-item-theme .ws-item-container a.ws-item-lien-prix:hover {
	margin:0px auto;
	float:none;
}
.ws-main-item-theme .ws-item-container .ws-item-prix {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	display: block;
	width: 190px;
	margin:0px;
	float:none;
}
.ws-main-item-theme .ws-item-container .ws-item-more {
	margin:0px auto;
	text-align:center;
}





/* MENU */
#ws-title {
	font-size:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display:block;
	line-height:30px;
}
#ws-menu {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:988px;
	height:60px !important;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}
.ws-bt-home {
	display:inline-block;
	margin-top:5px;
	margin-left:10px;
}
#ws-menu-left {
	display:block;
	position:relative;
	float:left;
	width:580px;
}
#ws-menu-left li {
	display:inline-block;
}
#ws-menu-right {
	display:block;
	position:relative;
	float:right;
	width:290px;
	text-align:right;
	line-height: 25px;
}
#ws-menu-right li {
	display:inline-block;
}
.ws-bt-menu {
	text-decoration:none;
	color:#666666 !important;
}
.ws-bt-menu:hover {
	text-decoration:none;
	color:#000000 !important;
}
#ws-menu-right li a.ws-bt-menu {
	margin-left:7px;
	margin-right:7px;
}
#ws-menu .apres {
	background-image:url(../images/apres.png);
	background-repeat:no-repeat;
	padding-left:5px;
	padding-right:15px;
	background-position:right;
}
#ws-menu .avant {
	background-image:url(../images/avant.png);
	background-repeat:no-repeat;
	padding-right:5px;
	padding-left:15px;
	background-position:left;
	margin-left:5px;
}


/* DETAIL ITEM */
#ws-detail-left {
	display:block;
	position:relative;
	float:left;
	width:958px;
	text-align:left;
	padding:10px;
	overflow:auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color:#fafafa;
	box-shadow: 0px 1px 3px #aaa;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:6px;
}
#ws-detail-left h1, #ws-detail-left h2, #ws-detail-left h3 {
	color:#333;
}
.ws-detail-col1 {
	display:block;
	position:relative;
	float:left;
	width:450px;
	line-height:18px;
	background-color:#FFF;
	text-align:center;
	padding-top:16px;
}
.ws-detail-col2 {
	display:block;
	position:relative;
	float:right;
	width:225px;
	line-height:18px;
	text-align:left;
}
.ws-detail-col2 a.ws-item-lien-prix {
	float:right;
	margin-top:12px;
	line-height: 10px;
}
.ws-header-prix {
	display:block;
	position:relative;
	width:225px;
	height:60px;
	clear:both;
}
.ws-photo-detail {
	width:430px;
}
.ws-photo-detail-thumbs {
	width:130px;
}
.ws-detail-desc {
	display: block;
	float: left;
	width: 720px;
	margin-bottom: 20px;
	line-height: 16px;
	color:#333;
}
.ws-detail-desc p {
	margin-top:10px;
	margin-bottom:10px;
}
.ws-detail-desc ul li {
	margin-left:20px;
}
.ws-detail-span-info {
	color:#018cc0;
}
.ws-detail-label-prix {
	display:block;
	width:225px;
	height:105px;
	background-color:#323232;
	margin-bottom:5px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	position:relative;
	cursor:pointer;
}
.ws-detail-label-prix.small {
	display:block;
	width:360px;
	height:70px;
	margin-bottom:5px;
}
.ws-detail-radio-prix {
	display:block;
	position:absolute;
	top:42px;
	left:2px;
}
.ws-detail-radio-prix.small {
	top:25px;
}
.ws-detail-span-libelle-prix {
	color:#e5e5e5;
	font-size:16px;
	position:absolute;
	top:17px;
	left:25px;
}
.ws-detail-span-libelle-prix.small {
	top:10px;
	font-size:14px;
	left:130px;
}
.ws-detail-span-prix {
	color:#018cc0;
	font-weight:bold;
	display:block;
	position:absolute;
	top:35px;
	left:25px;
	font-size:16px;
}
.ws-detail-span-prix.small {
	top:0px;
	line-height: 51px;
	left: 25px;
}
.ws-detail-sup {
	color:#018cc0;
	font-size:8px;
}
.ws-detail-span-desc-prix {
	color:#b2b2b2;
	font-size:11px;
	position:absolute;
	top:40px;
	left:25px;
	line-height:12px;
	padding-right: 5px;
	text-align:justify;
}
.ws-detail-span-desc-prix.small {
	top:27px;
	left:130px;
}
.ws-picto-detail-thumbs {
	width:41px;
}
.ws-picto {
	display:block;
	float:left;
	margin-right:10px;
}
.ws-smallbloc-gauche {
	display:block;
	position:relative;
	width:360px;
	float:left;
	overflow:hidden;
}
.ws-smallbloc-droite {
	display:block;
	position:relative;
	width:360px;
	float:left;
	overflow:hidden;
}
.ws-prix {
	display:block;
	position:relative;
	width:105px;
	line-height:25px;
	float:left;
	margin-top:12px;
	font-size:15px;
	text-align:center;
}
.ws-col-gauche {
	display: block;
	position: relative;
	float: left;
	width: 230px;
}
.ws-col-droite {
	display: block;
	position: relative;
	float: left;
	width: 490px;
}
.ws-telsupp {
	font-size:10px;
	color:#666;
}


/* STYLE DU PANIER */
.ws-panier th {
	text-align:center;
	font-size:14px;
}
.ws-panier-img {
	text-align:center;
	width:50px;
	padding:3px;
	border-bottom:1px solid #e6e6e6;
}
.ws-panier-designation {
	width:998px;
	padding:3px;
	border-bottom:1px solid #e6e6e6;
}
.ws-panier-complement {
	width:30px;
	padding:3px;
	border-bottom:1px solid #e6e6e6;
}
.ws-panier-prix {
	width:100px;
	text-align:right;
	padding:3px;
	border-bottom:1px solid #e6e6e6;
}
.ws-panier-quantite {
	width:50px;
	text-align:center;
	padding:3px;
	border-bottom:1px solid #e6e6e6;
}
.ws-panier-corbeille {
	padding-left:20px;
}
.ws-panier-libelle {
	font-weight:bold;
	font-size:13px;
}
.ws-panier-developpeur {
	color:#999;
	font-size:9px;
}
.ws-panier-sous-total {
	text-align:right;
	padding:3px;
	padding-top:20px;
}
.ws-panier-tva {
	text-align:right;
	padding:3px;
	border-bottom:1px solid #e6e6e6;
}
.ws-panier-remise {
	text-align:right;
	padding:3px;
	border-bottom:1px solid #e6e6e6;
}
.ws-panier-total {
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding:3px;
	padding-top:20px;
}
.ws-panier-libelle-sous-total {
	text-align:right;
	padding-top:20px;
	padding-right:20px;
}
.ws-panier-libelle-tva {
	text-align:right;
	padding-right:20px;
}
.ws-panier-libelle-remise {
	text-align:right;
	padding-right:20px;
}
.ws-panier-libelle-total {
	padding-top:20px;
	text-align:right;
	font-weight:bold;
	padding-right:20px;
}
.ws-panier-input-quantite {
	text-align:center;
}


/* BLOC PANIER */
.ws-bloc-panier-designation {
	width:350px;
	padding:3px;
	border-bottom:1px solid #D3D5EF;
	font-size:11px;
}
.ws-bloc-panier-prix {
	width:100px;
	text-align:right;
	padding:3px;
	border-bottom:1px solid #D3D5EF;
	font-size:11px;
}
.ws-bloc-panier-libelle {
	font-weight:bold;
	font-size:11px;
}
.ws-bloc-panier-sous-total {
	text-align:right;
	padding:3px;
	padding-top:20px;
}
.ws-bloc-panier-tva {
	text-align:right;
	padding:3px;
	border-bottom:1px solid #D3D5EF;
}
.ws-bloc-panier-total {
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding:3px;
	padding-top:20px;
}
.ws-bloc-panier-libelle-sous-total {
	text-align:right;
	padding-top:20px;
	padding-right:20px;
}
.ws-bloc-panier-libelle-tva {
	text-align:right;
	padding-right:20px;
}
.ws-bloc-panier-libelle-total {
	padding-top:20px;
	text-align:right;
	font-weight:bold;
	padding-right:20px;
}





/* LE SPLASH */
.ws-splash {
	width:454px;
	height:184px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1000;
}
.ws-splash-bis {
	background-color:#FFFFFF;
	width:380px;
	height:110px;
	position:absolute;
	border:2px solid #666;
	font-size:12px;
	padding:20px;
	margin-left:15px;
	margin-top:15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#ws-splash-background {
	background-color: black;
	display: block;
	position: absolute;
	width: 454px;
	height: 248px;
	opacity: 0.4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
}
#ws-splash-background-close {
	background-color: black;
	display: block;
	position: absolute;
	width: 31px;
	height: 14px;
	opacity: 0.4;
	-moz-border-radius: 14px 14px 0px 0px;
	-webkit-border-radius: 14px 14px 0px 0px;
	-o-border-radius: 14px 14px 0px 0px;
	border-radius: 14px 14px 0px 0px;
	border-radius: 14px 14px 0px 0px;
	right:17px;
	top:-14px;
}
#ws-splash-close {
	display:block;
	position:absolute;
	width:25px;
	height:25px;
	background-image:url(../images/bt.png);
	background-repeat:no-repeat;
	background-position:-4px;
	right:20px;
	top:-11px;
	cursor:pointer;
}
#ws-splash-close:hover {
	background-position:-37px;
}
.ws-splash-span-prix {
	display: block;
	position: absolute;
	line-height: 19px;
	padding: 5px;
	right: 0px;
	top: 0px;
	font-weight: bold;
	font-size: 18px;
}
.ws-splash-span-libelle-prix {
	top: 10px;
	font-size: 14px;
	left: 35px;
	color: #E5E5E5;
	position: absolute;
}
.ws-splash-span-desc-prix {
	top: 27px;
	left: 35px;
	color: #B2B2B2;
	font-size: 11px;
	position: absolute;
	line-height: 12px;
	padding-right: 5px;
	text-align: justify;
}
.ws-bt-splash {
	text-align:center;
}

.ws-cgv {
	width:1003px;
	height:200px;
	overflow-y:scroll;
	border:1px solid #CCC;
	font-size: 10px;
}
.ws-cgv p {
	font-size: 10px;
}

.ws-tbl-commandes {
	width:350px;
}
.ws-tbl-commandes td {
	text-align:center;
	padding:5px;
}
.ws-tbl-commandes td.ws-td-montant {
	text-align:right;
}

#wbg-cmcic-form input[type=submit] {
	/*display:none;*/
}

.ws-cgv-container {
	display: block;
	position: relative;
	width: 913px;
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 10px;
	font-size: 10px;
}

/* NAVIGATION */
.ws-navigation {
	display:block;
	width:970px;
	clear:both;
	text-align:center;
	padding:5px;
}
.ws-navigation a {
	display:inline-block;
	width:160px;
	text-align:center;
	padding:5px;
	background-color:#f2f2f2;
	border:1px solid #cccccc;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color:#333;
	text-decoration:none;
}
.ws-navigation a.nav-page {
	width:20px;
}

/* CAROUSEL */
.jcarousel-container {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.jcarousel-container #ws-cat {
	height:180px;
	white-space:nowrap;
	background-image:none;
	background-color:transparent;
	background-position:0pc;
	background-repeat:no-repeat;
	box-shadow:none;
	font-size:13px;
	margin-top:0px !important;
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-container-horizontal {
    width: 928px;
    padding: 0px 30px;
		margin-top:10px;
}


.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-clip-horizontal {
    width:  918px;
    height: 180px;
}

.jcarousel-list {
	border:0px !important;
}

.jcarousel-item {
    width: 145px;
    height: 170px;
}

/*.jcarousel-item:hover,
.jcarousel-item:focus {
    border-color: #808080;
}*/

.jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 7px;
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 7px;
	margin-right: 0;
}

.jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 74px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next.png) no-repeat right;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev.png);
}

.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 74px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev.png) no-repeat 0 0;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next-horizontal.gif);
}

.jcarousel-prev-horizontal:hover,
.jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

#wbg-cmcic-form2 input[type=submit], #wbg-cmcic-form input[type=submit] {
	background-image: url(../images/credit_cards.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	width: 260px;
	line-height: 55px;
	height: 60px;
	padding-left: 52px;
	font-weight: bold;
	background-position: 10px 4px;
	border-radius: 6px;
	margin:40px auto;
	cursor:pointer;
}