/****************************/
/*							*/
/*			COULEURS		*/
/*							*/
/****************************/



/****************************/
/*							*/
/*         POLICES          */
/*							*/
/****************************/

@font-face {
 font-family: Texte;
 src: url("../_font/Roboto-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: Texte;
 src: url("../_font/Roboto-Regular.ttf") /* TTF file for CSS3 browsers */
}


@font-face {
 font-family: Titre_produit;
 src: url("../_font/myanmarmn.eot") /* EOT file for IE */
}
@font-face {
 font-family: Titre_produit;
 src: url("../_font/myanmarmn.ttf") /* TTF file for CSS3 browsers */
}






/****************************/
/*							*/
/*          GENERAL         */
/*							*/
/****************************/
body,th {
	font-family: Texte, Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color:#edf6e2;
}

h1 { font-family: Titre_produit, Arial, Helvetica, sans-serif; border-bottom:3px solid #aace50; color:#373736; margin-top:5px; line-height:30px;}
h2 { margin:0px; padding-top:5px; border-bottom:1px solid #aace50; }
h3 {}




/****************************/
/*							*/
/*         CALQUES          */
/*							*/
/****************************/

div.fond {
	position:absolute;
	background-color: #8dc63f;
	top : 20px;
	left:50%;
	border:1px solid #537d19;	
	margin-left:-500px;
	width: 1000px;
	text-align:left;
	background-image:url(../images/design/fond_contenu.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	box-shadow: 2px 0px 12px #537d19;
	
}
div.menu {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	background-color: #8dc63f;	
	box-shadow: 0px 3px 5px #afd877;
}

div.search {
	position:absolute;
	top: 10px;
	right:155px;
	width:220px;
	height:50px;	
	z-index:90;
	text-align:right;
	font-size:12px;
	color: #507F11;
}
div.search input[type=submit] {
	background-color: #ffffff;
	border:1px solid black;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
}

div.livraison_noel {
	position:absolute;
	top: 75px;
	right:35px;
	width:232px;
	height:36px;	
	z-index:99;
	background-image:url(../images/livraison_noel.png);
	background-repeat:no-repeat;
}

div.menu_panier {
	position: absolute;
	top: 5px;	
	right:5px;
	width:130px;
	text-align:center;
	font-size:12px;
}
div.menu_panier a {
	text-decoration: inherit !important;
	color: inherit !important;	
}
div.search input[type=text] {
	font-size:11px;
	width:150px;
	background-image:url(../images/design/loupe.png);
	background-position: right;
	padding-right:18px;
	padding-left:10px;
	margin-top:7px;
	margin-right:2px;
	background-repeat:no-repeat;
	-moz-border-radius : 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 15px 15px;
}
div.logo {
	position:absolute;
	top: 68px;
	left:35px;
	z-index:99;
}

div.menu_categories {
	position:relative;
	float: left;
	width:175px;
	left:20px;
	top:115px;
}
div.menu_categories_fond {
	background-color:#ccee9e;
	-moz-border-radius : 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 12px #afd877;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:10px;
}

div.liens {
	position: relative;
	top:30px;
	left:0px;
	text-align:center;
}

div.contenu {
	position:relative;
	min-height:950px;;
	margin-left:220px;
	width: 730px;
	font-size:14px;
	font-weight: none;
	line-height:22px;
	color:#6f6f6f;
	padding:10px;
	top:20px;
	background-color:#edf6e2;
	box-shadow: 2px 2px 12px #afd877;
}


div.footer {
    position: relative;
    clear:both;

	margin-top:40px;
	padding-top:5px;
	padding-right:20px;
	padding-left:20px;
	
	width:960px;
	border-top:1px dotted #000000;


	text-align:center;
	
	font-size:12px;
	color:#000000;
}


/****************************/
/*							*/
/*          LIENS           */
/*							*/
/****************************/

a {
	font-family: Texte, Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight:normal;
}

div.footer a {
	color: inherit;
}




/****************************/
/*							*/
/*           MENU           */
/*							*/
/****************************/

div.menu ul {
	list-style:none;
	padding:0;
	margin:0;
	padding-top:15px;
	padding-bottom:0px;
	padding-left:20px;
	height:40px;
}
div.menu ul li {
	display: inline;
	padding:0;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:18px;
	font-family: Titre_produit, Arial, Helvetica, sans-serif;
	color:#507F11;
}
div.menu ul li:before { content:"» "; }
div.menu ul li:hover {
	background-color:#b8e975;
	color: #75ae28;	
}
div.menu ul li a {
	font-family:inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
	text-decoration:none;	
}









div.menu_categories ul {
	list-style:none;
	padding:0px;
}
div.menu_categories ul li {
	padding-top:7px;
	padding-bottom:7px;
	font-size:14px;
	border-bottom:1px solid #8dc63f;
	color:#416315;
	padding-left:5px;
	font-weight:bold;
}
div.menu_categories ul li a {
	font-family:inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
	text-decoration:none;	
}

div.menu_categories ul li ul {
	list-style:none;
	padding-left:0px;
	padding-bottom:2px;
}
div.menu_categories ul li ul li {
	border:0px;
	padding:1px;
	padding-left:10px;
	font-size:12px;
	font-weight:normal;
}
div.menu_categories ul li ul li:before { content:"→ "; }
div.menu_categories ul li ul li a {
	font-family:inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
	text-decoration:none;		
}
div.menu_categories ul li ul li:hover {
	text-shadow: 1px 1px 1px #fff;
}
div.menu_categories ul li:hover { background-color:#c1e68f; }

/****************************/
/*							*/
/*       FORMULAIRES        */
/*							*/
/****************************/

input, textarea {
	font-family:Texte, Arial, Helvetica, sans-serif;
	border:1px solid #6f6f6f;
	font-size:12px;
	color: #000000;
	background-color:#ffffff;
	padding:3px;
}
input[type=text], input[type=password] { letter-spacing:1px; width:200px; }
input[type=checkbox],input[type=radio] { border:0px; background-color: transparent; font-size:12px; }
input:focus, textarea:focus {

    border: 1px solid #6f6f6f;

    /* La même ombre à l'intérieur (inset)
    + une ombre bleu électrique à l'extérieur */
    box-shadow: inset rgba(140,140,140,0.35) 0px 0px 0px, #6f6f6f 0 0 5px;

    /* Désactiver la bordure par défaut (bleu clair sur chrome) */
    outline: 0;
}




















/****************************/
/*							*/
/*         PRODUITS         */
/*							*/
/****************************/
.affichage_categorie {
	text-align: left;
	color: #8dc63f;
	display: inline;
}
.affichage_categorie a {
	text-decoration: underline;
	color:#8dc63f;
	font-size:inherit !important;
}

.affichage_nom {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
	margin-top:5px;
	text-align:center;
}
.affichage_nom h1 {
	font-size:30px;
	color:#8dc63f;
	margin:3px;
	margin-top:5px;
	font-family: Titre_produit, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:none;
	padding-top:10px;
	padding-bottom:10px;
}

.affichage_descriptif {
	text-align: left;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.2px;
	padding-top:10px;
}


.affichage_reference {
	text-align:left;
	font-size:12px;
}

.affichage_prix, .affichage_promotion {
	font-size:40px;

	color: #8dc63f;
	text-align:center;
	border-bottom:1px solid #8dc63f;
	margin-bottom:10px;
	padding-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
}

.affichage_prix_promo {

	font-size:12px;
	color: #FF0000;
	text-decoration:line-through;
	padding-left:2px;
	padding-right:2px;
	padding-top:10px;

}

.affichage_taille {
	margin-bottom:10px;
	padding-bottom:10px;
}
input[type=submit].commander {
	background-color: #84ca26;
	border:1px solid black;
	font-size:14px;
	color:#FFFFFF;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
input[disabled=disabled] { color:#888; font-style:italic; background-color:#eee;  }
.affichage_disponibilite {
	border-bottom:1px solid #8dc63f;
	margin-bottom:10px;
	padding-bottom:10px;
}

.affichage_logo, .affichage_sexe {
/*	margin-bottom:10px; */
	padding-bottom:10px;
	font-size:12px;
	text-align:right;
}
.affichage_logo { text-align:center; }
.affichage_sexe img { width:14px; }

.affichage_graine {
		border-bottom:1px solid #8dc63f;
}
.affichage_graine h2 {
	font-size:16px;
	text-align:center;
	color:#8dc63f;
	margin:0px;
}
.affichage_graine ul {
	list-style-type: none;
	margin-left:-40px;
	margin-top:10px;
}
.affichage_graine ul li:before {
    content: "→ "; /* on affiche une chaîne de caractère */
}
.affichage_souscategorie_texte {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #8dc63f;	
}

h2.page_produit {
	font-size:20px;
	color: #8dc63f;
	border-bottom:1px solid #000000;
}


.vignette_produit {
	border:1px solid #afd877;
	background-color:#FFFFFF;
	padding:1px;
	margin:0px;
	width:220px;

	box-shadow: 2px 2px 12px #afd877;
}
.vignette_produit td a { font-size:13px; }





.affichage_liste_prix {
	display: inline-block;
	font-weight:bold;
	color: #8dc63f;	
}

.liste_quantite,.liste_taille {
	font-size:11px;	
}
.liste_submit {
	background-color: #84ca26;
	border:1px solid black;
	font-size:11px;
	color:#FFFFFF;
}


ul#list-tailles, ul#list-disponibilites, ul#list-categories, ul#list-categories-0, ul#list-categories-1, ul#list-categories-2, ul#list-categories-3, ul#list-categories-4, ul#list-categories-5, ul#list-categories-6, ul#list-sous_categories {
	margin-top:-5px;
	list-style:none;
}
/* style des éléments de la liste */
ul#list-tailles li, ul#list-disponibilites li, ul#list-categories li, ul#list-categories-0 li, ul#list-categories-1 li, ul#list-categories-2 li, ul#list-categories-3 li, ul#list-categories-4 li, ul#list-categories-5 li, ul#list-categories-6 li, ul#list-sous_categories li {
  cursor:move;
  margin-left:-40px;
  border-bottom:1px solid black;
  padding-bottom:5px;
  padding-top:5px;
  width:95%;
}
/* style de l'élément fantome, qui apparait losque que l'on bouge un élément */
ul#list-tailles li.highlight, ul#list-disponibilites li.highlight, ul#list-categories li.highlight, ul#list-categories-0 li.highlight, ul#list-categories-1 li.highlight, ul#list-categories-2 li.highlight, ul#list-categories-3 li.highlight, ul#list-categories-4 li.highlight, ul#list-categories-5 li.highlight, ul#list-categories-6 li.highlight, ul#list-sous_categories li.highlight {
  background:#ffffff;
  border:1px solid black;
}






/****************************/
/*							*/
/*          PANIER          */
/*							*/
/****************************/
.bordure_tab {
	border-bottom:1px solid #ccc;	
}
.fond_vert { background-color:#aace50; color:black; }
tr.panier_1 { background-color:#dff0cb; padding-top:5px; padding-bottom:5px; }
tr.panier_2 { padding-top:5px; padding-bottom:5px; }
tr.panier_1 td a, tr.panier_2 td a { text-decoration: none; }
table.panier { color:#000000; }








/****************************/
/*							*/
/*     SEARCH COMPLETION    */
/*							*/
/****************************/

.autocomplete-suggestions { border: 1px solid #6f6f6f; font-size:12px; background: #FFF; overflow: auto; z-index:99999; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #cc0000; }
