#contener {
	position:relative;
	width:960px;
	margin:0 auto;
	z-index:1;
}

/* General Tags */

body {
	background-color:#443b32;
	font-family:Arial, Helvetica, sans-serif;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:2px;
}

p {
	font-size:13px;
}

/* Header */

#header {
	height:113px;
}

#header h1 {
	margin:0;
	width:250px;
	height:105px;
	background:url('../images/design/logo.png') 5px 14px no-repeat;
}

#sub_menu {
	position:absolute;
	right:5px;
	top:0;
	line-height:83px;
	color:#716a63;
	font-size:13px;
}

/* Tabs */

#main_menu {
	position:absolute;
	top:86px;
	right:27px;
	z-index:5;
}

#main_menu ul li {
	float:left;
	margin-right:5px;
	font-size:17px;
	background-color:#fff;
}

#main_menu ul li .link, #main_menu ul li .link .tab {
	background-repeat:no-repeat;
}

#main_menu ul li .link {
	display:block;
	background-position:top right;
	background-image:url('../images/design/tab_right_off.png');
	color:#2d1e0f;
	background-color:#d7cea5;
}

#main_menu ul .on .link {
	background-image:url('../images/design/tab_right_on.png');
	background-color:#ffffff;
}

#main_menu ul .on .link .tab {
	background-image:url('../images/design/tab_left_on.png');
}

#main_menu ul li .link:hover, #main_menu ul .hover .link {
	background-image:url('../images/design/tab_right_hover.png');
	color:#fff;
	background-color:#94ac4c;
}

#main_menu ul li .link:hover .tab, #main_menu ul .hover .link .tab {
	background-image:url('../images/design/tab_left_hover.png');
}

#main_menu ul li .link .tab {
	line-height:40px;
	height:39px;
	display:block;
	background-position:top left;
	background-image:url('../images/design/tab_left_off.png');
	padding:0 17px;
	cursor:pointer;
}

#main_menu .sub_menu {
	display:none;
	position:absolute;
	background:#e2dab6;
	border:1px solid #c0b791;
	border-top:1px solid #9b9274;
	padding:5px 0;
}

#main_menu .sub_menu a {
	display:block;
	background:none;
	line-height:normal;
	font-size:13px;
	padding:0 15px;
	line-height:30px;
	color:#2d1e0f;
}

#main_menu .sub_menu a:hover {
	background:none;
	background-color:#94ac4c;
	color:#fff;
}

/* Bubbles */

#bubbles {
	position:absolute;
	top:30px;
	left:280px;
}

#basket {
	margin-right:25px;
}

#basket a {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url('../images/design/transparent.png') repeat;
}

#basket .title {
	padding-left:28px;
	background:url('../images/design/icon_basket.png') left center no-repeat;
}

.bubble {
	color:#716a63;
	font-size:12px;
	background:url('../images/design/bubble_left.png') center left no-repeat #362f28;
	display:inline-block;
	float:left;
	line-height:26px;
	height:28px;
	padding-left:15px;
	position:relative;
}

.bubble a {
	color:#fff;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1000;
}

.bubble div a {
	position:relative;
	width:auto;
	height:auto;
	top:auto;
	left:0;
	background:none;
}

.bubble .green, .bubble a:hover {
	color:#91c969;
}

.bubble .title, .bubble .content, .bubble .sep {
	float:left;
	height:28px;
}

.bubble .sep {
	margin:0 5px;
}

.bubble .title {
	font-weight:bold;
	color:#fff;
}

.bubble .content {
	padding-right:15px;
	background:url('../images/design/bubble_right.png') center right no-repeat;
	position:relative;
	color:#fff;
}

/* Footer */

#footer {
	text-align:center;
	margin-top:20px;
	color:#afa577;
	line-height:25px;
	margin-bottom:20px;
}

#footer a {
	color:#fff;
}

/* General class */

.hidden {
	display:none;
	overflow:hidden;
}

.clear {
	clear:both;
	height:1px;
	margin:0;
}

#content .clear {
	height:10px;
}

#content div .clear {
	height:0;
}

/* Page body, Main box */

#mainbox {
	position:relative;
	background:#d7cea5;
	padding:8px 0;
	z-index:2;
}

#page {
	background:url('../images/design/mainbox_verticalshadow.png') repeat-y center #fff;
	padding:0 27px;
	z-index:6;
	padding-bottom:1px;
}

#mainbox .top_shadow, #mainbox .bottom_shadow {
	height:4px;
	background:url('../images/design/mainbox_topshadow.png') repeat-x;
	width:938px;
	margin:0 auto;
}

#mainbox .top_shadow {
	z-index:3;
}

#mainbox .bottom_shadow {
	background-position:bottom;
	z-index:4;
}

#mainbox .corner_page {
	background:url('../images/design/mainbox_cornerpage.png') bottom right no-repeat #d7cea5;
	width:42px;
	height:42px;
	position:absolute;
	top:0;
	left:0;
	z-index:7;
}

/* Box */

.box {
	margin:15px 0;
	background:#e0f0ab;
}

#main_content .box h2, #side_content .box h2, #main_content .box h3, #side_content .box h3 {
	font-size:18px;
	color:#000;
	margin:5px 0 10px 0;
	padding:0;
}

#main_content h3 {
	margin:30px 0 20px 0;
	line-height:130%;
}

.box .content {
	padding:0 15px;
}

.box .top, .box .bottom {
	height:10px;
	background-repeat:no-repeat;
	background-image:url('../images/design/box_right.png');
	background-color:#e0f0ab;
}

.box .top {
	background-position:top right;
}

.box .left {
	background-image:url('../images/design/box_left.png');
	height:10px;
	width:10px;
}

.box .bottom {
	background-position:right bottom;
}

.box .bottom .left {
	background-position:left bottom;
}

#content .box p {
	margin:10px 0;
	text-align:justify;
	line-height:130%;
}

/* Titles */

h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

#side_content h2 {
	font-size:18px;
	margin:15px 5px;
	padding-top:5px;
}

#main_content h2 {
	color:#a82345;
	font-size:34px;
	margin:10px 0 15px 0;
	padding-top:10px;
}

#main_content h3 {
	color:#475813;
	font-size:20px;
	margin:30px 0 20px 0;
}

#side_content h3 {
	font-size:16px;
	margin:20px 0 10px 0;
}

#main_content h2, #main_content h3 {
	margin-left:5px;
	margin-right:5px;
}

/* Content */

#content {
	position:relative;
	margin:10px 0;
	background-image:url('../images/design/mainbox_verticaldots.png');
	background-repeat:repeat-y;
	background-position:665px 0;
	padding:10px 0;
}

.no_sidebar #content {
	background-image:none;
}

.no_sidebar #main_content {
	width:auto;
}

#side_content {
	width:225px;
	float:right;
	margin-top:-20px;
}

#main_content {
	width:650px;
	float:left;
	margin-top:-20px;
}

#main_content p, #side_content p {
	margin:10px 5px;
	text-align:justify;
	line-height:150%;
	color:#3b2f22;
}

#main_content .text_list {
	margin:10px 5px;
	line-height:150%;
	color:#3b2f22;
}

#main_content .text_list li {
	margin:10px 0;
	font-size:13px;
}

/* Ariane */

#ariane {
	line-height:43px;
	border-bottom:1px dotted #bdb4aa;
	color:#a09562;
	padding:0 50px;
	z-index:8;
	font-size:13px;
}

/* Links */

#page a {
	color:#475813;
	border-bottom:1px dotted #bdb4aa;
}

#page a:hover {
	color:#000;
	border-bottom-style:solid;
}

#header h1 a {
	display:block;
	height:100%;
}

#sub_menu a {
	color:#d7cea5;
	margin:0 5px;
}

#sub_menu a:hover {
	color:#fff;
}

#ariane a {
	color:#5e4c39;
}

#page .box a {
	color:#5e4c39;
	border-bottom-color:#99ab5e;
}

#ariane a:hover {
	color:#000;
}

/* Grands Boutons */

#content .button {
	display:block;
    font:16px Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	background:url('../images/design/big_button_right.png') right top no-repeat;
	border:none;
	color:#261c12;
}

#content .button .left {
	background:url('../images/design/big_button_left.png') left top no-repeat;
	line-height:44px;
	display:block;
	cursor:pointer;
}

#content .button:hover {
	background-image:url('../images/design/big_button_right_on.png');
	border:0;
	color:#fff;
}

#content .button:hover .left {
	background-image:url('../images/design/big_button_left_on.png');
}

/* Autres */

.product_label {
	border:1px solid #bdb4aa;	
	background:#fff;
	color:#fff;
	font-size:1px;
	display:block;
}

.product_label_medium {
	width:180px;
	height:135px;
	padding:5px;
	float:left;
	margin-top:20px;
	margin-right:20px;
	margin-left:10px;
	margin-bottom:10px;
}

.product_label_small {
	width:120px;
	height:90px;
	padding:3px;	
}

#content .wine_infos {
	margin-left:220px;

}

#content .wine_infos p {
	font-size:18px;
	margin:0 0;
}

#content .wine_infos .title {
	color:#475813;
	display:inline-block;
	width:120px;
}

#wine_price {
	background:url('../images/design/etiquette.png') center 5px no-repeat;
	text-align:center;
	height:62px;
	padding-top:17px;
	margin-top:15px;
}

#wine_price .price {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:30px;
	color:#475813;
}

#wine_price .more {
	font-size:11px;
	line-height:20px;
	color:#777;
}

#content #wine_addbasket {
	margin:20px 10px 30px 10px;
}

.sum_basket, .basket_table {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
}

.basket_table td {
	line-height:normal;
	vertical-align:middle;
	padding:0 10px;
	height:60px;
	font-size:13px;
}

#main_content .basket_table td p {
	margin:0;
}

.basket_table tfoot .total td, .basket_table thead td {
	font-weight:bold;
	background:#e0f0ab;
	font-size:13px;
	height:35px;
}

.basket_table tfoot #insurance td {
	height:35px;
	font-weight:bold;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.basket_table tfoot .selected .number {
	text-decoration:none;
}

.basket_table tfoot .unselected .number {
	text-decoration:line-through;
}

.basket_table tfoot #insurance_button {
	display:inline-block;
	vertical-align:top;
	width:16px;
	height:16px;
	margin-right:10px;
	background-position:center center;
	background-repeat:no-repeat;
}

#content .basket_table tfoot #insurance .loading {
	background-image:url('../images/design/ajax-loader.gif');
}

#content .basket_table tfoot .selected .button {
	background-image:url('../images/design/icon_small_no.png');
	cursor:pointer;
}

#content .basket_table tfoot .unselected .button {
	background-image:url('../images/design/icon_small_yes.png');
	cursor:pointer;
}

#content .basket_table tfoot .unselected td a {
	color:#777;
}

#content .basket_table tfoot .selected td a {
	color:#333;
}

#content .basket_table tfoot #insurance td a:hover {
	color:#000;
}

.basket_table tfoot .unselected td {
	background-color:#f6f6f6;
	color:#888;
}

.basket_table tfoot .selected td {
	background-color:#fff6ae;
	color:#000;
}

.basket_table tfoot .total td {
	font-size:15px;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
}

.basket_table thead td {
	border-bottom:1px solid #aaa;
	background:#ededed;
}

.basket_table tbody td {
	border-bottom:1px solid #ccc;
}

.basket_table tbody .description p {
	font-size:14px;
	font-weight:bold;
}

.basket_table tbody .description .sub {
	font-size:11px;
	font-weight:normal;
}

.basket_table .description {
	width:36%;
}

.basket_table .functions {
	width:4%;
	text-align:center;
	padding:0;
}

.basket_table .number {
	text-align:right;
	padding-right:15px;
}

.basket_table .total_ht {
	width:14%;
}

.basket_table .total_ttc {
	width:14%;
}

.basket_table .total_products td {
	font-weight:bold;
	height:auto;
	padding:10px;
	background-color:#F6F6F6;
}

.basket_table .total_products .number {
	padding-right:15px;
}

.basket_table .quantity {
	width:6%;
}

.basket_table .price {
	width:12%;
}

#content .basket_table td a {
	border:0;
}

.basket_table .postage td {
	background-color:#f5f5f5;
	height:40px;
}

.basket_table .tva td {
	height:35px;
	text-align:right;
}

.basket_table .space td {
	height:20px;
}

.basket_table .postage .country_choice {
	padding:0;
	text-align:left;
}

.sum_basket {
	border-bottom:1px solid #aaa;
}

.sum_basket td {
	vertical-align:middle;
	padding:7px 10px;
	font-size:12px;
	line-height:140%;
	border-bottom:1px solid #fff;
}

.sum_basket .amount {
	text-align:right;
	font-size:10px;
	padding-left:0;
	width:80px;
}

.sum_basket .total td {
	font-weight:bold;
	background:#e0f0ab;
}

.sum_basket .port td, .sum_basket .insurance td {
	background:#eee;
	color:#444;
}

#search_box {
	background:url('../images/design/search_box_right2.png') no-repeat right top #5d4a39;
	margin-top:20px;
}

#search_box p {
	background:url('../images/design/search_box_left2.png') no-repeat left top;
	position:relative;
	margin:0;
	text-align:center;
	color:#fff;
	height:65px;
}

#search_box label {
	position:absolute;
	font-size:20px;
	top:0;
	left:70px;
	line-height:65px;
}

#search_box .search_input {
	position:absolute;
	font-size:18px;
	padding:3px 10px 0 10px;
	height:25px;
	letter-spacing:1px;
	width:120px;
	top:17px;
	left:200px;
	background:#fff;
	border:1px solid #000;
}

#search_box .search_button {
	position:absolute;
	top:16px;
	left:350px;
}

button, #content .small_button {
    display:-moz-inline-box; 
    display:inline-block; 
    margin:0;
    padding:0;
    font:14px Trebuchet MS, Arial, Helvetica, sans-serif; 
    white-space:nowrap;
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
	font-weight:bold;
    border:0; 
    background:none;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#261c12;
}

button span, .small_button span { 
    position:relative; 
    float:left; 
    padding:0 0 0 11px; 
    vertical-align:middle; 
    background-position:left top;
	background-repeat:no-repeat;
	background-color:#94ac4c;
}

#content .disabled_button span {
	color:#444;
	background-color:#ddd;
}

button span {
	background-image:url('../images/design/small_buttonbrown_left.png');
}

.small_button span {
	background-image:url('../images/design/small_buttonwhite_left.png');
}

.disabled_button span {
	background-image:url('../images/design/small_buttondis_left.png');
}
 
button span span, .small_button span span { 
    padding:0 11px 0 0; 
    background:right top no-repeat; 
}

button span span {
	background-image:url('../images/design/small_buttonbrown_right.png');
}

.small_button span span {
	background-image:url('../images/design/small_buttonwhite_right.png');
}

.disabled_button span span {
	background-image:url('../images/design/small_buttondis_right.png');
}

button span span span, .small_button span span span { 
    height:32px; 
    padding:0 5px;
    line-height:2.3; 
    background:left top repeat-x;
}

button span span span {
	background-image:url('../images/design/small_buttonbrown_background.png');
}

.small_button span span span {
	background-image:url('../images/design/small_buttonwhite_background.png');
}

.disabled_button span span span {
	background-image:url('../images/design/small_buttondis_background.png');
}
 
* html button { width:1%; overflow:visible; } 
*:first-child+html button { overflow:visible; }

#search_box a {
	position:absolute;
	font-size:18px;
	color:#fff;
	border-bottom-color:#86755b;
	top:23px;
	right:80px;
}

#search_box a:hover {
	color:#d1c0a6;
}

#packages_list {
	padding-top:5px;
}

#packages_list * {
	cursor:pointer;
}

#packages_list .package {
	margin:5px 0;
	border-width:1px;
	border-style:solid;
	cursor:pointer;
}

#side_content #packages_list .package div {
	margin:0 10px;
	cursor:pointer;
}

#side_content #packages_list .package .infos .ht {
	font-size:12px;
}

#side_content #packages_list .package p {
	margin:0;
	padding:0 10px;
	cursor:pointer;
}

#side_content #packages_list .package .infos p {
	font-size:15px;
	line-height:35px;
}

#side_content #packages_list .package .left {
	float:left;
}

#side_content #packages_list .package .right {
	float:right;
}

#side_content #packages_list .package .infos .right {
	background-image:url('../images/design/icon-bottle.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	text-align:right;
}

#side_content #packages_list .package .sub_infos {
	font-size:11px;
	border-top:1px solid #a6b27c;
}

#side_content #packages_list .package .sub_infos p {
	font-size:11px;
	line-height:30px;
}

#side_content #packages_list .disabled .sub_infos {
	border-top-color:#ddd
}

#side_content #packages_list .enabled .sub_infos {
	color:#5e4c39;
}

#side_content #packages_list .disabled {
	border-color:#ccc;
	background-color:#efefef;
}

#side_content #packages_list .disabled p {
	color:#666;
}

#side_content #packages_list .enabled {
	border-color:#84954c;
	background-color:#e0f0ab;
}

#side_content #packages_list .enabled .infos {
	color:#555;
}

#side_content #packages_list .enabled .infos span {
	color:#000;
}

#side_content #packages_list .package .infos .reduced {
	text-decoration:blink;
}

#side_content #packages_list .enabled .infos .reduced {
	color:#a82345;
}

#packages_list .add {
	text-align:center;
	margin:20px 0;
}

#login_form .submit {
	text-align:center;	
}

#main_content .classicForm .box p {
	margin:0;
}

#main_content .classicForm .box .content div {
	margin:10px 0;
}

#main_content .classicForm .box .content div div {
	margin:0;
}

#main_content .classicForm .box .content input {
	margin:0;
}

.classicForm {
	position:relative;
}

.classicForm .submit {
	margin-top:30px;
	text-align:center;
}

.classicForm label, .classicForm .checkbox {
	width:220px;
	float:left;
	display:block;
	text-align:right;
	margin-right:10px;
	line-height:20px;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}

.classicForm p label {
	display:inline;
	width:auto;
	float:none;
	font-size:14px;
	line-height:20px;
	margin:0;
	margin-left:5px;
}

.classicForm .radios {
	padding-left:50px;
}

.classicForm div {
	margin:20px 0;
}

.classicForm .box .content div {
	margin:0;
}

.classicForm div div, .classicForm .box .content div div {
	margin:0;
}

form p .postalcode {
	width:60px;
}

form p .normal {
	width:180px;
}

.classicForm p .long {
	width:300px;
}

#actions {
	border-top:1px solid #ccc;
}

#actions li {
	line-height:25px;
	padding:0 10px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

#actions li a {
	border:0;
}

.longForm label {
	margin:20px 0 10px 0;
	display:block;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}

.longForm .submit {
	margin:40px 0 10px 0;
	text-align:center;
}

#main_content .longForm p {
	margin:0;
}

#main_content .longForm .saved_adresses select {
	width:auto;
	text-transform:none;
}

#main_content .longForm .saved_adresses .title {
	line-height:25px;
	font-size:15px;
	margin-bottom:5px;
	font-weight:bold;
}

#main_content .longForm .title {
	line-height:25px;
	font-size:14px;
	margin-bottom:5px;
	font-weight:bold;
	margin-top:15px;
}

.longForm {
	margin-top:30px;
}

.longForm p {
	background:#f5f5f5;
}

.longForm input, .longForm select {
	width:90%;
	background-color:#fff;
	border:1px solid #999;
	color:#000;
}

.longForm .disabled input, .longForm .disabled select {
	background-color:#dedede;
	border:1px solid #ccc;
	color:#666;
}

.longForm .space {
	height:35px;
}

.longForm .other_billing {
	line-height:25px;
	margin-top:20px;
	text-align:center;
}

.longForm .other_billing input {
	width:auto;
	margin-right:10px;
}

.longForm .other_billing label {
	display:inline;
}

.alignLeft {
	float:left;
	width:300px;
	margin:0 10px;
}

.alignCenter {
	margin:0 auto;
	width:300px;
}

.alignRight {
	float:right;
	width:300px;
	margin:0 10px;
}

#main_content .msg_error, #main_content .msg_ok, #main_content .msg_warning {
	background-repeat:no-repeat;
	background-position:10px center;
	padding:14px 10px 14px 70px;
	font-size:13px;
	margin:20px 0;
	background-color:#F6F6F6;
	border:1px solid #C9C9C9;
	line-height:18px;
}

#main_content .msg_error p, #main_content .msg_ok p, #main_content .msg_warning p {
	margin:0;
	line-height:18px;
}

#main_content .msg_error h3, #main_content .msg_ok h3, #main_content .msg_warning h3 {
	font-size:16px;
	line-height:22px;
	margin:0;
	padding:0;
	color:#000;
}

#main_content .msg_error {
	background-image:url('../images/design/icon-error.png');
}

#main_content .msg_ok {
	background-image:url('../images/design/icon-ok.png');
}

#main_content .msg_warning {
	background-image:url('../images/design/icon-warning.png');
}

.delivery_table {
	border-collapse:collapse;
	width:100%;
}

.delivery_table thead th {
	padding:20px;
	font-size:12px;
}

.delivery_table tbody td {
	padding:0 20px;
	border:1px solid #ccc;
	vertical-align:middle;
	height:60px;
}

.delivery_table tbody .price, .delivery_table tbody .delivery_mode .delay {
	font-size:13px;
	font-weight:normal;
	width:80px;
}

.delivery_table tbody .title {
	width:300px;
}

.delivery_table tbody .drop_point td {
	font-size:12px;
	padding:10px 20px;
	height:auto;
}

.delivery_table tbody .drop_point td .title {
	line-height:20px;
	font-weight:bold;
}

.delivery_table tbody .drop_point td .adress {
	line-height:130%;
	font-size:11px;
}

.delivery_table tbody .delivery_mode td {
	font-weight:bold;
}

.delivery_table tbody .radio {
	text-align:center;
}

.orders_table, .order_detail {
	border-collapse:collapse;
	width:100%;
}

.orders_table thead th, .order_detail thead th {
	padding:10px;
	font-size:14px;
}

.orders_table tbody td, .order_detail tbody td {
	padding:0 20px;
	border:1px solid #ccc;
	vertical-align:middle;
	height:30px;
	font-size:12px;
}

#side_content .box .content .menu {
	font-size:14px;
	font-weight:bold;
	margin:20px 0 20px 10px;
}

#side_content .box .content .menu li {
	margin:0;
	line-height:30px;
}

#side_content .box .content .menu li a, #side_content .box .content .menu .sub {
	color:#333;
	cursor:pointer;
}

#side_content .box .content .menu .sub_menu {
	font-size:12px;
	margin:0 15px;
}

#side_content .partners_logos {
	margin:20px 0;
}

#side_content .partners_logos p {
	margin:30px 0;
	text-align:center;
}

#products_list {
	width:100%;
	border-collapse:collapse;
}

#products_list td {
	vertical-align:middle;
}

#products_list .vign_cell {
	width:125px;
	padding-left:10px;
}

#products_list .vign_cell, #products_list .infos_cell {
	padding-top:10px;
	padding-bottom:10px;
}

#products_list .vign_cell .vign {
	width:100px;
	height:80px;
	position:relative;
	overflow:hidden;
	visibility:visible;
	border:1px solid #888;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
}

#products_list .vign_cell .vign a {
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#products_list .infos_cell {
	padding-right:20px;
	width:160px;
}

#products_list .infos_cell h4 {
	line-height:25px;
	font-size:13px;
}

#products_list .infos_cell p {
	margin:0;
}

#last_added_products {
	overflow:hidden;
	clear:both;
	margin-top:30px;
	border-bottom:1px solid #efefef;
}

#last_added_products .product {
	cursor:pointer;
}

#main_content .products_list .product {
	width:25%;
	float:left;
}

#main_content .products_list .product:hover .label .product_label_small {
	border-color:#888;
}

#main_content .products_list .product:hover .title {
	color:#000;
}

#main_content .products_list .product .label .product_label_small {
	margin:0 auto;
}

#main_content .products_list .product .title {
	text-align:center;
	font-size:11px;
	line-height:24px;
	height:48px;
}

#cgv .avertissement {
	border:2px solid #333;
	padding:5px 15px 10px 15px;
	margin:20px 0;
}

#cgv .avertissement h3 {
	margin:10px 5px;
}