
@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 13px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: 'AlexBrushRegular';
    src: url('AlexBrush-Regular-OTF-webfont.eot');
    src: url('AlexBrush-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'),
         url('AlexBrush-Regular-OTF-webfont.woff') format('woff'),
         url('AlexBrush-Regular-OTF-webfont.ttf') format('truetype'),
         url('AlexBrush-Regular-OTF-webfont.svg#AlexBrushRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* =========================== END RESET =========================== */
/* ======================= TAGS AND CLASSES ======================== */
body {
	background: #FFFFFF url(../fichiers/fichiers/configuration/clubvins_bg.jpg) top center fixed no-repeat;
	color: #000;
	font-family: Arial, sans-serif;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 19px;
}
h1 /*titre pages*/ {
	font: bold 22px Arial, sans-serif;
	margin-bottom: 6px;
}
h2 {
	font: bold 18px Arial, sans-serif;
	margin-bottom: 6px;
}
h3 {
	font: bold 16px Arial, sans-serif;
	margin-bottom: 6px;
}
h4 {
	font: bold 14px Arial, sans-serif;
	margin-bottom: 6px;
	color: #6c3857;
}
h5 {
	font: bold 26px 'AlexBrushRegular', Arial, sans-serif;
	margin-bottom: 1px;
}
h6 {
	font: 16px 'AlexBrushRegular', Arial, sans-serif;
	text-align: center;
	margin-bottom: 6px;
	color: #6c3857;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #666;
}
ul, ol {
	padding: 0 0 0 8px;
}
li {
	margin: 0 0 5px 0;
}
div {
	position: relative;
}
p {
	margin-bottom: 15px;
	line-height: 19px;
}
embed, object, video {
	max-width: 100%;
}
input:focus, textarea:focus {
 	background-color: #fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #422e16;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #422e16;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #422e16;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #422e16;
}
label.error {
	color: #d2bea6;
	display: none;
	font-size: 11px;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
textarea {
  font-family: Arial, sans-serif;
}
/* ==================== CLASSES ==================== */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.ligne {
	background-color: #000000;
	height: 1px;
	margin: 30px 0 25px 0;
	width: 100%;
	clear: both;
}
.lien_invisible {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.separateur {
	height: 30px;
}
/* ======================= END TAGS & CLASSES ======================= */
/* ============================= BOXES ============================== */
#wrapper {
	width: 999px;
	max-width: 999px;
	margin: 0 auto;
}
/* Bannière -------------------------------------------------------- */
#banner {
position:relative;
	width: 999px;
height:197px;
max-height:197px;
	overflow: hidden;
	z-index: 290;
border-bottom:solid 5px #6c3857;
}
.logo_desktop {
width:384px;
height:197px;
position:absolute;
top:0;
left:0;
background: url("/images/logo-club-vins.png") 0 0 no-repeat;
z-index:99;
}
#banner2, #address {
	display: none;
}
.logo {
	width: 25%;
	position: absolute;
	left: 3%;
	top: 12%;
}
/* Menus -------------------------------------------------------- */
#menu_wrapper {
border-top:solid 1px #fff;
	width: 999px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	padding: 0;
	/*margin-bottom: 10px;*/
	background-color: #6C3857;
	z-index: 291;
	font-size: 17px;
	border-bottom: solid 1px #fff;
}
#menus li {
	position: relative;
	float: left;
	display: inline-block;
	margin: 0;
	height: 40px;
    font-weight: bold;
}

#menus li:hover {
	cursor: pointer;
	background-color: #6C3857;
}
#menus li a {
	color: #FFFFFF;
    /* font-family: 'AlexBrushRegular'; */
	font-size: 17px;
	font-weight: normal;
	height: 28px;
	text-transform: uppercase;
	padding: 6px 14px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 42px;
}
#menus li:hover a, #menus li a:hover  {
	color: #E8E8E8;
	text-decoration: none;
}
#menus li:hover ul.submenus {
	display: block;
	background-color: #6C3857;
}
/* Sub-menus ------------------------------------------------------- */
#menus li ul.submenus {
	display: none;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 40px;
	margin: 0;
	padding: 0;
}
#menus li ul.submenus li {
	float: none;
	display: block;
	height: auto;
	width: 220px;
	margin: 0;
	padding: 0;
}
#menus li ul.submenus li a {
	float: none;
	display: block;
	width: 214px;
	height: auto;
	text-decoration: none;
	white-space: normal;
	font-size: 14px;
	line-height: 17px;
	padding: 6px 9px 6px 15px;
	margin: 0;
	color: #E8E8E8;
	background-color: #6C3857;
}
#menus li ul.submenus li a:hover {
	color: #FFFFFF;
	background-color: #6C3857;
}
#btn_mobile {
	display: none;
}
/* Spacer------------------------------------------------------- */
#spacer {
	width: 999px;
	height: 165px;
	border-top: solid 6px #6c3857;
}
#grand-total {
	white-space:nowrap;
}
/* Gauche ------------------------------------------------------- */
#contenu {
	width: 999px;
    padding: 0 0 2% 0;
	background-color: #ffffff;
	z-index: 220;
	line-height: 16px;
}
#contenu_padding {
    padding: 2% 3% 2% 3%;
}
#contenu_padding.accueil{
	width: 56% !important;
	float: left !important;
}
#contenu iframe {
	border: solid #000000 1px;
	max-width: 100% !important;
}
#contenu_gauche {
	float: left;
	width: 56%;
	padding: 2% 3% 0 3%;
	z-index: 221;
}
#contenu_gauche img {
	max-width: 100% !important;
	max-height: 100% !important;
}
.contact_add {
	float: left;
	width: 25%;
}
.contact_map {
	float: right;
	width: 73%;
}
#contour_contact {
	background:url(../images/bg_contact.jpg) no-repeat bottom right;

}
#infolettre {
	padding: 0 13px 0 13px;
}
#infolettre input {
	width: 220px;
	padding: 3px;
	background-color: #d2bea6;
	color: #422e16 !important;
	border: none;
}
#btn_infolettre {
	display : block;
	float: right;
	width : 32px;
	height: 26px;
	padding: 0 !important;
	border: none;
	bacground:none;
	cursor: pointer;
	border: none !important;
}
#btn_infolettre img {
	border: none !important;
}
#commandez_btns {
	background: #6c3857;
	margin-bottom:10px;
}
#commandez_btns img {
	max-width : 100% !important;
	display: block;
	float:left;
}
#form_wrapper {
	background:#422e16;
	margin-bottom:10px;
	padding-bottom:5px;
}
#form_wrapper img {
	width : 100%;
}
#a_surveiller {
	background: #f0e2cc;
	padding-bottom: 10px;
}
#a_surveiller img {
	width : 100%;
}
#news_wrapper {
	background: #fff;
	padding : 5px 15px;
	margin: 0 15px 0 15px;
}
#adresse_print {
	display:none;
}
#img_presse_wrapper {
	float: right;
}
#btn_print_vins {
  display: inline-block;
text-decoration: none;
  *display: inline;
  padding: 4px 12px;
 float:right;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #6c3857;
  background-image: -moz-linear-gradient(top, #6c3857, #472338);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c3857), to(#472338));
  background-image: -webkit-linear-gradient(top, #6c3857, #472338);
  background-image: -o-linear-gradient(top, #6c3857, #472338);
  background-image: linear-gradient(to bottom, #6c3857, #472338);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c3857', endColorstr='#472338', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}



.width32 img, .width49 img, .width25 img, .width20 img, .width50td img {
	max-width: 100%;
	height: auto !important;
}
.width49 {
	width: 49%;
}
.width32 {
	width: 32%;
}
.width25 {
	width: 23%;
}
.width20 {
	width: 18%;
}
.width50td {
	width: 50%;
}


/* Galery elements -------------------------------------------------------- */
.galery-wrapper, .photo-wrapper {
	width: 100%;
	padding: 10px 0;
}
.photo-wrapper.accueil {
	width: 100% !important;
}
.galery-wrapper .galery {
	width: 188px;
	height: 150px;
	margin:0 7px 22px 0;
	text-align: center;
	line-height: 15px;
	display: block;
	float: left;
}
.galery-wrapper .galery img {
	margin-bottom: 3px;
	border: solid #000000 1px;
	width: auto !important;
	height: 134px;
}

.photo-wrapper a {
	width: auto;
	margin:0 26px 22px 0;
	display:block;
	float:left;
}
.photo-wrapper a img {
	width: auto !important;
	height: 134px !important;
	border: solid #000000 1px;
}
/* Droit -------------------------------------------------------- */
#contenu2 {
	float: right;
	width: 368px;
	margin-right: 1%;
	z-index: 221;
	/*background-color: #e9e9e9;*/
	line-height: 1.1em;
}

.dates {
	font-weight: bold;
	color: #444444;
	line-height: 0.9em;
	margin: 0 8px 0 0;
}
.news_title {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	line-height: 1em;
}
#home_container {
	padding-bottom:6px; background: url(http://soluweb.ubeo.ca/images/bg_accueil.jpg) #FFF right 30px no-repeat;
}
/* Footer ------------------------------------------------------- */
#footer_wrapper {
	width: 979px;
	height: auto !important;
	padding: 0.5% 10px;
	background-color: #6C3857;
	/*margin-top: 8px;*/
    padding-bottom: 8px;
    padding-top: 8px;
	clear: both;
	overflow: hidden;
}
#footer_wrapper2 {
	width: 979px;
	height: 10px;
	padding: 0.5% 10px;
	background-color: #FFF;
	clear: both;
}
#footer_wrapper a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer_wrapper p {
	color: #FFFFFF;
	margin: 0;
	line-height: 23px;
	font-size: 11px;
}
#footer_wrapper p#footer_left {
	margin-top: 2px;
	float: left;
}
#footer_wrapper p#footer_right {
	float: right;
}
#footer_wrapper p#footer_right span#suivez2 {
	display: none;
}
#footer_wrapper p#footer_right span#suivez1 {
	float: right;
	margin-right: 6px;
margin-top: 2px;
}
.socials {
	display: block;
	float: right;
	margin: 0 6px 0 0;
	padding: 0;
	width: 26px;
	height: 26px;
}
#btn_top_facebook {
	width: 30px;
	height: 31px;
	display:block;
	position: absolute;
	top: 140px;
	left: 959px;
}
#facebook {
	background: url(../images/socials_small.png) 0 -26px no-repeat;
}
#facebook:hover {
	background: url(../images/socials_small.png) 0 0 no-repeat;
}
#twitter {
	background: url(../images/socials_small.png) -26px -26px no-repeat;
}
#twitter:hover {
	background: url(../images/socials_small.png) -26px 0 no-repeat;
}
#linked_in {
	background: url(../images/socials_small.png) -52px -26px no-repeat;
}
#linked_in:hover {
	background: url(../images/socials_small.png) -52px 0 no-repeat;
}
#rss {
	background: url(../images/socials_small.png) -130px -26px no-repeat;
}
#rss:hover {
	background: url(../images/socials_small.png) -130px 0 no-repeat;
}



.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.top_td td {
  vertical-align: top;
}
/* ===================================== */
/* ACCORDION =========================== */
/* ===================================== */
/***********************************************************************************************************************
DOCUMENT: style/format.css / DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive / EMAIL: ryan@gozipline.com / PHONE: 509-321-2849
DATE: 2/26/2009 / DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#accordion_wrapper {
	width: 100%;
	clear: both;
}
.accordionSection {	
	width: 100%;
	padding: 8px 0 9px 0;
	background: #fff;
	/*border-bottom: solid 2px #422e16;
	border-top: solid 2px #422e16;*/
	color: #422e16;
}
.accordionHeader {	
  background-color: #f0e2cc;
  *background-color: #f0e2cc;
  background-image: -moz-linear-gradient(top, #f0e2cc, #d1c0a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0e2cc), to(#d1c0a6));
  background-image: -webkit-linear-gradient(top, #f0e2cc, #d1c0a6);
  background-image: -o-linear-gradient(top, #f0e2cc, #d1c0a6);
  background-image: linear-gradient(to bottom, #f0e2cc, #d1c0a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0e2cc', endColorstr='#d1c0a6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding: 3px 0 2px 0;
	/*border-bottom: solid 1px #422e16;*/
	color: #422e16;
}
.accordionButton {	
	display: block;
	height: 18px;
	text-decoration :none;
	font-size: 0.9em;
	padding-right: 22px;
	background: url(/images/right.png) 53px 2px no-repeat;
}
.on {
	background: url(/images/down.png) 53px 2px no-repeat;
}
/*.over {
	background: purple;
}*/

.accordionContent {	
	width: 100%;
	/*border-bottom: solid 1px #422e16;*/
	background: #fff;
	padding: 10px 0;
	color: #422e16;
}
.accordionContent p {	
	line-height: 24px;
}
.tbl_couleur, .tbl_pays_nom, .tbl_prix, .tbl_prix_unit, .tbl_qte, .tbl_btn_infos, .tbl_pays, .accessoire_nom, .accessoire_prix, .accessoire_item_qte, .accessoire_img, .accessoire_img_txt {	
	padding: 0 1%;
}
.accessoire_img_txt p {	
	line-height: 18px;
}
.tbl_couleur {	
	width: 9%;
}
.tbl_pays_nom {	
	width: 52%;
	font-size: 100%;
	line-height: 16px;
}
.tbl_pays {	
	/*width: 59%;*/
}
.tbl_prix_unit {	
	width: 8%;
}
.tbl_prix {	
	width: 13%;
}
.tbl_qte {	
	width: 7%;
}
.tbl_btn_infos {	
	width: 11%;
}
.tbl_img_vin {	
	width: 11%;
}
.accessoire_nom {	
	width: 72%;
}
.accessoire_prix {	
	width: 14%;
}
.accessoire_item_qte {	
	width: 14%;
}
.accessoire_img {	
	width: 180px;
}
.loupe {	
	width: 40px;
	hieght: 40px;
	display: block;
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 345;
}
#tbl_total, #tbl_form {
	padding-top: 10px;
	color: #422e16;
}
#tbl_total {
	font-size: 20px !important;
}
sup {
	font-size: 0.7em;
	line-height: 0.7em;
	margin-left: 2px;
}
/* FORM ===================================== */
.vin_qte, .accessoire_qte {
	background: #fff;
	width: 40px;
	text-align: center;
	border-width: 1px;
}
.tbl_end_form input, .tbl_end_form select, #txt_inscription, #txt_paniers_cadeaux {
	margin-bottom: 8px;
	width: 60%;
	display: block;
}
.tbl_end_form select {
	padding: 2px 0;
}
.tbl_end_form span {
	display: block;
	margin-top: 9px;
}
label.error {
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #d2bea6;
	margin-bottom: 0;
	padding-bottom: 0;
}
.form_half_wrapper {
	width: 49.5%;
	float: left;
}
.vin_qte, .accessoire_qte {
	width: 40px;
}




/* ================================ NIVO-SLIDER =============================== */
/*  jQuery Nivo Slider v3.0.1 - http://nivo.dev7studios.com
 * Copyright 2012, Dev7studios - Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
/* THEME DEFAULT =============================== */
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}










/* Footer sur 2 lignes =============================================================== */
@media screen and (max-width: 750px) {
#footer_wrapper {
	padding-bottom: 1%;
}
#footer_wrapper p#footer_left {
	clear: both;
	margin-bottom: 5px;
}
#footer_wrapper p#footer_right {
	float: left;
	clear: both;
	width: 100%;
}
#footer_wrapper p#footer_right span#suivez1 {
	display: none;
}
#footer_wrapper p#footer_right span#suivez2, #footer_wrapper p#footer_right a.socials {
	display: inline-block;
	margin-right: 6px;
	float: left;
}

}


/* iPhone  =============================================================== */
@media screen and (max-width: 488px) {
body {
	background-color: #fff;
	background-image: none !important;
}
#wrapper {
	width: 92%;
}
#spacer {
	display: none;
}
.no_mobi {
	display:none;
}
/* Bannière ------------------------------------------------------ */
h1 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.1em;
}
p {
	font-size: 12px;
	line-height: 15px;
}
#banner {
	display: none;
}
#banner2 {
	width: 94%;
	padding: 1% 3%;
	display: block;
	clear: both;
}
#banner2 img {
	width: 100%;
}
#address {
	display: block;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: black;
	margin-bottom: 10px;
	text-align: center;
}
.logo {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
}
/* Menus --------------------------------------------------------- */
#menu_wrapper {
	width: 100%;
	display: block;
	clear: both;
	padding: 0;
	padding: 2% 0;
	float: none;
}
#menus {
	margin: 0;
	padding: 0;
}
#menus li {
	float: none;
	text-align: center;
	display: block;
	margin: 0;
	height: auto;
	line-height: 20px;
}
#menus li a {
	height: auto;
	width: 100%;
	font-size: 17px;
	display: inline-block;
	padding: 5px 0;
	white-space: normal;
	line-height: 22px;
}

#btn_mobile {
	display: inline;
}

/* Sub-menus ------------------------------------------------------- */
#menus li ul.submenus {
	top: 32px;
	width: 84%;
	margin-left: 8%;
}

#menus li ul.submenus li, #menus li ul.submenus li a {
	width: 99%;
	padding-left: 0px;
}


#infolettre input {
	width: 97%;
	display : block;margin-bottom: 5px;
}


.accordionButton {	
	display: block;
	height: 18px;
	width : 18px;
	text-decoration :none;
	font-size: 0.9em;
	padding-right: 22px;
	background: url(/images/right.png) 2px 2px no-repeat;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}
.on {
	background: url(/images/down.png) 2px 2px no-repeat;
}


.width32, .width49, .width25, .width20 {
	width: 100%;
	clear: both
}
.width32 img, .width49 img, .width25 img, .width20 img {
	max-width: 100%;
}
#img_presse_wrapper {
	display:none;
}
#tbl_a_surveiller td {
	display:block;
	max-width: 100%;
}
#tbl_a_surveiller td img {
	max-width: 100% !important;
}
/* Galery elements -------------------------------------------------------- */
.galery-wrapper, .photo-wrapper {
	width: 100%;
	padding: 2% 0;
	text-align: center;
}
.photo-wrapper.accueil {
	text-align: center;
	margin: 5px auto;
}
.galery-wrapper .galery {
	width: 188px;
	height: 150px;
	margin: 5px auto;
	text-align: center;
	line-height: 15px;
	display: block;
	float: none;
}
.photo-wrapper a {
	float: none;
	width: auto !important;
	margin: 5px;
	display: inline-block;
}
.photo-wrapper a img {
	width: auto !important;
	height: 134px !important;
	border: solid #000000 1px;
}

/* Gauche ------------------------------------------------------- */
#contenu {
	width: 100%;
	padding: 0 0 1% 0;
	float: none;
	display: block;
	clear: both;
}

#contenu_padding.accueil{
/*	width: 100% !important;
	text-align: center;*/
}
#contenu_gauche {
	width: 96%;
	padding: 1% 2%;
	clear: both;
	float: none;
	overflow: hidden;
}
#contenu_padding img {
	
}
#btn_print_vins {
	display:block;
	width: 90%;
}
.contact_add {
	float: none;
	width: 99%;
}
.contact_map {
	float: none;
	width: 99%;
}
#btn_top_facebook {
	display: none;
}
.slider-wrapper {
	display: none;
}
/* Droit -------------------------------------------------------- */
#contenu2 {
	width: 100%;
	float: none;
	display: block;
	clear: both;
	margin-top: 5px;
}
#home_container {
	padding-bottom:6px; background: none;
}

#tbl_form .tbl_end_form td {
	width: 100% !important;
	clear: both;
	display: block;
}



.tbl_couleur, .tbl_pays_nom, .tbl_prix, .tbl_qte {
	font-size: 9px;
	line-height: 11px;
}
.tbl_btn_infos {	
	width: 4%;
}
.tbl_pays {
	width: 50%;
}
.accordionButton {	
	padding-right:2px;
}

.tbl_end_form input, .tbl_end_form select, #txt_inscription, #txt_paniers_cadeaux {
	width: 100%;
	height: 30px;
	display: block;
}
#txt_inscription, #txt_paniers_cadeaux {
	height: auto !important;
}
.form_half_wrapper {
	width: 99.5%;
	float: none;
	clear: both;
}
.product_infos td {
	display: block;
}


/* Footer ------------------------------------------------------- */
#footer_wrapper {
	width: 94.3%;
	padding: 1% 3% 2% 3%;
}
#footer_wrapper p {
	font-size: 0.75em;
}
}
