/* CSS Document */

@import url(lightbox.css);
@import url(entete.css);
@import url(recherche.css);
@import url(chemin.css);
@import url(aide.css);
@import url(pied.css);
@import url(plan_site.css);
@import url(page_moteur.css);
@import url(page_produit.css);
@import url(page_comparateur.css);
@import url(pages_achat.css);
@import url(pages_compte.css);
@import url(pages_societe.css);
@import url(pages_services.css);
@import url(pages_societe_contenant.css);
@import url(page_gmao.css);

/*-----------  réglage global   -----------*/

html, body {
	border: 0;
	margin:0;
	padding:0;
}

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #fff url(../medias/images/body_fond.gif) repeat-x;
}

/*-----------  formatage commun   -----------*/

h1, h2, h3, h4, h5, h6 {
	/*clear: both;*/
	margin:0;
	padding:0;
	font-weight:normal;
	line-height: normal;
}
h1 {
	color: #4f4a83;
	font-size: 24px;
	line-height: 36px;
    margin-bottom: 18px;
	letter-spacing: -1px;
}
h2 {
	color: #4f4a83;
	font-size: 18px;
	line-height: 24px;
    margin-bottom: 15px;
}
h3 {
	font-size: 1em;
	font-weight:bold;
	margin-bottom: 8px;
 }
h4 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 8px;
 }
p, ul, ol {
	padding: 0;
    margin: 0 0 15px 0;
}
ul, ol {
    list-style-type: square;
    margin-left: 2em;
}
blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border: 0;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/*-----------  liens   -----------*/

/*-----------  formulaires   -----------*/
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
textarea {
	line-height: 1.25;
}
label {
	cursor: pointer;
}

/*-----------  tableaux   -----------*/
table {
	border:0;
	padding:0;
	margin-bottom: 18px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

table tr td {
	padding: 2px;
}
:focus {
	outline: 0;
}

/*-----------  structure générale   -----------*/
div#contenu {
	clear: both;
	width: 920px;
	margin: 0 0 0 40px;
}
div#contenu a {
	color: #18AC0D;
	text-decoration: none;
}
div#contenu a:hover  {
	background: #eeedf3;
}

div.col630 {
	float: left;
	width: 630px;
	margin: 0;
}
div.col250 {
	float: left;
	width: 250px;
	margin: 0 0 0 30px;
}

div.col300 {
	float: left;
	width: 300px;
	margin: 0 0 0 30px;
}

div.col440 {
	float: left;
	width: 440px;
	margin: 0;
}
div.col230 {
	float: left;
	width: 230px;
	margin: 0 30px 0 0;
}
div.col650 {
	float: left;
	width: 650px;
	margin: 0;
	overflow: hidden;
}
div.col900 {
	float: left;
	width: 900px;
	margin: 0;
	overflow: hidden;
}
div.col900b {
	float: left;
	width: 900px;
	margin: 0;
}
div.col600 {
	float: left;
	width: 600px;
}
div.news {
	float: left;
	width: 630px;
}

/*-----------  classes globales   -----------*/

.clear { clear:both; }
.none { display: none;}
.float-left { float:left; }
.float-right { float:right; }

.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.text-justify { text-align:justify; }
.line-height-normal { line-height:normal; }

.img-left      { float: left;margin: 4px 18px 12px 0; }
.img-right     { float: right; margin: 4px 0 12px 18px; }

.nopadding     { padding:0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

.violet { color: #4f4a83 }
.indication  { font-size: 11px; color: #8b8b8b }

a.black { color: #000000 }
a.nodecoration { text-decoration: none }

h1.border, h2.border, p.border { border-bottom: 1px solid #4f4a83}
h1.border2, h2.border2, p.border2 { border-bottom: 1px solid #4f4a83; border-top: 1px solid #4f4a83;}

p.spacer {
	clear: both;overflow: hidden; font-size: 1px; height: 1px;
}


/*-----------  liens boutons -----------*/

div.bouton_clear { /* container pour mettre plusieurs boutons à la suite */
    overflow: hidden;
    width: 100%;
	padding-left: 1px;
}

a.bouton_vert1 {
	font-size: 11px;
    display: block;
    float: left;
	background: transparent url(../medias/images/bouton_vert1_d.gif) no-repeat top right !important;
	color: #000000 !important;
	height: 16px;
	margin-right: 10px;
	padding-right: 8px;
	text-decoration: none;
}
a.bouton_vert1 span {
	background: transparent url(../medias/images/bouton_vert1_g.gif) no-repeat;
	display: block;
    line-height: 12px;
    padding: 1px 0 2px 8px;
	margin-left: -1px;
	white-space: nowrap;
}
a.bouton_vert1:hover {
	color: #fff !important;
}

a.bouton_vert2 {
	font-size: 11px;
    display: block;
    float: left;
	background: transparent url(../medias/images/bouton_vert2_d.gif) no-repeat top right !important;
	color: #000000 !important;
	height: 29px;
	margin-right: 10px;
	padding-right: 8px;
	text-decoration: none;
}
a.bouton_vert2 span {
	background: transparent url(../medias/images/bouton_vert2_g.gif) no-repeat;
	display: block;
    line-height: 13px;
    padding: 1px 0 2px 8px;
	margin-left: -1px;
	white-space: nowrap;
}
a.bouton_vert2:hover {
	color: #fff !important;
}

a.bouton_gris {
	font-size: 11px;
    display: block;
    float: left;
	background: transparent url(../medias/images/bouton_gris_d.gif) no-repeat top right !important;
	color: #18AC0D !important;
	height: 16px;
	margin-right: 10px;
	padding: 0 8px 0 1px;
	text-decoration: none;
}
a.bouton_gris span {
	background: transparent url(../medias/images/bouton_gris_g.gif) no-repeat;
	display: block;
    line-height: 12px;
    padding: 2px 0 2px 8px;
	margin-left: -1px;
	white-space: nowrap;
}
a.bouton_gris:hover {
	color: #0c5a06 !important;
}

/*-----------  liens produits -----------*/

ul.liens_produits  {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.liens_produits li {
	padding: 0;
	margin: 0;
}
ul.liens_produits li a, ul.liens_produits li span {
	display: block;
	width: 300px;
	padding: 3px 0;
	color: #18AC0D;
	text-decoration: none;
	border-bottom: 1px dotted #4f4a83;

}
ul.liens_produits li a:hover, ul.liens_produits li a:active  {
	background: #eeedf3;
}

/*-----------  index -----------*/

div#index_visuel  {
	margin-top: 10px;
	height: 118px;
	overflow: hidden;
}
div#index_intro  {
	margin: 0;
	padding: 10px 250px 0 0;
	height: 81px;
	background:url(../medias/images/index.jpg) left bottom;
}

/* PROMOTIONS ET NOUVEAUTES INDEX */

div#accueil_news, div#accueil_promos{
	float: left;
	width: 300px;
	padding-top: 20px;
	font-size: 8pt;
	line-height: 9pt;
}
div#accueil_news  {
	margin-right: 30px;
}

div#accueil_promos h2, div#accueil_news h2 {
	font-family: Verdana, Arial;
	font-size: 15pt;
	color: #FFFFFF;
	padding: 2px 2px 8px 2px;
}
div#accueil_promos h2 {
	/*background: url(../medias/images/news_promos/haut-promos-index.gif) no-repeat top center;
	background: #eee;*/
	border-bottom: 1px #ccc solid;
	color: #777;
}
div#accueil_news h2 {
	/*background: url(../medias/images/news_promos/haut-news-index.gif) no-repeat top center;
	background: #eee;*/
	border-bottom: 1px #ccc solid;
	color: #777;
}

div#accueil_news td , div#accueil_promos td {
	font-family: Verdana, Arial;
	color: #000000;
	border-bottom: 1px #ccc solid;
	padding-bottom: 6px;
	padding-top: 6px;
}
div#accueil_news td {
	/*background: #C0BAD9;*/
}
div#accueil_promos td {
	/*background: #A9CB92;*/
}

div#accueil_news a, div#accueil_promos a {
	font-weight: bold;
	color: #000000;
	display: block;
	/*width: 184px;*/
	padding: 3px 0;
	text-decoration: none;
	border: none;
}

div#accueil_news a:hover, div#accueil_promos a:hover {
	color: #FFFFFF;
}
div#accueil_news a:hover {
	background: #8377B1;
}
div#accueil_promos a:hover {
	background: #359929;
}

/* PROMOTIONS ET NOUVEAUTES PAGES INTERIEURES */

div#interieur_news, div#interieur_promos {
	font-family: Verdana, Arial;
	line-height: normal;
}

div#interieur_news h2, div#interieur_promos h2 {
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	text-transform:uppercase;
}
div#interieur_news h5, div#interieur_promos h5 {
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
}

/* Prix promos et date*/

div#interieur_news h6, div#interieur_promos h6 {
	font-size: 13pt;
	font-weight: bold;
	color: #359929;
	background: #FFFFFF;
	line-height:4pt;
	padding : 10px 10px 10px 10px;
}
div#interieur_news h3, div#interieur_promos h3 {
	font-size: 14pt;
	font-weight:normal;
	color: #000000;
}
div#interieur_news h4, div#interieur_promos h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
td.entete_nouveautes {
	height:30px;
	background: #8377B1;
	padding : 0;
}
td.entete_promo_textes {
	height:30px;
	background: #359929;
	padding : 0;
}
td.bloc_texte_nouveautes {
	background: #C0BAD9;
	padding : 20px;
}
td.bloc_image_nouveautes {
	background: #FFFFFF;
	padding : 0px;
}
td.bloc_image02_nouveautes {
	background: #C0BAD9;
	padding : 0px;
}
td.bloc_texte_promo_textes {
	background: #A9CB92;
	padding : 20px;
}
td.bloc_image_promo_textes {
	background: #FFFFFF;
	padding : 0px;
}
td.bloc_image02_promo_textes {
	background: #A9CB92;
	padding : 0px;
}
div#interieur_news a, div#interieur_promos a {
	Color: #000000;
	Font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
div#interieur_news a:hover, div#interieur_promos a:hover {
	Color: #FFFFFF;
	Font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
div#interieur_news a:hover {
	background-color: #8377B1;
}
div#interieur_promos a:hover {
	background-color: #359929;
}

.filet{
	background-color: #FFFFFF;

}
.filet2{
	Color: #FFFFFF;
	background-color: #359929;

}
.filet3{
	background-color: #A9CB92;

}
/********************** RAJOUT ALEX LAUGT *********************************/

/*******BOUTON INPUT ************/
input.btn_vert_input{
	font-size: 11px;
	line-height:16px;
	display:block;
	margin:0;
	padding:0;
	background: url(../medias/images/bouton_vert1_input.gif) no-repeat top center !important;
	color: #deefdd !important;
	height: 16px;
	width:250px;
	border:none;

	/*width: 97px; */
}
/*-------------------- Coin bonnes affaires / pages interieures -----------------------*/
div#coin_bonnes_affaires_article
{
	float: left;
	border: 5px solid rgb(156,158,159);
	padding: 5px 5px 5px 5px;
	color: rgb(0,0,0);
	width: 190px;
	line-height: 16px;
	margin: 0 17px 17px 0;
}
div#coin_bonnes_affaires h2
{
	font-size: 30px;
	font-weight: normal;
	color: rgb(0,0,0);
	text-transform: uppercase;
	padding: 0 0 20px 45px;
	margin: -30px 0 0 0;
}
div#coin_bonnes_affaires p
{
	font-size: 15px;
	font-weight: normal;
	color: rgb(0,0,0);
	font-style: italic;
}
div#coin_bonnes_affaires a
{
	font-weight: bold;
	color: rgb(0,0,0);
	text-decoration: underline;
}
div#coin_bonnes_affaires a:hover
{
	font-size: 15px;
	color: rgb(156,158,159);
}
div#coin_bonnes_affaires_article h3
{
	font-size: 24px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
div#coin_bonnes_affaires_article h4
{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	padding: 5px 5px 5px 10px;
	color: rgb(255,255,255);
	background-color: rgb(156,158,159);
	margin: 0 -5px 0px -5px;
	text-decoration: blink;
}
div#coin_bonnes_affaires_article img
{
	width: 187px;
	border : 1px solid rgb(0,0,0);
	margin-top: 5px;
}
div#coin_bonnes_affaires_article img.coin
{
	width: 50px;
	border : none;
	margin-left: 150px;
	margin-bottom: -10px;
}
div#coin_bonnes_affaires_article p
{
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
}
div#coin_bonnes_affaires_article span.vendu
{
	display: block;
	position: relative;
	z-index: 2;
	color: rgb(255,0,0);
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 45px;
	margin-bottom: -60px;
}
div#coin_bonnes_affaires_article span.quantite_texte
{
	display: block;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	font-size: 10px;
	font-weight: bold;
	padding: 0px 5px 0px 10px;
	margin: 0 -5px 0px -5px;
}
div#coin_bonnes_affaires_article span.quantite
{
	display: block;
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
	font-size: 24px;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
	margin: 0 -5px 0px -5px;
}
div#coin_bonnes_affaires_article span.garantie
{
	display: block;
	color: rgb(255,255,255);
	background: url('../medias/images/cba_garantie.gif') no-repeat top left;
	font-size: 18px;
	height: 50px;
	font-weight: bold;
	padding: 25px 0px 0px 3px;
	margin: 10px 0px -55px 0px;
}
/*-----------  classe clearfix   -----------*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block; }
* html .clearfix{ height: 1%; }
.clearfix 		{ display: block; }



.h1_panier{
	padding-bottom:4px;
}

/* page panier */
.h1_panier input{
	margin-top:-2px;
	font-size:12px;
	border:1px solid;
}

.msge_erreur{
	color:#c00000;
}

/* mode de paiement */
.opacity_40{
    filter : alpha(opacity=40);
    -moz-opacity : 0.4;
    opacity : 0.4;
}

.no_opacity{
	 filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}

