


/********/
/* HTML */
/********/
body, td, th {
    font-family	: Arial, Helvetica, sans-serif;
    font-size	: 11px;
}
body {
    background:#fff url(image/bg_new.png) top left repeat-x;
    color:#000;
    height			: auto;
/*    width			: 1000px;*/
    margin			: 0 auto;

}
input, textarea, select {
    border:1px solid #aba8b8;
    background:url(image/bginput.png) top left repeat-x;
}
a {
    color	:#4d4c4c;
	margin	: 0;
	padding	: 0;
}
hr {
    border			: 0;
    border-top		: 1px #AAAAAA solid;
    height			: 1px;
}
h1, h2, h3 {
    display:inline;
    color:#FFF;
    font-size:10px;
    font-weight:bold;
    margin:0;
    padding:0;
}
a:active,
a:focus {
    text-decoration:none;
}
a:link,
a:visited {
    text-decoration:underline;
    font-weight:bold;
    font-size:11px;
}
img {
    border:none;
}
strong {
    color:#3460B7;
}
form {
    margin:0;
}
select {
    border:1px solid #96AEC5;
    font-size:12px;
}
/******************************/


/******/
/* ID */
/******/
#structure {
	width		: 1000px;
	margin-left	: auto;
	margin-right: auto;
}
/* Bandeau */
#bandeau {
}
#bandeau .titre {
    color:#FFF;
    font-size:10px;
    font-weight:bold;
    margin:0;
    padding:0;
}
#bandeau .haut {
    background:#fff url(image/bgheader.png) top left repeat-x;
    width:998px;
    height:166px;
    border:1px solid #e4e3e9;
    position:relative;
}
#bandeau .logo {
    margin-left:20px;
    /*float:left;*/
    margin-bottom:0;
}
#bandeau .utilisateur {
    width:310px;
    height:32px;
    position:absolute;
    right:14px;
    top:0;
}
#bandeau .utilisateur a {
    text-decoration:underline;
    font-weight:bold;
    font-size:12px;
}
#bandeau .utilisateur a:hover {
    text-decoration:none;
}
#bandeau .compte {
    width:146px;
    float:left;
    height:32px;
    padding-top:8px;
    text-align:right;
}
#bandeau .panier {
    margin-top:-1px;
    width:160px;
    height:32px;
    float:right;
    background:url(image/bgpanier.jpg) top left no-repeat;
}
#bandeau .panier a {
    color:white;
    padding-left:47px;
    line-height:32px;
}

/* Menu haut */
#menu_haut {
    border:1px solid #1f8aba;
    width:998px;
    height:38px;
    background:#2b519d url(image/bgmenu.png) top left repeat-x;
}
#menu_haut ul {
    list-style:none;
    margin:0;
    padding:0;
}
#menu_haut li {
    float:left;
    position:relative;
    width: 12.4%;
    z-index: 500;
}
#menu_haut a {
    font-size:14px;
    color:#fff;
    display:block;
    line-height:38px;
    text-decoration:none;
    text-align:center;
    text-transform:capitalize;
    background:url(image/btnborder.png) no-repeat right center;
}
#menu_haut a:hover {
    text-decoration:underline;
}
#menu_haut ul ul {
    position: absolute;
}
#menu_haut ul ul li {
    background:#2b519d url(image/bgmenu.png) top left repeat;
    display:block;
    width:200px;
}
#menu_haut ul ul li iframe {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:200px;
    z-index:-1;/*Placer l'iframe en arrière-plan du div*/
    filter:mask();/*Cacher l'iframe dans IE6*/
}
#menu_haut ul ul li a {
    background:none;
    font-size:12px;
}
#menu_haut ul ul
{display: none;}

#menu_haut ul li:hover ul
{display: block;}

/* Formulaire de recherche + menu gauche + contenu + menu droite + pied de page */
#main {
    background:#fff url(image/bgmain.png) top left repeat-x;
    border-left:1px solid #e6e5eb;
    border-right:1px solid #e6e5eb;
    padding:0 4px;
    border-bottom:1px solid #E4E3E9;
}

/* Formulaire de recherche */
#recherche {
    border-bottom:1px solid #e6e6e6;
    height:18px;
    line-height:18px;
    font-size:12px;
    font-weight:bold;
    padding:10px 15px;
}
#recherche .texte {
    background:url(image/loupe.png) center left no-repeat;
    padding-left:28px;
    color:#4D4D4D;
}
#recherche .bouton_submit {
    background:url(image/ok.jpg) center left no-repeat;
    border:none;
    height:19px;
    width:35px;
    color:#FFF;
    font-size:14px;
    cursor:pointer;
    font-weight: bold;
}
#recherche select {
    margin-left:30px;
}

/* Menu gauche */
#menu_gauche {
    width:196px;
}
#menu_gauche .titre {
    background:url(image/headround.png) top left no-repeat;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    height:28px;
    line-height:28px;
    text-transform:capitalize;
    padding-left:11px;
}

/* menu produits */
#menu_produits {
    background: url(image/menuleftg.png) top left repeat-y;
    border-bottom:1px solid #cdcdcd;
    margin-bottom:12px;
}
#menu_produits ul {
    margin:0;
    padding:0;
}
#menu_produits li {
    display:block;
    height:17px;
	width:194px;
	margin-left:1px;
    border-bottom:1px solid #ebebee;
}
#menu_produits li span {
    display:block;
    background:url(image/bgbtnflech.png) top left no-repeat;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding-left:30px;
	height:18px;
}
#menu_produits li a {
    display:block;
    line-height:18px;
    font-size:11px;
    font-weight:normal;
    color:#000;
    text-transform:capitalize;
    text-decoration:none;
    padding-left:15px;
    font-family:Verdana, Geneva, sans-serif;
}
#menu_produits li a:hover {
    text-decoration:underline;
}
#menu_produits .liste_marque {
    width:194px;
    background:#E8E7ED;
    padding-top:10px;
    padding-bottom:10px;
	border-left:1px #BFBFBF solid;
	border-right:1px #BFBFBF solid;
}

#menu_produits .nosmarque {
    display:block;
    font-size:11px;
    color:#000;
    width:186px;
    margin:0 auto;
}

/* Bandeau marque */
#bandeau_marques {
    margin-left:11px;
    width:780px;
	background:url(image/bgmarques.jpg) top left repeat-y;
    border-bottom:1px solid #C1C1C1;
    margin-bottom:14px;
}
#bandeau_marques .titre {
    width:760px;
    height:28px;
    line-height:28px;
    background:url(image/headmarques.png) top left no-repeat;
    color:#3460B7;
    font-size:14px;
    padding-left:20px;
    font-weight:bold;
    text-transform:capitalize;
}
#bandeau_marques .contenu_bandeau {
    width:770px;
}
#bandeau_marques .titre h1 {
    display:inline;
    font-size:14px;
    color:#3460B7;
}



#entete {
    margin-left:11px;
    width:780px;
	background:url(image/bgmarques.jpg) top left repeat-y;
    border-bottom:1px solid #C1C1C1;
    margin-bottom:14px;
}
#entete .titre {
    width:760px;
    height:28px;
    line-height:28px;
    background:url(image/headmarques.png) top left no-repeat;
    color:#3460B7;
    font-size:14px;
    padding-left:20px;
    font-weight:bold;
    text-transform:capitalize;
}
#entete .contenu_bandeau {
    width:770px;
}

/* Block */

.block {
	width:617px;
	margin-left: 11px;
	border-bottom:1px solid #C1C1C1;
}
.block .titre {
	width:597px;
    height:31px;
    background:url(image/bgvente.png) top left no-repeat;
    color:#3460B7;
    font-size:14px;
    line-height:31px;
    padding-left:20px;
    font-weight:bold;
    text-transform:capitalize;
}
.block .titre h1 {
    display:inline;
    font-size:14px;
    color:#3460B7;
}
.block .titre2 {
    font-size:14px;
    font-weight:bold;
}
.block .titre3 {
    font-size:18px;
    color:#3460B7;
    margin-bottom:10px;
    font-weight:bold;
}
.block .titre4 {
    font-size:15px;
    color:#3460B7;
    margin-bottom:10px;
    font-weight:bold;
}
.block .texte {
	border-left		: 1px solid #C1C1C1;
	border-right	: 1px solid #C1C1C1;
}

.block .texte .question {

	font-weight: bolder;
    margin-left:10px;
	 padding: 15px;
}

.block .texte .detail {
 font-size: 11px;
  text-align:left;
	padding: 5px;
	color: grey;
	  margin-left:7px;
}

.block .texte .form {

	color: red;
 	font-weight: bolder;
}
.block .texte .reponse {
 font-weight: bolder;
  margin-left:25px;
  padding: 15px;
}

.block .texte .lien {
	margin-left:20px;

}

.block .texte .form_quest {
	margin-left:20px;

}


.block .texte ul{
	margin:0 0 0 30px;
	padding:10px;
}
.block .ratings ul {
	margin :0;
	padding : 0;
}

.block .texte h1 {
	padding-top:10px;
	margin-left:10px;
}
.block .texte p{
	margin		: 0;
}
.block .texte .padding p {
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.block .texte .pad_top p {
	padding-top:10px;
}
.block .info {
    width:595px;
    height:28px;
    background:#E8E8E8;
    color:#2B2B2B;
    font-weight:bold;
    font-size:14px;
    line-height:28px;
    text-indent:20px;
    clear:left;

}

/* Conteneur */

#conteneur {
    width:617px;
}
#tri {
    position	: absolute;
    margin-left	: 440px;
}

/* Menu droite */
#menu_droite {
    width:152px;
}
#menu_droite .image {
    margin-bottom:10px;
}
#menu_droite .prix {
    color:#EA0707;
    font-weight:bold;
    font-size:14px;
    padding:0;
    margin:0;
}
#menu_droite .promo {
    margin-bottom:12px;
    min-height:108px;
    text-align:center;
	border:0;
}

.promo .titre {
    background:url(image/headpromo.png) top left no-repeat;
    height:31px;
    line-height:31px;
    text-align:center;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
}
.promo .titre2 {
    background:url(image/headpromo2.png) top left no-repeat;
    height:31px;
    width:151px;
    line-height:31px;
    text-transform:capitalize;
    text-align:center;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
}
.promo .promo_vignette {
    background:#E9E8E8;
    min-height:90px;
    padding:15px 5px;
    border:1px solid #BFBFBF;
	width:139px;

}
.promo .image_vignette {
    margin:7px auto;
}
.promo .listepromo {
    color:#FFF;
    display:block;
    width:139px;
    height:25px;
    line-height:25px;
    text-decoration:none;
    background:url(image/promobtn.png) top center no-repeat;
}

#charte {
    width:617px;
    text-align:center;
    color:#4D4C4C;
    line-height:18px;
    margin-left: 11px;
    clear:both;
}

/* Pied de page */
#pied_page {
    margin-top:10px;
}
#pied_page .histoire {
    background:#F6F6F6;
    border:1px solid #E4E3E9;
    height:272px;
    background: url(image/bgfooter.png) top left repeat-x;
    width:958px;
    float:left;
    font-size:10px;
    font-weight:bold;
    line-height:12px;
}
#pied_page .pied_page_contenu {
	background:#F6F6F6;
    border:1px solid #E4E3E9;
    height:272px;
    background: url(image/bgfooter.png) top left repeat-x;
	width:958px;
    float:left;
    font-size:10px;
    font-weight:bold;
    line-height:12px;
	padding:10px 20px 0px 20px;
}
#pied_page .histoire {
    padding:10px 20px 0px 20px;
}
#pied_page #histoire p {
    margin:0;
	border:0;
	padding:0;
}
#pied_page #nuage {
    background:#F6F6F6;
    border:1px solid #E4E3E9;
    float:right;
    background: url(image/bgfooter.png) top left repeat-x;
    height:282px;
    width:280px;
}
#pied_page #copyright {
    line-height:14px;
}
#pied_page #copyright img {
    vertical-align:middle;
}
#pied_page #agence {
    float:right;
    line-height:14px;
}
#pied_page #agence img {
    vertical-align:middle;
}

/* menu bas */
#menu_bas {
    border:1px solid #E4E3E9;
    text-align:center;
    background:#E2E2E2;
	margin-top:10px;
    margin-bottom:10px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;

}
#menu_bas .contenu {
    padding:8px;
	margin:0;
}
#menu_bas .contenu p {
    border:0;
	padding:0;
	margin:0;
	text-align:center;
}
#menu_bas .contenu ul {
    width:570px;
    margin:0 auto;
	padding:0;

}
#menu_bas .contenu li {
    display:block;
    float:left;
	padding:0;
	margin:0;
}
#menu_bas .contenu li a {
    text-decoration:none;
    padding-left:5px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
	padding:0;
	margin:0;
}
#menu_bas li a:hover {
    text-decoration:underline;
	padding:0;
	margin:0;
}
#menu_bas p {
    padding:0;
    margin:0;
}

/* Caddie */
#caddie .rondbleu {
    float:left;
    margin-right:45px;
    background:url(image/rondbleu.png) top center no-repeat;
    width:70px;
    text-align:center;
    color:#3460B7;
    font-weight:bold;
}
#caddie .rondgris {
    float:left;
    margin-right:45px;
    background:url(image/rondgris.png) top center no-repeat;
    width:70px;
    text-align:center;
    color:#3460B7;
    font-weight:bold;
}
#caddie .numerob{
    display:block;
    height:50px;
    line-height:46px;
    font-size:18px;
    color:#fff;
}
#caddie .numero{
    display:block;
    height:50px;
    line-height:46px;
    font-size:18px;
    color:#A7A5A6;
}
#caddie #etape {
    border-bottom:1px solid #D3D5D7;
    padding-bottom:10px;
    padding-left:10px;
}
#caddie .border {
    color:#4D4D4D;
    padding:10px 20px;
    border-bottom:1px solid #D3D5D7;
    clear:left;
}
#caddie .border a {
    color:#3460B7;
    text-decoration:none;
}
#caddie .border a:hover {
    text-decoration:underline;
}
#caddie .bouton_quantite {
    width:175px;
    height:33px;
    line-height:30px;
    font-size:17px;
    color:#A7A5A6;
    background:url(image/retour.png) top left no-repeat;
    border:none;
    margin-right:10px;
    cursor:pointer;
}
#caddie .bouton_etape {
    width:224px;
    height:32px;
    line-height:30px;
    font-size:18px;
    color:#fff;
    padding-left:20px;
    cursor:pointer;
    background:url(image/ajouterpanier.png) top left no-repeat;
    border:none;
}

/* Fiche produit */
#fiche_produit {
    padding:0 5px 10px 5px;
}
#fiche_produit .image_fiche {
    border:1px solid #E4E3E9;
    width:205px;
    height:225px;
    float:left;
    margin-right:20px;
    position:relative;
	text-align:center;
}
#fiche_produit .image_fiche img {
  /*  position:absolute;*/
   /* top:50%;*/
   /* left:50%;*/
}
#fiche_produit .prix {
    color:#EA0707;
    font-weight:bold;
    font-size:14px;
}
#fiche_produit .stock,
#fiche_produit .limitee,
#fiche_produit .nostock {
    display:block;
    height:23px;
    line-height:23px;
	float:left;
	padding-left: 25px;
    font-weight:bold;
	margin:0;

}
#fiche_produit .stock {
  	color:#87B524;
    background:url(image/stock.jpg) top left no-repeat;

}
#fiche_produit .nostock {
    background:url(image/nostock.jpg) top left no-repeat;
    color:gray;
	/*line-height:10px;*/
}
#fiche_produit .limitee {
   	background:url(image/quantite_limitee.jpg) top left no-repeat;
    color:orange;
}
#fiche_produit .float_stock {
    float:left;
    clear:right;
}
#fiche_produit .float {
    float:left;
}
#fiche_produit .ajouterpanier {
    width:224px;
    height:32px;
    line-height:30px;
    font-size:18px;
    color:#fff;
    padding-left:30px;
    cursor:pointer;
    background:url(image/ajouterpanier.png) top left no-repeat;
    border:none;
    margin-top: 10px;
}
#fiche_produit .info {
    width:100%;
    height:28px;
    background:#E8E8E8;
    color:#2B2B2B;
    font-weight:bold;
    font-size:14px;
    line-height:28px;
    text-indent:20px;
    margin-bottom:20px;
}
#fiche_produit .description {
    font-size:12px;
    line-height:18px;
}
#fiche_produit .title {
    color:#3460b7;
    font-weight:bold;
}
#fiche_produit .nombre {
    width:35px;
    border:1px solid black;
    margin:-3px 5px 0 5px;
    position:relative;

}
#fiche_produit .type {
    border:1px solid #96AEC5;
    margin-left:5px;
    text-align:right;
}
#fiche_produit .ligne0 {
    background-color: #FEFEFE;
}
#fiche_produit .ligne1 {
    background-color: #FAFAFA;
}
.lignepack {
	border-bottom: 1px solid #D3D5D7;
}
#fiche_produit p {
    padding-bottom:-1px;
	margin: 10px 0 10px 0;
}

/* Pub bsn */

#pub_bsn {
	margin-left	: 11px;
}

#ajax_recherche {
	width: 235px;
    font-weight:normal;
    text-indent:5px;
}

/******************************/




/***********/
/* CLASSES */
/***********/
/* Newsletter Informations Blog */
.bloc {
    margin-bottom:12px;
    min-height:90px;
    background:url(image/footerround.png) bottom left no-repeat;
    padding:0 0 8px 0;
}
.bloc .newsletter,
.bloc .blog {
    background:url(image/blocleftbg.png) bottom left repeat-y;
    padding:10px;
}
.bloc .informations {
	background:url(image/blocleftbg.png) bottom left repeat-y;
    padding:10px 0 10px 0;
}

.cursor {
    cursor: pointer;
}

.bloc .newsletter .email {
    background:#fff url(image/mail.png) 5px 50% no-repeat;
    padding-left:26px;
    width:150px;
}
.bloc .newsletter .bouton_ok {
    text-align:right;
}
.bloc .newsletter .bouton_submit {
    border:none;
    height:19px;
    width:35px;
    line-height:19px;
    color:#FFF;
    cursor:pointer;
    background:url(image/ok2.png) center left no-repeat;
    font-weight:bold;
}

.bloc .informations ul {
    padding:0;
	margin-left:10px;
}
.bloc .informations li {
    list-style:none;
}
.bloc .informations li a {
    display:block;
    height:20px;
    line-height:20px;
    background:url(image/separator.png) bottom left no-repeat;
    color:#000;
    font-weight:normal;
    text-decoration:none;
    font-size:11px;
}
/* BLog */
.bloc .contenu {
    background:url(image/separator.png) bottom center no-repeat;
    padding:3px 0;
}
.bloc .contenu span {
    display:block;
    font-size:10px;
    color:#4A4A4A;
}
.bloc .contenu a {
    color:#2D53A1;
    text-decoration:none;
}

/* vignette */
.vignette {
    width:291px;
}
.vignette_titre {
    width:291px;
    margin:0 0 10px 0;
}
.vignette_type_produit {
    font-size: 10px;
}
.vignette_titre a, .vignette_cadeau { /* alignement horiz et verti des titres vignette - luc (à continuer qd DEV Jonas OK ) */
    display:block;
    width:281px;
	/*height:45px;*/
    height:27px;  /* luc */
    background:#E8E8E8;
    font-size:14px;
    text-decoration:none;
    color:#000;
    /*padding:5px;*/
	padding:14px 5px;
	text-align:center; /* luc */

}
.vignette .prix {
    color:#EA0707;
    font-weight:bold;
    font-size:14px;
}
.vignette .image {
    width:auto;
    height:auto;
}
.vignette .stock {
    height:18px;
    line-height:18px;
    color:#87B524;
    padding-left: 25px;
    background:url(image/stock.jpg) top left no-repeat;
    font-weight:bold;
    margin-left:10px;

}
.vignette .limitee {
    height:18px;
    line-height:10px;
	padding-left: 25px;
    font-weight:bold;
    margin-left:10px;
}
.vignette .nostock {
    height:18px;
    line-height:10px;
    padding-left: 25px;
    font-weight:bold;
   margin-left:10px;

}
.vignette .nostock {
    color:gray;
    background:url(image/nostock.jpg) top left no-repeat;
}
.vignette .limitee {
    color:orange;
    background:url(image/quantite_limitee.jpg) top left no-repeat;
}
.vignette  .voirproduit {
    width:116px;
    height:24px;
    line-height:24px;
    text-align:center;
    /*text-indent:8px;*/
  	background:url(image/en_savoir_plus.gif) top left no-repeat;
    color:#fff;
    float:right;
    text-decoration:none;
    margin:0 10px 0 0;
}
.vignette .noborder, .vignette .noborder td, .vignette .noborder th {
    border	: 0;
}

/* Tableau d'affichage des produits dans les gammes */
.tab_groupe_produits {
    display: none;
    position: absolute;
    border: 2px #3460B7 solid;
    padding: 3px;
    background-color: #FAFAFA;
    z-index: 400;
    width: 600px;
}
/* Affichage tableau produits */
.tableau_vignette {
    border-collapse	: collapse;
    background-color: #FFFFFF;
    width:100%;
}
.tableau_vignette .prix, .tableau_vignette .alerte {
    color		: #E92012;
    font-weight	: bold;
}
.tableau_vignette .grand {
    font-size	: 18px;
}
.tableau_vignette .texte_petit {
    font-size	: 10px;
}
.tableau_vignette .supprimer a {
    color	: #E92012;
}
.tableau_vignette .separation {
    border-top : 1px #AAAAAA solid;
}
.tableau_vignette th {
    background-color: #EEEEEE;
}
.tableau_vignette .ligne0 {
    background-color: #FEFEFE;
}
.tableau_vignette .ligne1 {
    background-color: #FAFAFA;
}
.tableau_vignette .promos {
    padding-top		: 5px;
    padding-bottom	: 5px;
}
.tableau_vignette .promos img {
    margin-left		: 10px;
    margin-right	: 10px;
}
.tableau_vignette .cadeau {
    padding-top		: 5px;
    padding-bottom	: 5px;
    background-color: #ECFFBF;
}
.tableau_vignette a:link, .tableau_vignette a:visited, .tableau_vignette a:hover, .tableau_vignette a:active {
    text-decoration	: none;
}
.tableau_vignette a:hover {
    text-decoration	: underline;
}
.tableau_vignette .nom_produit {
    font-weight: bold;
    padding: 5px 0 5px 0;
    text-align: center;
    background-color: #E8E8E8;
}

/* Pagination */
.pagination {
    text-align:center;
    clear: left;
}

/* Affichage tableau produits */
.tableau {
    width:100%;
    height:100px;
    border-bottom:1px solid #D3D5D7;
}
.tableau .article {
    padding-left:10px;
}
.tableau .prix {
    color:#EA0707;
    font-weight:bold;
    font-size:14px;
}
.tableau .grand {
    font-size	: 18px;
}
.tableau .petit {
    font-size	: 10px;
}
.tableau .supprimer a {
    color	: #E92012;
}
.tableau .ligne0 {
    background-color: #FEFEFE;
}
.tableau .ligne0 td{
  /* border-bottom:1px solid #D3D5D7;*/
}
.tableau .ligne1 {
    background-color: #FAFAFA;
}
.tableau .promos {
    padding-top		: 5px;
    padding-bottom	: 5px;
    background-color: #FFE7B4;
}
.tableau .promos img {
    margin-left		: 10px;
    margin-right	: 10px;
}
.tableau .cadeau {
    padding-top		: 5px;
    padding-bottom	: 5px;
    background-color: #ECFFBF;
}
.tableau a:link, .tableau a:visited, .tableau a:hover, .tableau a:active {
    text-decoration	: none;
}
.tableau a:hover {
    text-decoration	: underline;
}
.tableau td {
    margin-right:2px;
    margin-top:5px;
    height:22px;
  	line-height:22px;
    color:#4D4D4D;
}
.tableau th {
    background:#E8E8E8;
    margin-right:2px;
    height:22px;
    line-height:22px;
    color:#3460B7;
    font-weight:bold;
}
.tableau .ligne_vide {
    border-bottom:1px solid #D3D5D7;
    height:1px;
}

/* fiches pratiques */
/* familles... */
.fiche_pratique_famille {
	font-size		: 15px;
	font-weight		: bold;
	padding-bottom	: 9px;
	padding-top		: 16px;
}
/* catégories... */
.fiche_pratique_categorie {
    margin-left	    : 30px;
}
.fiche_pratique_categorie p {
    font-size	    : 13px;
    font-weight	    : normal;
}
/* articles... */
.fiche_pratique_articles {
    margin-left	    : 20px;
    display	    : none;
}
.fiche_pratique_articles p {
    font-size	    : 11px;
    text-decoration : none;
    margin-top	    : 0;
    margin-bottom   : 0;
}

.erreur {
    color		: #E92012;
    font-weight	: bold;
	line-height	: 12px;
}
.ok, .ok a:link, .ok a:visited, .ok a:hover, .ok a:active {
    color		: #009900;
    font-weight	: bold;
}


.cadre {
    border	: 1px #DDDDDD solid;
    padding	: 5px;
	width:593px;

}
.cadre_reponce {
	margin-left:20px;
	background-color:#FFF9DF;
	padding:5px;
	color:#FA7A00;
	font-weight:bold;
	border:#FFD2AF 1px solid;
	margin-bottom:5px;
}
.petit {
    font-size	: 11px;
    margin		: 20px;
}
.texte_barre {
    text-decoration: line-through;
}
.texte_promo {
    color:green;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.compte {
    color:#3460B7;
    font-weight:bold;
	border	: 0;
}
.hide {
    display	: none;
}

.texte_fdp {
	font-size		: 11px;
	margin			: 0px;
	line-height		: 10px;
	font-weight		: bold;
	color			: #FF0000;
}
.checkbox {
	border	: 0px;
	background:none;
}

/*Champs incomplets*/
.incomplets {
	border		: 1px solid #FF0000;
    background	: url(image/bginputrouge.png) top left repeat-x;
}
.no_margin {
	margin		: 0;
}
.padding_no_top {
	padding		: 0 10px 10px 10px;
}
.padding_all {
	padding		: 10px;
}
.padding_down {
	padding-bottom	: 10px;
}
.padding_left_right {
	padding: 0 10px 0 10px;
}

/* bouton */
.bouton_retour {
    width:175px;
    height:33px;
    line-height:30px;
    font-size:17px;
    color:#A7A5A6;
    background:url(image/retour.png) top left no-repeat;
    border:none;
    margin-right:10px;
    cursor:pointer;
}

.asterisque {font-size: 10px}

.td_gris {
	background:#dedede;
}
/* Fil d'ariane */
/*.fil_ariane {
	color:#3460B7;
}*/
.fil_ariane a:link,
.fil_ariane a:visited,
.fil_ariane a:hover,
.fil_ariane a:active{
	color:#3460B7;
}
.fiche_produit_pack {
	position:absolute;
	bottom:0;
	right:0;
	/*margin-bottom:12px;*/
	margin-right:11px;
    background: url("image/bloc_fiche_pack_pts.png") no-repeat ;
    color: #004C99;
    font-size: 12px;
    font-weight: bold;
    height: 61px;
    margin-left: 9px;
    padding-right: 37px;
    padding-top: 55px;
    text-align: right;
    width: 63px;
}

.picto_pts_gamme{
	background:url(image/fiche_gamme_picto_pts.png) no-repeat;
    color: #27488E;
    text-align: right;
	padding-right:15px;
	height:19px;
	padding-top:7px;
	width:45px;

}

.vignette_pts {
    background: url("image/vignette_macaron_pts.png") no-repeat scroll 0 0 transparent;
    color: #004C99;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 41px;
    margin-left: 108px;
    margin-top: 60px;
    padding-right: 33px;
    padding-top: 10px;
    position: absolute;
    text-align: right;
    width: 42px;
}

.miniature_gamme {
	position:absolute;
	width:148px;
	height:148px;
	top:0;
	margin-top:-157px;
	margin-left: -148px;
	display:none;
}
.miniature_gamme_image {
	position:absolute;
    border: 1px solid #E4E3E9;
    bottom: 0;
    right: 0;
}
.pop_in_info_produit {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid black;
    display: none;
    margin-right: 35px;
    margin-top: 28px;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 607px;
    z-index: 100;
	height:293px;
	overflow:auto;
	white-space: normal;
}
.fieldset_off {
	border:#FFF;
}
.bouton_fermer_popin {
    cursor: pointer;
    display: none;
    margin-right: 60px;
    margin-top: 36px;
    position: absolute;
    right: 0;
    z-index: 1000;
}

/* TEST affichage Vignette */

.titreVignette { background-color:#e8e8e8; text-align:center;  }
.titreVignette:hover { cursor:pointer; }
.titreVignette a {font-size:14px;  text-decoration:none; color:#000;}
.ecartVignette { line-height:10px; font-size:5px; }
.imageVignette { border:solid 1px #e8e8e8; text-align:center; }
.tarifVignette { padding-left:10px; /*padding-bottom:10px;*/ }
.txtVignette { padding-left:10px; }
.footerVignette { text-align:center; }


/* adresse de livraion */
.bloc_adresse_livraison {
	background:url(image/fond_adresse_livraison.png) no-repeat ;
	padding:10px;
	border:solid 1px grey;
	width:250px;
	height:120px;
	position:relative;
	margin-bottom:10px;
}

/*youtube*/
.youtube {
	margin: 20px 25px;
}
