﻿/* GENERAL */
html, body, table, tr, td, li, form, input, select, textarea, div, span, img, a, b, p, h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
html, body, form {
	margin: 0px;
	padding: 0px;
}
body {
	
}
html, body, table, td, p, li, div, form, textarea, input, select {
	font-size: 12px;
}
input[type=submit]:focus, input[type=button]:focus, a:active, a:focus {
	outline: none;
}
input[type=submit]::-moz-focus-inner, input[type=button]::-moz-focus-inner {
	border : 0px;
}
h1 {
	color: #425B81;
	margin: 0px;
	padding: 0.5em;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	color: #425B81;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}
h4 {
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0px;
	padding: 0px;
}

img {
	border: 0px;
}
p {
	font-size: 1em;
}
td {
	font-size: 1em;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

textarea {
	color: #000000;
	border: 1px solid #828282;
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 1px;
	border-spacing : 1px;
	width: 96%;
	font-size: 1em;
}
input {
	color: #000000;
}
input[type=radio] {
	background-color: transparent;
}

select {
	color: #000000;
	border: 1px solid #828282;
	background-color: #FFFFFF;
}
fieldset {
	color: #000000;
	border: 1px solid #DDDDDD;
}

legend {
	color: #000000;
	font-weight: bold;
}

.bouton_ok {
	background-color: transparent;
	background-image: url(../images/panier/images/bouton_ok.png);
	background-repeat: no-repeat;
	width: 31px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}

.bouton_go {
	background-color: #F2622E ;
	background-repeat: no-repeat;
	width: 31px;
	height: 23px;
	border: 0px;
	cursor: pointer;
}

.no_margin {
	margin: 0px;
}

.no_padding {
	padding: 0px;
}

.auto {
	margin: auto;
}
.top {
	vertical-align: top;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bottom {
	vertical-align: bottom;
}
.full_expand_in_container {
	width: 97%;
}
.half_expand_in_container {
	width: 50%;
}
/* body / total */

#total {
	margin: auto;
	width: 955px;
	z-index: 0;
	margin: auto;
}
#main_content {
	float: left;
	width: 1004px;
	clear: both;
	z-index: 1;
}

/* Header : everything in header is positioned with absoltue positioning */

#main_header {
	background-color: #FFFFFF;
    background-position: 249px center;
    background-repeat: no-repeat;
    clear: both;
    display: block;
    height: 76px;
    margin: 0 auto; 
    position: relative;
    text-align: left;
    width: 1004px;
	margin:0 auto;
}
.header_few_words_center {
	position: absolute;
	top: 59px;
	left: 310px;
	font-weight: bold;
	font-size: 17px;
	font-style: italic;
	color: #FFAA00;
	text-align: center;
	width: 222px;
}
.header_few_words_right {
	position: absolute;
	top: 50px;
	left: 802px;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	color: #FFFFFF;
}
.main_logo {
	position: relative;
	text-align: left;
	margin-top: 60px; 
}
#flags {
	margin-bottom: 10px;
	margin-left: 208px;
    z-index: 3000;
}
/* search in header */
#main_header #top_search {
	background-position: center center;
    background-repeat: no-repeat;
    height: 0px;
    left: 694px;
    margin: 0;
    position: absolute;
    text-align: left;
    bottom: 127px; 
    vertical-align: middle;
    width: 250px;
    z-index: 2000;
}
#main_header #top_search form, #top_search fieldset, #top_search input {
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#main_header #top_search form {
	border: 0px;
}
#main_header #top_search fieldset {
	border: 0px;
}
#main_header #top_search form {
	padding-left: 30px;
}
#main_header #top_search input.bouton_go {
	color: #ffffff;
	left: 197px;
    top: 0;
}
#main_header input#search {
    font-style: italic;
    height: 18px;
    padding-left: 9px;
    top: 2px;
    width: 177px;
}
#main_header select#brand {
	position: absolute;
	left: 200px;
	top: 1px;
	width: 175px;
}
.sideblocktitle select#brand, .sideblock select#brand {
	width: 200px;
	margin: 2px;
}
.sideblocktitle #recherche fieldset, .sideblock #recherche fieldset {
	border: 0px;
}
.sideblocktitle input#search, .sideblock input#search {
	width: 140px;
}

/* autocomplete search */
div.autocomplete {
	background-color: white;
	border: 1px solid #888888;
	margin: 0px;
	padding: 0px;
	z-index: 2000;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 2001;
	width: 100%;
}
div.autocomplete ul li a.selected {
	background-color: #ffffbb;
}
div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align: left;
	z-index: 2002;
	width: 100%;
	height: auto;
}
div.autocomplete ul li a {
	height: auto;
}

/* currency */
.select_currency {
	position: absolute;
	z-index: 30;
	margin: 0px;
	top: 10px;
	left: 700px;
	padding-left: 25px;
	padding-top: 1px;
	height: 22px;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
}
.select_currency select {
	width: 100px;
}

/* Fil d'Ariane */
.header_ariane {
	clear: both;
	float: left;
	width: 970px;
}
.header_ariane p {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.header_ariane span {
	text-align: left;
	color: green;
}

/* sideblocktitle_account */
#sideblocktitle_account {
}

/* left_column */
/* right_column */

.left_column, .right_column {
	width: 231px;
	margin-top: 16px;
	z-index: 1;
}
.left_column {
	float: left;
}
.right_column {
	float: right;
}

.left_column h2, .right_column h2 {
	padding: 5px;
	padding-left: 0px;
}
.left_column h2, .left_column h2 a, .right_column h2, .right_column h2 a {
	color: #FF7E00;
	font-size: 14px;
	font-weight: bold;
}
/* middle_column */
.middle_column {
	margin-top: 16px;
	margin-bottom: 10px;
	float: left;
	z-index: 1;
}
.column_2 .middle_column_header {
	background-image: url(../images/header_column_2_middle_column.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
}
.column_2 .middle_column {
	
}
.column_2 .middle_column_repeat {
	background-position: left top;
    background-repeat: repeat-y;
    padding: 0 20px 10px;
   
    z-index: 2;
	
	
}
.column_2 .middle_column_footer {
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
}
.column_3 .middle_column_header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
}
.column_3 .middle_column {
	margin-left:64px;
}
.column_3 .middle_column_repeat {
    width: 665px;
}
.column_3 .middle_column_footer {
	background-image: url(../images/footer_column_3_middle_column.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
}

.middle_and_right {
	width: 770px;
}
.middle_column_content {
	margin-right: 10px;
	margin-left: 10px;
}
.middle_column h2, h1.page_title {
	
	background-position: 0 0;
	background-repeat: repeat-x;
	
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0px 5px 10px;
	vertical-align: middle;
	min-height:20px;
}
.middle_column h2.home_title {
	background-color: #89c84b;
	width:654px; 
	margin:0px;
}

/* sideblocktitle : les modules sur les côtés avec titres */
.sideblocktitle, .sideblock, .left_basicblock, .right_basicblock {
	width: 210px;
	font-size: 12px;
	padding: 0px;
	z-index: 2;
	padding-bottom:20px;
}
.right_column .sideblocktitle, .right_column .sideblock, .right_column .left_basicblock, .right_column .right_basicblock {
	float: right;
}

.sideblocktitle_header {
	background-color: #F2622E;
	background-repeat: no-repeat;
	background-position: center;
	/*border-bottom: 1px solid #54719b;*/
	width: 231px;
	height: 34px;
	text-align:center;
}
.sideblocktitle_header h2 {
	color: #FFFFFF; 
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
}
.sideblock_header {
	height: 12px;
	background-image: url(../images/sideblock_header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.sideblocktitle_content_container, .sideblock_content_container {
	width: 210px;
	padding-top: 3px;
	padding-bottom: 3px;
	z-index: 3;
}
.sideblocktitle_content_container {
	/*background-image: url(../images/homepage/images/content_sideblocktitle_repeat.png);*/
	background-repeat: repeat-y;
	background-position: center;
	border:1px solid #89C84B;
	border-top: none;
	width:229px;
}
.sideblock_content_container {
	background-image: url(../images/sideblock_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.sideblock_caddie {
	margin-top: -3px;
}
.sideblocktitle_content, .sideblock_content {
	margin: auto;
	width: 231px;
	z-index: 4;
}
.sideblocktitle_content h3, .sideblock_content h3 {
	margin: 0px;
	padding: 0px;
	color: black;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	width: 196px;
}
.sideblocktitle_content ul, .sideblock_content ul {
	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	z-index: 1000;
}
.sideblocktitle_content li, .sideblock_content li {
	border-top: 1px double #F2622E;
	height: 25px;
	list-style-type: none;
	padding-top: 0px;
	padding-left: 0px;
	z-index: 1000;
	width: 195px;
}
.sideblocktitle_content li:first-child, .sideblock_content li:first-child {
	border: none;
}
.sideblocktitle_content li a, .sideblock_content li a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.sideblocktitle_content li a:hover, .sideblock_content li a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
.sideblocktitle_content p, .sideblock_content p {
	padding: 0px;
	margin: 0px;
}
.sideblocktitle_footer, .sideblock_footer {
	width: 210px;
	overflow: hidden;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: center top;
}
.sideblocktitle_footer {
	height: 11px;
	background-image: url(../images/homepage/images/footer_sideblocktitle.png);
	width:231px;
}
.sideblock_footer {
	height: 5px;
	background-image: url(../images/sideblock_footer.jpg);
}

#ariane_panier{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-bottom: 3px;
    position: relative;
    z-index: 100;
	height:32px;
	width:928px;
}
#ariane_panier div{
	color: #FFFFFF;
    float: left;
    font-size: 15px !important;
    font-style: italic;
    font-weight: bold;
    height: 36px;
    line-height: 29px;
    margin-left: 4px;
    text-align: center;
}
#ariane_panier div.cart_logo{
	background: none;
	width: 47px;
	line-height: 29px;
	padding-right:10px;
}
#ariane_panier div.cart_logo img{
	float: left;
	margin: 5px 0 0 10px;
}

#ariane_panier div.in_caddie{
	width: 176px;
	margin: 0;
}
#ariane_panier div.in_step1{
	width: 267px;
}
#ariane_panier div.in_step2{
	width: 185px;
}
#ariane_panier div.in_step3{
	width: 214px;
}
#ariane_panier div.current, #ariane_panier div.visited_before, #ariane_panier div.visited_after:hover{
	/*background: url(../../../modules/ariane_panier/images/repeat_command_on.jpg) repeat-x;*/
}
#ariane_panier div a{
	display: block;
	width: 100%;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
#ariane_panier div a:hover{
	text-decoration: none;
}
.in_caddie{
	background-image:url('../images/panier/images/onglet_panier_off.png');
	height:32px;
	width:176px;
	background-repeat:no-repeat;
	color:#4f17b5 !important;
}
.in_step1{
	background-image:url('../images/panier/images/onglet_moyendepaiement_off.png');
	background-repeat:no-repeat;
	color:#4f17b5 !important;
	height:32px;
	width:267px;
}
.in_step2{
	background-image:url('../images/panier/images/onglet_resume_off.png');
	background-repeat:no-repeat;
	color:#4f17b5 !important;
	height:32px;
	width:185px;
}
.in_step3{
	background-image:url('../images/panier/images/onglet_confirmation_off.png');
	background-repeat:no-repeat;
	color:#4f17b5 !important;
	height:32px;
	width:214px;
}
div.in_caddie.current, div.in_caddie.visited_before, div.in_caddie.visited_after:hover{
	background-image:url('../images/panier/images/onglet_panier_on.png');
	color:#ffffff;
}
div.in_step1.current, div.in_step1.visited_before, div.in_step1.visited_after:hover{
	background-image:url('../images/panier/images/onglet_moyendepaiement_on.png');
	color:#ffffff;
}
div.in_step2.current, div.in_step2.visited_before, div.in_step2.visited_after:hover{
	background-image:url('../images/panier/images/onglet_resume_on.png');
	color:#ffffff;
}
div.in_step3.current, div.in_step3.visited_before, div.in_step3.visited_after:hover{
	background-image:url('../images/panier/images/onglet_confirmation_on.png');
	color:#ffffff;
}
/* Footer */
#footer {
	clear: both;
	color: #998F8C;
	text-align: center;
}
#footer .affiche_contenu_html_footer {
	background-color: #89c84b; 
    color: #FFFFFF;
    height: 39px;
	margin: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 955px;
}
#footer p {
	padding: 2px 0 2px 0;
	margin: 0px;
}

#footer ul {
	list-style : none;
	margin: 0px;
	padding: 2px 0 2px 0;
}
#footer li {
	border-left: 1px solid #DDDDDD;
	display: inline;
	padding: 0 0.5em 0 0.6em;
}
#footer li.first, #footer li:first-child {
	border-left: 0px;
}
#footer li.last {
	border-left: 1px solid #DDDDDD;
}
#footer a {
	color: #FFFFFF;
}
#footer .link a {
	color: #998F8C;
}

/* mini_caddie */


.minicaddie {
	width: 100%;
	padding: 5px 8px 0 5px;
}
.minicaddie a {
	color: #FF7E00;
	font-size: 11px;
	font-weight: bold;
}
.sideblocktitle .minicaddie img, .sideblock .minicaddie img {
	margin: 4px;
}
.minicaddie table {
	width: 100%;
	padding-top: 2px;
}
.minicaddie table td {
	border-top: 1px solid #DDDDDD;
	padding: 2px;
}
.minicaddie td h2, .minicaddie td p {
	padding: 2px;
	margin: 0px;
}
.minicaddie td .line_product {
	width: 135px;
}
.minicaddie td .line_product a {
	font-size: 10px;
}
.minicaddie .product_price {
	width: 70px;
	text-align: right;
	font-size: 11px;
}
.minicaddie .bouton {
	font-size: 12px;
	color: #FFFFFF;
}

.product_image {
	
}

/* classe automatique lorsque le caddie est dans le header */
.header_caddie {
	position: absolute;
	float: right;
	right: 10px;
	top: 78px;
	width: 180px;
}

/* Tableaux avec les produits */
table.produits {
	border-bottom: 0 none;
    border-top: 0 none;
	border-left: thin solid #89c84b;
	border-right: thin solid #89c84b;
    /*box-shadow: 8px -2px #E7E7E7;*/
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	padding-left:0px;
	width:664px;
}
.produits_size{
	border-bottom: 0 none;
    border-top: 0 none;
	border-left: thin solid #89c84b;
	border-right: thin solid #89c84b;
    /*box-shadow: 8px -2px #E7E7E7;*/
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	padding-left:0px;
	width:702px;
}
/* Produits sur deux colonnes */
td.produit_col {
	padding: 8px;
	vertical-align: top;
}
td.produit_col table{
	padding: 0px;
	margin:0px;
	border-collapse: collapse;
}
.allow_order td.produit_col {
	padding: 4px 0;
}	
.allow_order select{
	width: 190px;
}
.allow_order .affiche_critere_stock del {
	margin-right: 5px;
}
.allow_order .affiche_critere_stock .attribut-cell input[type="text"] {
	width: 90px;
}
.allow_order .attribut-cell{
	padding: 0;
}
.attribut-color{
	width: 50px;
}
.allow_order td.attribut-color, .allow_order td.attribut-size{
	width: 0px;
	padding: 0px;
	white-space:nowrap;
}

p.flash {
	color: #dd0000;
	font-weight: bold;
}
.retour {
	clear: both;
}
p.retour img {
	float: none;
}
.alignerimage {
	vertical-align: middle;
}

/* Publicite */

.publicite {
	width: 100%;
	text-align: center;
	z-index: 1000;
}

/* Enregistrement Début */
div.enregistrement {
	width: 520px;
	margin: 0px;
	padding: 5px;
}
div.enregistrement span.enregistrement {
	display: inline-block;
	width: 520px;
	margin: 0px;
}
div.enregistrement span.enregistrementgauche {
	display: inline-block;
	margin: 0px;
	width: 200px;
	padding-right: 10px;
}
div.enregistrement span.enregistrementdroite {
	display: inline-block;
	margin: 0px;
	width: 300px;
}

.entryform span input.champtexte {
	width: 250px;
}
.entryform fieldset {
	border: 1px solid #DDDDDD;
	width: 500px;
}
.entryform textarea {
	width: 250px;
}
.form_item_error {
	background-color: #FFEBE1;
}

.notice, .etoile {
	color: #990000;
	font-weight: bold;
	font-size: 1em;
}

/* Tableau caddie et historique des commandes */
.lignecaddie {
	vertical-align: middle;
}
.lignecaddie_suppression {
	text-align: center;
	vertical-align: middle;
	width: 30px;
}
.lignecaddie_produit_details {
	vertical-align: middle;
	text-align: center;
	font-style: italic;
	font-size:13px;
}
.lignecaddie_produit_image img {
	margin: 5px;
	float: left;
	border: 1px solid #998F8C;
}
.lignecaddie_quantite {
	width: 70px;
}
.lignecaddie_prix {
	width: 75px;
	text-align: center;
	color:#4f175b;
	 font-weight: bold;
}
.lignecaddie_prix_unitaire {
	width: 115px;
	color: #6E6666;
	 font-weight: bold;
}

table.code_promo {
	width: 320px;
}

table.caddie {
	border: 1px solid #e7e7e7;
	clear: both;
	margin: 5px auto auto;
	width: 871px;
}
table.reminder_array {
	border: 1px solid #61605E;
	clear: both;
	margin: 5px auto auto;
	width: 98%;
}
td.caddie, th.caddie, th.reminder_array {
	border-bottom: 1px solid #DDDDDD;
}
table.caddie th, table.reminder_array th {
	text-align: center;
	border-right: none;
	border-left: none;
	padding: 0.1em;
}
table.caddie caption, table.reminder_array caption {
	background: #425B81;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.listeprod {
	text-align: left;
}

/*caddie.php */

div.totalcaddie p {
	padding-right: 1em;
	text-align: left;
}
div.totalcaddie h2 {
	padding: 0px;
}
div.totalcaddie h2 span {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 50px;
	display: block;
}
div.totalcaddie h2 img {
	float: left;
}
div.totalcaddie li.premier {
	border-left: 0px;
	padding: 0 0.5em 0 0.6em;
}
div.totalcaddie li.dernier {
	border-left: 1px solid #DDDDDD;
	padding: 0 0.5em 0 0.6em;
}

ul.caddie {
	text-align: center;
}
.caddie_red {
	color : #ff0000;
	font-weight: bold;
}
p.caddie_bold {
	color : #000000;
	font-weight: bold;
	text-align: left;
}
.caddie th, .livraison th, .reminder_array th {
	background-color: #F3F3F3;
	height: 38px;
	padding-left: 10px;
	color: #4F175B;
	font-style: italic;
	font-size: 13px;
}
table.livraison {
	border: 1px solid #61605E;
	margin-top: 5px;
	width:305px;
}
table.livraison td {
	padding: 10px;
}
.livraison select {
	margin-top: 5px;
	color:#F2622E;
}
table.cart_button_and_link {
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}
.caddie_link, a.cart_preservation_link {
	background-color: #5BB51F;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	vertical-align: middle;
}

a.caddie_link, a.cart_preservation_link{
	color: #4f175b;
	width: 100%;
	display: block;
	font-size: 14px;
}

table.table_order {
	margin: auto;
	width: 95%;
}

#choix_zone {
	text-align: left;
}

/* page change_mot_pass_form*/
.changepass {
	border: 1px solid #DDDDDD;
	color: #000000;
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.3em 0 0.2em 0;
	width: 98%;
}

/* page step1 */
.stepgauche {
	color: #000000;
	float: left;
	margin: 0.2em 0 0 0;
	padding: 0.2em 0 0.2em 0;
	width: 373px;
}
.stepdroite {
	color: #000000;
	float: left;
	margin: 0.2em 0 0 4px;
	padding: 0.2em 0 0.2em 0;
	width: 373px;
}
#entryformstep p {
	text-align: left;
}

#entryformstep fieldset {
	border: 1px solid #DDDDDD;
}

#entryformstep legend {
	color: #000000;
	font-weight: bold;
}

#entryformstep p.droite {
	text-align: right;
}

#entryformstep textarea {
	width: 98%;
}
#entryformstep p.boutonenregistrement {
	clear: both;
}

.formulaire-achat {
	float: right;
	width: 180px;
}
.textarea-formulaire{
	height: 40px;
	max-width: 180px;
	min-width:180px;
}
.mono-colonne{
	max-width: 250px;
	min-width: 250px;
}
.textarea-contact{
	max-width: 90%;
	min-width: 90%;
}

/* achat/index.php */
.achatgauche {
	background: #ff0000;
	border: 1px solid #DDDDDD;
	color: #000000;
	float: left;
	margin-top: 0.5em;
	min-height: 260px;
	padding-top: 0.5em;
	width: 250px;
}
.achatdroite {
	border: 1px solid #DDDDDD;
	color: #000000;
	float: left;
	margin: 0.5em 0 0 4px;
	min-height: 260px;
	padding-top: 0.5em;
	width: 250px;
}


th.caddie {
	background: #425B81;
	color: #FFFFFF;
}
ul.caddie {
	text-align: center;
}
.caddie_net_to_pay {
	color : #4f175b;
	font-weight: bold;
}
p.caddie_bold {
	color: #666666;
	font-weight: bold;
	text-align: left;
}

/*step2 */
.step2 {
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.2em 0 0.2em 0;
	width: 98%;
}
#step2caddie {
	float: left;
	width: 98%;
}
#step2caddie p {
	text-align: right;
}

div#center {
	text-align: center;
}
#center img {
	border: 0px;
}
div#left {
	text-align: left;
}

/*achat/produit_details.php */
.produit_details_gauche {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.2em 0 0.2em 0;
	width: 278px;
}
.produit_details_droite {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0.2em 0 0.5em 4px;
	padding: 0.2em 0 0.2em 0;
	width: 278px;
}
div.produit_details_droite p {
	text-align: left;
}
div.produit_details_gauche p {
	text-align: center;
}

.produit_details_img3 {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.2em 0 0.2em 0;
	width: 278px;
	text-align: center;
}
.produit_details_img4 {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0.2em 0 0.5em 4px;
	padding: 0.2em 0 0.2em 0;
	width: 278px;
	text-align: center;
}

div ul.produit_details {
	margin: 6px 0 6px 0;
	padding: 0px;
}
div ul.produit_details li {
	float: left;
	width: 32%;
	list-style-type: none;
	padding: 6px 6px 6px 0;
}
div ul.produit_details img {
	width: 100%;
	padding: 0px;
}

input img {
	border: 0px;
}

/* utilisateurs/contact */
#contact table {
	padding: 1em;
}
#contact td{
	vertical-align: top;
}
#contact textarea {
	width: 90%;
}
#contact .form {
	width: 90%;
}
#contact .bouton {
	width: 125px;
	color: #000000;
	border: 1px solid #828282;
	font-weight: normal;
	padding: 1px;
	border-spacing: 1px;
}

/* fonction colonne */
#colonne {
	text-align: center;
}

/* Module publicité */
#publicite {
	text-align: center;
	margin-top: 3px;
	margin-left: -3px;
}

/* Module nuage de tags */
#nuage {
	text-align: justify;
	position: relative;
	line-height: 25px;
	padding: 0.5em;
}
#nuage a {text-decoration: none}
#nuage a.level0 {font-size: 11px; color: #BFBFBF;}
#nuage a.level1 {font-size: 11px; color: #B8C9D6;}
#nuage a.level2 {font-size: 12px; color: #668AA8;}
#nuage a.level3 {font-size: 12px; color: #47657B;}
#nuage a.level4 {font-size: 12px; color: #E76300;}
#nuage a.level5 {font-size: 13px; color: #685C65;}
#nuage a.level6 {font-size: 13px; color: #8C524D;}
#nuage a.level7 {font-size: 14px; color: #B44732;}
#nuage a.level8 {font-size: 14px; color: #E53A11;}
#nuage a.level9 {font-size: 15px; color: #E76300; font-weight: bold}
#nuage a.level10 {font-size: 16px; color: #FF3300; font-weight: bold}
#nuage a:hover {color: white; background-color: #668AA8;}

/* Affichage des produits en ligne */
td.col_flash {
	color: #dd0000;
	font-weight: bold;
}

td.col_image img{
	border: 1px solid #9E9D9C;
}

.col_zoom, .col_detail {
	font-size: 1em;
	font-weight: bold;
	height: 24px;
	vertical-align: middle;
	text-align: center;
}

.col_zoom a {
	display: block;
	background-color: #6A5B56;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

.col_detail a{
	display: block;
	background-color: #E9CFF5;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

.espace_haut {
	padding-top: 10px;
}

/* Page catalogue */

#lightbox {
	z-index: 3000;
}
/*4 produits par ligne sur uns ite en 3 colonnes*/
table.product_per_line_4 {
	margin: auto;
	height: 285px;
	width: 165px;
}

table.product_per_line_3 {
	height: 300px;
    width: 210px;
}

table.product_per_line_2 {
	margin: auto;
	height: 340px;
	width: 253px;
}


td.bordure {
	padding-right:0;
	width: 210px;
}

td.fc_titre_produit a {
	color: #4F175B;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
}

td.fc_titre_produit {
	text-align: center;
	font-size : 1em;
	font-weight: bold;
}

td.fc_prix {
	color: #000000;
	text-align: center;
}

td.fc_flash {
	text-align: center;
	font-weight: bold;
	color: #cc0000;
	font-size: 1em;
}

td.fc_descriptif {
	font-size: 1em;
	text-align: justify;
	height: 25px;
}

td.fc_image {
	text-align: center;
	vertical-align: middle;
	min-height:175px;
}
td.fc_image img {
	
}

td.fc_zoom {
	float: right;
    position: relative;
    text-align: center;
    vertical-align: bottom;
}

.fc_zoom a {
	background-color: #89c84b;
    color: #FFFFFF !important;
    display: block;
    height: 23px;
    line-height: 22px;
    width: 72px;
}

a.zoom:link, a.zoom:visited, a.zoom:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.zoom:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.fc_more_detail a {
	background-color: #89c84b;
    color: #FFFFFF;
    display: block;
    height: 23px;
    line-height: 22px;
    width: 90px;
}
td.fc_detail {
	text-align: center; 
	width: 80px;
}
.fc_detail a {
	background-color: #89c84b;
    color: #FFFFFF !important;
    display: block;
    height: 23px;
    line-height: 22px;
    width: 90px;
}
a.plus_detail:link, a.plus_detail:visited, a.plus_detail:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.plus_detail:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.fc_add_to_cart .affiche_critere_stock {
	background-color: #F2F1EE;
	border: 1px solid #9E9D9C;
	color: #000000;
	padding: 2px;
	width: auto;
}
.batch_action input{
	background: #6A4A3D;
	border-style: none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	padding-bottom: 2px;
	width: auto;
}
.fc_add_to_cart .bouton_add_cart {
    background: none repeat scroll 0 0 #6A4A3D;
    border-style: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}


.fc_add_to_cart .bouton_add_cart a{
    display: block;
    padding-top: 6px;
}
.fc_add_to_cart .product_quantity span{}


.fc_add_to_cart .product_quantity {text-align: right;}


/* Page catalogue */
td.fp_flash {
	text-align: center;
	font-weight: bold;
	color: #cc0000;
	font-size: 1em;
	width:750px;
	padding-top: 10px;
}

table.fp {
	width: 100%;
	border: 1px solid #89C84B;
    background-repeat: repeat-y;
	border-top: none;
	border-bottom: none;
}

div.fp_produit {
	float: right;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	width: 100%;
	margin-top: 65px;
}
div.fp_produit del {
	font-size: 14px;
	color: #000000;
	float: left;
	font-size: 14px;
}
div.fp_produit h4 {
	color: #6c6666;
    font-size: 13px;
    font-style: italic;
}
div.fp_produit .prix {
	font-size: 20px;
	font-weight: bold;
}

div.fp_image_grande {
	float: left;
	text-align: center;
	vertical-align: top;
	width: 235px;
	height: 255px;
	margin-right: 10px;
}
div.image_grande {
	text-align: center;
	margin: auto;
	display: inline-block;
	z-index: 10;
}
div.image_grande a {
	background-color: #FFFFFF;
	display: inline-block;
	margin: auto;
}

td.fp_image_petite {
	width: 75px;
	text-align: center;
	vertical-align: top;
}

table.fp_descriptif {
	font-size: 1em;
	text-align: justify;
}

td.fp_image {
	width: 556px;
	text-align: center;
	vertical-align: middle;
}

#files {
	padding-left: 8px;
	text-align: left;
	list-style-type: none;
}
#files li {
	display: inline;
}

#files img {
	margin: 5px;
}

td.fp_ami {
	border: 1px solid #C7C7C7;
	text-align: left;
	padding-left: 5px;
}

.titre_produit {
	color: #FF7E00;
	font-size: 16px;
	font-weight: bold;
}

p.prix {
	font-weight: bold;
	color: #cc0000;
	font-size: 1em;
}

p.notice {
	color: #cc0000;
	font-size: 1em;
	text-decoration: none;
}

a.notice:link, a.notice:visited, a.notice:active {
	color: #cc0000;
	font-size: 1em;
	text-decoration: none;
}
a.notice:hover {
	color: #cc0000;
	font-size: 1em;
}

span.prix, div.on_estimate_information {
	color: #4F175B;
    font-size: 16px;
}
div.on_estimate_information{
	text-align: left;
}
span.ecotaxe {
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
}

/* affiche_produit_colonne new */

.bouton {
	background-color: #E9CFF5;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	border-style: none;
	cursor: pointer;
	display: inline-block;
}

a.bouton:link, a.bouton:visited, a.bouton:active {
	color: #FFFFFF;
}
a.bouton:hover {
	text-decoration: none;
}
.bouton_order{
	background-image:url('../images/panier/images/bouton_commander.png');
	border-style: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	padding-bottom: 1px;
	text-align: center;
	width: 176px;
}
a.bouton_order:link, a.bouton_order:visited, a.bouton_order:active {
	color: #FFFFFF;
	font-size: 1em;
}
a.bouton_order:hover {
	color: #FFFFFF;
	height: 27px;
	text-align: center;
	padding-bottom: 6px;
	font-size: 1em;
	border-style : none;
	cursor: pointer;
}

.clicbouton {
	background-color: #F2622E;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	padding-bottom: 2px;
	text-align: center;
	width: 167px;
}

a.blanc:link, a.blanc:visited {
	color: #FFFFFF;
}
a.blanc:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#pscroller1 {
	width: 96%;
	height: 230px;
	padding: 5px;
}

#fscroller {
	width: 96%;
	height: 230px;
	margin: auto;
}

.form_error {
	color: #CC0000;
}
.form_mandatory {
	color: #990000;
	font-weight: bold;
}
.global_error {
	color: #990000;
}
.global_success {
	color: #006600;
}
.global_warning {
	color: #98943D;
}
.global_error, .global_success, .global_warning {
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px #CCCCCC dotted;
	background-color: #FFFFF4;
}

.global_help{
	margin: auto 5px;
	background: url(../../.../images/picto_aide_peel_03.png) no-repeat left top scroll transparent;
	color: #2a5fa8;
	padding: 5px 5px 5px 26px;
}
.bold {
	font-weight: bold;
}

/* Module faq*/
#faq p {
	margin: 0px;
}
span.search_tag {
	background-color: #FFFF00;
	font-weight: bold;
}

.hidden_msg{
	display: none;
}

/*Forum*/
/* Table infos Center */

.infosTable {
	width: 100%;
	border-collapse: collapse;
}
.infosTable th {
	line-height: 22px;
}
.infosTable th {
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
.infosTable td {
	padding: 4px;
}
.infosTable th, .infosTable td {
	border-color: #695B56;
	border-style: solid;
	border-width: 1px;
}

.line {
	background-color: #F7F7F7;
}

/* Liste table */

.listeTable {
	width: 100%;
}
.listeTable th, .listeTable td {
	padding: 4px;
	border-style: solid;
	border-width: 1px;
}
.listeTable th {
	font-weight: normal;
	text-align: center;
	border-bottom: none;
	font-weight: bold;
}
.listeTable td {

	text-align: justify;
}
.listeTable td p {
	text-align: right;
}
.listeTable td p a {
	color: #999999;
	text-decoration: none;
}


.offered_by {
	color: #425B81;
	text-align: left;
}

.btn_gift {
	background-image: url(../images/add_to_gift_list.jpg);
	background-repeat: no-repeat;
	background-color: #ffae02;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	height: 27px;
	padding-bottom: 6px;
	text-align: right;
	float: right;
	display: block;
	width: 200px;
}

/* div pour overlib.js */
#overDiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
}

/* Interstitiel de publicité welcome_ad */
#welcome_ad_container_background {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4000;
	width: 0px;
	height: 0px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color: #666666;
}
#welcome_ad_container {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5000;
	width: 0px;
	height: 0px;
}
.welcome_ad {
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
}

/* Popup du caddie */
#popup_cart_container {
	z-index: 4000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}
#popup_cart_container_background {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4000;
	width: 0px;
	height: 0px;
	filter: alpha(opacity=60);
	opacity: 0.8;
	background-color: #999999;
}
.popup_cart {
	position: absolute;
	z-index: 5000;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
}
.popup_cart_top {
	background: url(../images/popup_cart_top.png) no-repeat scroll left top transparent;
	color: #282828;
	font-size: 15px;
	text-align: left;
	height: 34px;
	clear: both;
	padding: 6px 0 0;
	z-index: 50000;
}
.popup_cart_middle {
	background: #FBFAF8;
	font-size: 13px;
	line-height: 11px;
	width: 288px;
	height: auto;
}
.popup_cart_bottom {
    clear: both;
    height: 34px;
    padding: 14px 10px;
    text-align: center;
    width: 288px;
}
.popup_cart .popup_cart_top_right{
	float: right;
	padding-right: 7px;
}
.popup_cart .popup_cart_top_left{
	background-image: url("../images/popup/images/picto_check.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #6C6666;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 12px;
    padding-left: 64px;
    padding-top: 5px;
}

.popup_cart .popup_cart_top_right a {
	float: right;
	width: 17px;
	height: 17px;
	background: transparent url(../images/popup/images/picto_croix.png) no-repeat;
	display: block;
}

.popup_cart_top_right a:hover{text-decoration: none}

.popup_cart .popup_cart_bottom_right{
	float: right;
	background: #4f175b;
	height: 32px;
	line-height: 25px;
	width: 128px;
	font-style: italic;
}
.popup_cart .popup_cart_bottom_left{
	float: left;
	background: #F2622E;
	height: 32px;
	line-height: 25px;
	width: 146px;
	font-style: italic;
}
.popup_cart_close_link{
	color: #4f175b;
}
.popup_cart_caddie_link{
	color:#ffffff;
}
.popup_cart .popup_cart_content{
	border-bottom: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    color: #6E6666;
    font-style: italic;
    height: 60px;
    padding: 5px 0;
    width: 288px;
}
.popup_cart .popup_cart_title{
	background-color: #EACEF4;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    color: #4F175B;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 23px;
    vertical-align: middle;
    width: 288px;
}

.popup_cart .popup_cart_title a {
	width: 12px;
	height: 12px;
}

.popup_cart .popup_cart_bottom a {
	font-size: 12px;
	position: relative;
    top: 3px;
	font-weight:bold;
}

.popup_cart_status {
	display: block;
	margin-right: 5px;
	float: left;
}

.title {
	font-weight: bold;
}

.clear {
	clear: both;
	line-height: 0px;
}

.noletter {
	font-size: 12px;
	color: #BBBBBB;
}

#liste_lettre .letter a {
	font-size: 16px;
}

#liste_lettre .letter a:hover {
	text-decoration: none;
}

/* liste du contenu de la rubrique */

table.rubrique {
	border: none;
}

.rubrique h3 {
	font-weight: bold;
}

td.tab {
	color: #ffffff;
	background-color:#89C84B;
	cursor: pointer;
	vertical-align: middle;
	border-right: 5px solid #FFFFFF;
	width: 233px;
}
td.current_tab {
	color: #FFFFFF;
	background-color:#89C84B;
	cursor: pointer;
	vertical-align: middle;
	height: 39px;
	border-right:5px solid #ffffff;
	width:233px;
}
td.tab_content {
	color: #6c6666;
	padding: 10px;
	font-size:13px;
}
td.tab_content a {
	font-weight: bold;
}
.fp h3 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.other_product_buy_title {
	font-size: 18px;
	color: #5C5758;
}
.associated_product {
	padding-top: 10px;
	clear: both;
}
/* produits associé */
.associated_product table.fc {
	height: 270px;
	width: 185px;
}

.associated_product td.fc_detail a {
	background-color: #6A4D3F;
}

.associated_product td.fc_zoom a {
	background-color: #FF9600;
}
.reference td {
	padding: 5px;
	text-align: center;
}
.multipage {
	color: #F2622E;
	height: 30px;
	padding: 5px;
	vertical-align: middle;
	font-weight: normal;
}
.multipage a {
	color: #F2622E;
	font-size:14px;
}
.multipage .current_page_number, .multipage b {
	text-decoration: underline;
	font-size:14px;
}
.multipage_left, .multipage_right {
	width: 170px;
}
.multipage_right {
}
.multipage_left img{
	margin-left: 10px;
	margin-right: 10px;
}
.multipage_right img {
	margin-left: 10px;
	margin-right: 10px;
}

.affiche_critere_stock {
	border: 1px solid #E7E7E7;
    box-shadow: 3px 3px #E7E7E7;
    color: #000000;
    float: right;
    margin-right: 60px;
    margin-top: 10px;
    padding: 4px;
    width: 360px;
}
.affiche_critere_stock input[type=text] {
	border: 1px solid #9e9d9c;
}
.affiche_critere_stock del {
	color: #000000;
}
.bouton_add_cart {
	border-style: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	height: 31px;
	padding-bottom: 2px;
	text-align: center;
	float: right;
	display: block;
	width: 132px;
	font-style: italic;
	background-color:#F2622E;
}

#product_link_to_modules_container {
    position: relative;
    text-align: center;
}
.product_link_to_modules {
	width: 135px;
	float: left;
}
.sub_category {
	width: 100%;
}

.sub_category img {
	border: 1px solid #998F8C;
}

.price_in_product_title {
	float: right;
	margin-right: 20px;
	text-align: right;
}
.price_in_product_title del {
	margin-right: 20px;
}
.product_title .prix {
	font-size: 18px;
	color: #FFFFFF;
}
.product_title {
	background-color: #89C84B;
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: auto;
	width: 100%;
	margin: 0;
    width: 702px;
}
.module_login input {
	border: 1px solid #998F8C;
}
.module_login .bouton_ok {
	border: none;
}
.module_login {
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
}
.email_module_password {
	padding-left: 5px;
	text-align: left;
}
.email_module_login {
	padding-left: 5px;
	text-align: left;
}

.module_product_title {
	color: #4F175B;
    font-size: 14px;
}
.td_avis {
	border-top: 1px dotted grey;
}
.lot_explanation_table {
	border: 1px solid grey;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
}
.product_affiche_prix {
	float: right;
    text-align: right;
    width: 195px;
}
#payment_method{
	margin-left: 20px;
}

.blog_presentation {
	border: 1px solid #A5017E;
	margin: auto;
	padding: 5px;
	width: 90%;
}
.blog_presentation .photo{
	width: 90%;
}

.blog_presentation ul{
	margin: auto;
	padding: 5px;
	width: 90%;
}
.articles_blog {
	width: 100%
}

.articles_blog th a{
	color: #000000;
}

.affiche_info_stock {
	background-color: #F2F1EE;
	border: 1px solid #9E9D9C;
	width: 406px;
	float: right;
}

/*formulaire de la page de recherche*/
.attribute_select_search{
	padding: 2px;
	margin: 0;
}

.attribute_select_search li{
	float: left;
	list-style: none;
	margin: 2px;
}
.attribute_select_search select{
	width: 168px;
	height: 21px;
}
.attribute_select_search li.input input{
	width: 168px;
}
.attribute_select_search_part1{
	margin: 0 auto;
	width: 352px;
}
.attribute_select_search_part3{
	text-align: center;
	clear: both;
}
.save_cart_individual_action{
	padding-left: 10px;
}

.save_cart_msg{
	margin-top: 10px;
	margin-bottom: 10px;
}
#mode_remb{
	width: 90%;
}
#btn_next_carrousel_module{
	background-image: url(../images/fleche_droite_out_carrousel_module.jpg);
	background-repeat: no-repeat;
	width: 22px;
	height: 29px;
}

#btn_next_carrousel_module:hover{
	background-image: url(../images/fleche_droite_hover_carrousel_module.jpg);
	background-repeat: no-repeat;
	width: 22px;
	height: 29px;
}

#btn_preview_carrousel_module{
	background-image: url(../images/fleche_gauche_out_carrousel_module.jpg);
	background-repeat: no-repeat;
	width: 22px;
	height: 29px;
}

#btn_preview_carrousel_module:hover{
	background-image: url(../images/fleche_gauche_hover_carrousel_module.jpg);
	background-repeat: no-repeat;
	width: 22px;
	height: 29px;
}
.menu_categorie_link {
	float: left;
	display: block;
}
.td_product_stock_info{
	width: 65%;
}

.title_price_free{
	float: right;
	font-size: 18px;
	padding-right: 10px;
}
.on_estimate {
	color: #F13900;
	float: left;
	font-size: 20px;
	font-weight: bold;
	height: 70px;
	text-align: left;
	width: 230px;
	margin-left:15px;
}
#liste_lettre{
	margin: 0 auto;
}
.form.entryform .inscription_form{
	padding: 10px 80px;
}
form.entryform .inscription_form td{
	padding: 5px 0;
}
form.entryform .inscription_form_table{
	width: 100%;
	padding: 5px 0px 5px 30px;
}
.nomber_article{
	width: 100px;
}
.nomber_article a:hover{
	text-decoration: underline;
	color: red;
}
.product_prev, .product_next {
	display: block;
	height: 31px;
	width: 164px;
}

.product_prev {
	float: left;
	padding-left: 0px;
	text-align: left;
	color:#F2622E;
	font-size:15px;
}
.product_next {
	float: right;
	padding-right: 0px;
	text-align: right;
	color: #F2622E;
	font-size:15px;
}
.product_prev:hover {
}
.product_next:hover {
}

.product_title .product_next, .product_title .product_prev {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 32px;
}
.td_mod_next_prev {
	width: 83px;
}
.product_prev:hover, .product_next:hover {
	text-decoration: none;
}
.title-details-product {
	padding-left: 10px;
}
.rss_bloc {
	display: inline;
}

.nb_item {
	color:#1E82D8;
	font-size: 9px;
}
span.fcb {
  background: url(../images/fcb.png) no-repeat scroll center center transparent;
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 17px;
  padding-right: 75px;
}
.rub_wrapper {
	/* width: 580px; */
}
.title_backgroud{
	background-color:#89c84b;
	height:78px;
	margin: auto;
	width: 955px;
}
.search_box_title{
	color: #F2622E;
    font-family: arial;
    font-style: italic;
    font-weight: bold;
    left: -48px;
    position: relative;
    top: -11px;
}
.search_image{
	background-position:center center;
	background-repeat:no-repeat;
	height:25px;
	width:194px;
}
.title_product_count{
	color: #E9CFF5;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    left: 815px;
    position: absolute;
    top: 81px;
}
.footer_content{
	text-align: center;
}
.get_menu{
	width:100%;
	height:27px;
	position: absolute;
	top: 27px;
}
.get_menu_content{
	margin:0 auto;
	width:1004px;
}
.menu_home_image{
	position: relative;
    top: -5px;
}
.homepage_image{
	background-image:url('../images/homepage/images/bandeau_visuel_texteditable.jpg');
	background-repeat:no-repeat;
	width:986px;
	height:286px;
	margin-top:10px;
	margin-bottom:5px;
}
.homepage_image_content{
	color: #4F175B;
    font-size: 27px;
    height: 140px;
    width: 700px;
}
.minus{
	padding-left: 35px !important;
}
.pay_image{
	height:30px;
	width:231px;
	padding-bottom: 20px;
}
.page_home_content{
	text-align:center;
}
.page_home_content_footer{
	background-image:url('../images/homepage/images/footer_blocktitle.png');
	background-repeat:no-repeat;
	height:10px;
	width:753px;
}
.search_picture{
	
}
.title_multipage{
	font-size: 14px;
}
.multipage_middle{

}
.product_title h2, .page_home_content h2{
	color:#ffffff;
	height:24px;
	text-align: center;
}
.ariane_brand{	
    font-family: arial;
    font-size: 14px;
    margin-top: 20px;
}
.ariane_brand a{	
	color: #6C6666 !important;
 }
 .catalog_image{
	width:100%;
	height:125px;
	color:#4f175b;
 }
  .catalog_image h2{
	color:#F2622E;
	font-size: 36px;
 }
 .filtre_title{
	text-align:right;
 }
 .filtre_by{
	font-size: 12px;
 }
#product_link_to_modules_container td{
	padding-bottom:5px;
	width:430px;
}
h1.titre_produit{
	color: #89C84B; 
    font-size: 15px;
    font-style: italic;
	padding: 0px;
}
.fp_produit p{
	font-size:13px;
	color:#6c6666;
}
.product_link_to_modules a{
	color:#6c6666;
}
.full_expand_in_container span{
	color: #89C84B;
    font-size: 16px;
}
.product_quantity span{
	color: #6C6666;
    font-size: 14px;
}
#prix_3{
	color: #4F175B;
    font-size: 14px;
    font-style: italic;
}
.fp_2{
	width:676px;
	padding-top: 0px;
	padding-left: 20px;
}
.footer_coloum_middle{
	width:702px;
	height:1px;
	background-color:#89C84B;
	background-repeat:no-repeat;
}
.footer_coloum_middle_categorie{
	width:702px;
	height:1px;
	background-color:#89C84B;
	background-repeat:no-repeat;
}
.footer_coloum_middle_home{
	width:664px;
	height:1px;
	background-color:#89C84B;
	background-repeat:no-repeat;
}
.panier_colume{
	width:950px;
	margin:0 auto;
}
.middle_column_repeat_2{
    background-image: url("../images/panier/images/content_panier_repeat_20.png");
    background-position: right center;
    background-repeat: repeat-y;
    border-left: 2px solid #E7E7E7;
    border-top: 2px solid #E7E7E7;
    padding: 0 20px 0px;
    z-index: 2;
}
.prix_panier{
	font-size:12px;
	color:#6e6666;
	font-style: italic;
	padding-top:10px;
}
.prix_panier tr{
	height:20px;
}
.caddie_link_shooping{
	background-image:url('../images/panier/images/bouton_continuermesachats.png');
	width:176px;
	height:32px;
	font-size: 14px;
    font-weight: bold;
}
.caddie_link_empty{
	background-image:url('../images/panier/images/bouton_vidermonpanier.png');
	width:176px;
	height:32px;
	font-size: 14px;
    font-weight: bold;
}
.td_caddie_link_empty_cart{
	padding-left:10px;
}
.caddie_link_empty a, .caddie_link_shooping a, .cart_preservation_link_save a{
	position: relative;
    top: 7px;
	color:#4F175B;
}
.cart_preservation_link_save {
	background-image:url('../images/panier/images/bouton_vidermonpanier.png');
	width:176px;
	height:32px;
	font-size: 14px;
    font-weight: bold;
}
.middle_column_footer_2{
	background-image:url('../images/panier/images/content_footer.png');
	width:926px;
	height:11px;
	background-position:right;
}
.pay_image_2{
	float: right;
    height: 30px;
    padding-bottom: 15px;
	padding-top:11px;
    width: 231px;
}
.lignecaddie_produit_details a{
	color:#4F175B;
}
.link img{
	position: relative;
    top: 4px;
}