#header .langues {
  position: absolute;
  right: 580px;
  top: 10px;
}
#header .langues li{
  margin-bottom: 5px;
  font-size:12px;
}
#header .langues li img {
  width: 16px;
  height: 16px;
}

#header select { 
  width:150px;
  position: absolute;
  right:0;
}
#iso_mod_checkout_address input{
  margin:0;
}
.vcard { width:500px; }
/* LOGIN */
.login h1 {
  font-weight: bold;
  font-size:18px;
  margin-bottom: 50px;
}
.login table {
  margin: 10px auto;
}

/* SUIVI DE COMMANDES */
.suiviCommande h1 {
  font-weight: bold;
  font-size: 16px;
}

.suiviCommande .list_search {
  background: #EEE;
  width:700px;
  margin: 10px auto;
  padding:5px;
}

.suiviCommande .list_per_page {
  width:700px;
  margin: 10px auto;
  padding:5px;
  text-align: right;
}

.suiviCommande .all_records {
  width:700px;
  margin: 10px auto;  
}

.suiviCommande .pagination {
  width:700px;
  margin: 20px auto;
  background: #EEE;
  padding:5px;
}
.suiviCommande ul {
   display: inline-block;
  margin-top: 5px;
}
.suiviCommande ul li {
  float: left;
  background: #38b2e3;
  margin: 0 2px;
  color: #FFF;
}
.suiviCommande ul li a {
  background: #FFF;
  color: #38b2e3;
  display: inline-block;
  padding:0 5px;
}
.suiviCommande ul li span.current {
  padding:2px 5px;
}

body {
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #FFF url('../../tl_files/img/fond-page.jpg') no-repeat center bottom;
}

a {
	color: #BBB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.contact {
	background: url('../../tl_files/img/cartoucheContact.png') no-repeat left top;
	position: absolute;
	width: 203px;
	height: 89px;
	top: 15px;
	right: 30px;
}

#wrapper {
	width: 980px;
	margin: 10px auto 0;	
}

#header {
	position: relative;
	height: 140px;
}



/* ** NAVIGATION ** */

header .mod_customnav {
	width: 100%;

}

header .mod_customnav ul.level_1 {
	margin: 0 160px;
}
header .mod_customnav ul.level_1 li {
	float: left;
	font: normal 13px/38px arial;
}
header .mod_customnav ul.level_1 > li:hover {
	background: url('../../tl_files/img/fondNavHover.png') repeat-x center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

header .mod_customnav li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 25px;
}
header .mod_customnav li.active {
	display: block;
	padding: 0 25px;
}

header .mod_customnav li a:hover{
	text-decoration: none;
}
header .mod_customnav ul.level_1 ul {
	position: absolute;
    visibility:hidden;
}
header .mod_customnav ul.level_1 ul li a {
	background: #FFF;
	color: #555;
}
header .mod_customnav ul.level_1 ul li a:hover {
	background: #38b2e3;
	color: #FFF;
}
header .mod_customnav ul.level_1 ul li.active {
	color: #38b2e3;
    background: #FFFFFF;
}

header .mod_customnav.block { overflow:visible; }

/* ************************************ */


#container {
	background: url('../../tl_files/img/fond.png') no-repeat center 10px;
}
#main {
	position: relative;
}
#main>.inside {
	padding: 40px 20px 30px;
	min-height: 300px;
	text-align: center;
}
#footer {
	background: #FFF;
}
#footer .inside {
	text-align: center;
}
#footer .mod_customnav ul {
	display: inline-block;
}
#footer li {
	float:  left;
	padding: 0 15px;
}

.h1 {
	background: url('../../tl_files/img/blocTousnosproduits.png') no-repeat left top;
    clear:both;
}
.h1 img {
	margin: 28px 1px 0;	
}
.h2 {
	background: url('../../tl_files/img/blocBDM.png') no-repeat left top;
}

.h1 .image_container {
  margin:0;
}

.collection {
	background: url('../../tl_files/img/cadreCollection.png') no-repeat left top;
	width: 926px;
	height: 980px;
	margin: 20px auto 0;
	position: relative;
	padding: 50px 10px 0;
}
.collection .titreCollection {
	position: absolute;
	left: 20px;
	top: -10px;
	background: url('../../tl_files/img/titreCollection.png') no-repeat left top;
	color: #FFF;
	font: bold 16px/36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 20px;
	height: 39px;
	
}
.collection .titreCollection span, .mod_iso_productreader h2 span {
	position: absolute;
	width: 20px;
	background: url('../../tl_files/img/titreCollectionClose.png') no-repeat left top;	
	font: bold 20px/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 39px;
	
}
.collection .produit {
	background: url('../../tl_files/img/imageBorder.png') no-repeat left top;
	width: 226px;
	float: left;
}

.collection .produit:hover {
	cursor: pointer;
}

.collection .produit img {	
	width: 193px;
	height: 193px;
	display: block;
	margin-top: 14px;
	margin-left: 18px;

}


/* LISTE DES PRODUITS */
.product_list .product {
  float: left;
  width: 210px;
  height: 320px;
  overflow: hidden;
  margin:5px 11px
}
.product_list .product .image_container {
  width: 200px;
  height: 200px;
  margin:0;
}
.product_list .product img {
  width: 100%;
  height: 100%;
  -moz-box-shadow:02px 2px 5px #999;
-webkit-box-shadow:2px 2px 5px #999;
box-shadow:2px 2px 5px #999;
  border:1px solid #054686;
}

.product_list .product h3 {
  font-size:12px;
  color: #858585;
  line-height: 10px;
  font-weight: bold;
}
.product_list .product .price {
  font-size:20px;
  margin-bottom:10px;  
}
.product_list .product .thumbnail {
  margin-bottom: 10px;
  display: inline-block;
}
.product_list .details {
  width:49%;
  float: left;
   height:50px;
}
.product_list .submit_container {
  width: 49%;
  float: left;
  margin-left: 1px;
}

.product_list .submit_container input{
  padding-left:0;
  padding-top: 0;
  height:50px;
  padding: 10px 25px;
  width:100%;
}

.product_list .product.col_first {
  margin-left: 16px;
}

.mod_iso_productlist, .mod_iso_productreader {
  border: 1px solid #DDD;
  padding-top: 30px;
  display: inline-block;
width: 100%;
}

.mod_iso_productreader {
 margin-top:20px;
  height: 420px;
}

.mod_iso_productreader .image_container{
  width:250px;
}

.mod_iso_productreader .iso_attribute.images.medium {
  float: left;
  margin-right:20px;
}


.pcollection h1 {
	position: absolute;
	left: 40px;
	top: 30px;
	background: url('../../tl_files/img/titreCollection.png') no-repeat left top;
	color: #FFF;
	font: bold 16px/36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 20px;
	height: 39px;
	
}
.pcollection h1 span {
	position: absolute;
	width: 20px;
	background: url('../../tl_files/img/titreCollectionClose.png') no-repeat left top;	
	font: bold 20px/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 39px;
	
}

/* FICHE PRODUIT */
.ficheProduit .gallery .image_container {
  width: 70px;
  height: 70px;
  float: left;
  margin: 10px 20px 0 0;
}

.ficheProduit .images.medium .image_container img, 
.ficheProduit .gallery .image_container img {
  border:1px solid #054686;
-moz-box-shadow:2px 2px 5px #999;
-webkit-box-shadow:2px 2px 5px #999;
box-shadow:2px 2px 5px #999;
}

.ficheProduit .gallery {
  position: absolute;
  top: 340px;
  left: 61px;
}

.mod_iso_productreader h2 {
	position: absolute;
left: 40px;
top: 77px;

color: #777;
font: bold 16px/36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
padding: 0 20px;
height: 39px;
background: #eee;
}


.mod_iso_productreader .description,
.mod_iso_productreader .price,
.mod_iso_productreader .submit_container {
  text-align: left;
}

.mod_iso_productreader .stock {
  font-size:18px;
  font-weight:bold;
  position: absolute;
  top: 80px;
  right: 20px;
}

.mod_iso_productreader .price {
  font-size:18px;
  font-weight:bold;
  position: absolute;
left: 367px;
}

.mod_iso_productreader .submit_container {
  text-align: left;
  margin-top: 30px;
}

.mod_iso_productreader .submit_container input[name="add_to_cart"]{
  margin-left:2px;
}

.quantity_container {
  float: left;
}
.quantity_container label {
 float: left;
  line-height: 45px;
  margin-right:20px;
  font-size: 16px;
}
.quantity_container input {
  width: 50px;
  text-align:center;
  padding-top: 1.0625rem;
padding-bottom: 1rem;
height: inherit;
}


/* AJOUT PANIER AJAX */
#iso_ajaxBox {
  z-index: 99999;
}

/* PANIER */
.cart_full .formbody {
  margin: 0 auto;
display: inline-block;
}
.cart_full table {
  width: 850px;
}
.cart_full table td {
  padding: 5px;
}
.cart_full table td.quantity input {
  width: 50px;
  text-align: center;
}
.cart_full table tr.even {
  background: #F8F8F8;
}
.cart_full td.image img {
  width: 100px;
}
.cart_full td.image a {
  width: 100px;
  height:100px;
  display: table-cell;
  vertical-align: middle
}
.cart_full tr.col_header {
  background: #38b2e3;
  text-align:center;
  color:#FFF;
  font-weight: bold;
  line-height:30px;
  font-size:14px;
}
.cart_full table tfoot tr {  
  font-weight: bold;
  line-height:30px;
  font-size:18px;
  border-top: 1px solid #38b2e3;
}
.cart_full table tfoot tr:nth-child(2) {
  color:#FFF;
  background: #38b2e3;
}
.cart_full table tfoot tr td {
  text-align:right;
}

.cart_full .submit_container {
  text-align: right;
margin-right: 45px;
}

/* CHECKOUT */
.mod_iso_checkout div.steps ol {
  margin:10px auto;
  display: inline-block;
}
.mod_iso_checkout div.steps ol li {
  float: left;
  background: #F8F8F8;
  padding: 10px 20px;
  font-weight: bold;
  font-size:16px;
  margin:2px;
}
.mod_iso_checkout div.steps ol li.active {
color:#FFF;
  background: #38b2e3;
}

.mod_iso_checkout table {
  margin:20px auto;
  width: 350px;
}

.mod_iso_checkout h2 {
  font-size:14px;
}
.mod_iso_checkout h3 {
  font-size:12px;
  background: #F8F8F8;
}

/* ORDER RESUME */
.order_products .formbody {
  margin: 0 auto;
display: inline-block;
}
.order_products table {
  width: 850px;
}
.order_products table td {
  padding: 5px;
}
.order_products table td.quantity input {
  width: 30px;
  text-align: center;
}
.order_products table tr.even {
  background: #F8F8F8;
}
.order_products td.image img {
  width: 100px;
}
.order_products td.image a {
  width: 100px;
  height:100px;
  display: table-cell;
  vertical-align: middle
}
.order_products tr.col_header {
  background: #38b2e3;
  text-align:center;
  color:#FFF;
  font-weight: bold;
  line-height:30px;
  font-size:14px;
}
.order_products table tfoot tr {  
  font-weight: bold;
  line-height:30px;
  font-size:18px;
  border-top: 1px solid #38b2e3;
}
.order_products table tfoot tr:nth-child(5) {
  color:#FFF;
  background: #38b2e3;
}
.order_products table tfoot tr td {
  text-align:right;
}

.order_products .submit_container {
  text-align: right;
margin-right: 45px;
}

#mentions-legales {
  text-align:left;
}
#mentions-legales h1 {
  text-transform: uppercase;
  font: bold 18px/24px arial;
  margin-bottom:20px;
}
#mentions-legales h2 {
  text-tranform: uppercase;
  font: bold 14px/20px arial;
}
#mentions-legales .ce_text {
  margin: 10px 30px 20px;
}


#container{border:1px solid #594e4e}
#main .inside{padding:80px 15px 25px;}
.homevinci .ce_image{
  width:134px;
  height:134px;
  float:left;
  margin:10px;
  text-align:center;
  vertical-align:middle;
  border:2px solid #EEE;
  -moz-border-radius:125px;
  -webkit-border-radius:125px;
  border-radius:125px;
  line-height:134px;
  behavior:url('plugins/css3pie/PIE.htc')
}
.homevinci .ce_image:hover{
  border:2px dotted #5097d9;
  -moz-border-radius:125px;
  -webkit-border-radius:125px;
  border-radius:125px;
  behavior:url('plugins/css3pie/PIE.htc');
  cursor: pointer;
}

.homevinci img {
  width: auto;
  height: auto;
  max-width: initial;
  vertical-align: initial;
}
#header .logo img:hover {cursor: pointer;}