/* Feuille de style du sites Phares & Feu */
/* Attrait Novembre 2007 */
/* Pour At@Boutiques */

* {
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
}

html {
	font-size:100%;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	text-align:left;
	background:#FFFFFF;
	height:100%;
}

/* ---------------------------- class pour les placements de div ------------------------------*/

.spacer {
	/*permet de reset les parametre des div*/
	clear:both;
}

.center {
	width:160px;
	margin-left:auto;
	margin-right:auto;
}

.center_large {
	width:480px;
	margin-left:auto;
	margin-right:auto;
}

.f_left {
	float:left;
}

.f_right {
	float:right;
}


/* ---------------------------- class pour les style de texte ------------------------------*/

.blanc_gras {
	color:#FFFFFF;
	font-weight:bold;
}

.blanc_gras_up {
	color:#FFFFFF;
	font-size:0.9em;
}

.blanc_engag{
	color:#FFFFFF;
	font-size:0.9em;
}

.noir_gras{
	color:#000000;
	font-weight:bold;
}

.noir_gras_ita{
	color:#000000;
	font-weight:bold;
	font-style:italic;
}


.a_noir_gras {
	color:#000000;
	font-weight:bold;
}

.a_noir_gras:hover {
	text-decoration:underline;
}



.noir_gras_up{
	color:#000000;
	font-weight:bold;
	font-size:1.2em;
}

.noir_gras_up_up{
	color:#000000;
	font-weight:bold;
	font-size:1.6em;
}

.noir_gras_up_center{
	color:#000000;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

.align_right {
	text-align:right;
}

.align_left {
	text-align:left;
}

.align_center {
	text-align:center;
}

.lign_height_28 {
	line-height:28px;
}

.barre {
	text-decoration:line-through;

}

.text_indent {
	text-indent:5px;
}

/* ---------------------------- class pour les style de formulaire ------------------------------*/




input, select {
	font-size:1em;
	color: #000000;
	border: 1px solid #919191;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:18px;
}

p label {
	width:250px;
	display:block;
	vertical-align:top;
	float:left;
}


input.submit_default {
	background:#FFFFFF;
	border:solid 1px #666666;
	width:20px;
	height:18px;
	margin-left:2px;
	cursor:pointer;
}

input.submit_form {
	background:#FFFFFF;
	border:solid 1px #666666;
	height:18px;
	margin-left:2px;
	cursor:pointer;
	vertical-align:middle;
	color:#000000;
	font-weight:bold;
}

input.submit_form_jaune {
	background:#FFCC33;
	border:solid 1px #666666;
	height:18px;
	margin-left:2px;
	cursor:pointer;
	vertical-align:middle;
	color:#000000;
	font-weight:bold;
}



input.text_default {
	margin-left:11px;
	border:solid 1px #666666;
	width:120px;
	float:left;
	height:16px;
}

input.text_log {
	border:solid 1px #666666;
	width:120px;
	height:16px;
}

input.pass_log {
	border:solid 1px #666666;
	width:120px;
	float:left;
	height:16px;
}

input.input_grise {
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	height:18px;
}

input.input_rech {
	height:18px;
	width:120px;
}

input.input_check {
	height:15px;
	width:15px;
}

input.radio {
	height:15px;
	width:15px;
	vertical-align:middle;	
}

input.input_panier {
	border:solid 1px #666666;
	width:40px;
	height:16px;
}

.border_gris {
	border:solid 1px #999999;
}





/* ---------------------------- class divers------------------------------*/

.barre_gris_center {
	width:98%;
	height:auto;
	line-height:20px;
	font-weight:bold;
	background:#999999;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	margin-top:5px;
	padding:0px 10px 0px 10px;
}

.barre_gris_center h2{
	font-size:1em;
	display:inline;
}


.barre_gris_center a {
	color:#000000;
}

.barre_gris_center a:hover {
	text-decoration:underline;
}

.margin_top_bot_5 {
	margin-top:5px;
	margin-bottom:5px;
}

.pointer{
	cursor:pointer;
}


/* ---------------------------- class cadre------------------------------*/


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

div#gauche_cat {
	width:49%;
	float:left;
}

div#droite_cat {
	width:49%;
	float:right;
}


.cat_cadre_gauche{ /* taille du cadre, à titre d'exemple */
	background-color:#000;
	margin:0px 0px 0px 5px;
}

.cat_cadre_droite { /* taille du cadre, à titre d'exemple */
	background-color:#000;
	margin:0px 5px 0px 0px;
}


div#logo_angel {
	background:url('/charte/onglet_angel.jpg') no-repeat;
	height:47px;
	margin-left:10px;
}

div#logo_xenon {
	background:url('/charte/onglet_angel.jpg') no-repeat;
	height:47px;
	margin-left:10px;
}

div#logo_feux {
	background:url('/charte/onglet_feux.jpg') no-repeat;
	height:47px;
	margin-left:10px;
}

div#logo_clign {
	background:url('/charte/onglet_clign.jpg') no-repeat;
	height:47px;
	margin-left:10px;
}

div#logo_ampoule {
	background:url('/charte/onglet_amp.jpg') no-repeat;
	height:47px;
	margin-left:10px;
}

/* ------------------details produit ----------------------*/

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

div#gauche_details {
	width:30%;
	float:left;
	margin-bottom:10px;
}

div#droite_details  {
	width:69%;
	float:right;
	margin-bottom:10px;
}


.details_cadre_gauche{ /* taille du cadre, à titre d'exemple */
	background-color:#000;
	margin:0px 0px 0px 5px;
}

.details_cadre_droite { /* taille du cadre, à titre d'exemple */
	background-color:#000;
	margin:0px 5px 0px 0px;
}

.details {
	border:solid 1px #999999;
	margin:5px 0px 5px 0px;
	height:22px;
	padding:2px;
}

.details a{
	color:#000000;
}

.details a:hover{
	color:#000000;
	text-decoration:underline;
}


.details_text{
	float:left;
	height:22px;
	line-height:22px;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	background:#CCCCCC;
	width:90%;
}

.details_separateur {
	float:left;
	width:0.4%;
	height:22px;
	background:#FFFFFF;
}

.details_panier {
	background:url('/charte/panier_seul.gif') center no-repeat #CCCCCC;
	float:left;
	width:9.6%;
	height:22px;
}





.style_fleche_pt {
	vertical-align:middle;
	margin:0px 10px 0px 10px;
}

div#image_mini_details {
	margin-right:5px;
}

div#temoin {
	background:url('/charte/temoin.jpg') center no-repeat;
	width:100px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

div#image_details {
	height:150px;
	width:140px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}






/* ------------------details cat ----------------------*/

div#logo_vide {
	height:47px;
	margin-left:10px;
}



/* divers */
.cadre1 { /* taille du cadre, à titre d'exemple */
	width:48%;
	background-color:#000;
	float:left;
	margin:0px 0px 0px 5px;
}

.cadre1_contenu {
	margin:5px 1px 20px 1px;
	padding:5px;
	font-size:1em;
	height:270px;
	background-color: #999999;
	background-image: url(/images/encarts-index/lancement/fond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.cadre1_contenu_0510 {
	margin:5px 1px 20px 1px;
	padding:5px;
	font-size:1em;
	height:270px;
	background-color: #999999;
	background-image: url(/images/encarts-index/mai2010/coffre0510.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.cadre1_contenu_0710 {
	margin:5px 1px 20px 1px;
	padding:5px;
	font-size:1em;
	height:270px;
	background-color: #999999;
	background-image:url(/images/encarts-index/juillet2010/coffre0710.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.cadre2 { /* taille du cadre, à titre d'exemple */
	width:48%;
	background-color:#000;
	float:right;
	margin:0px 5px 0px 0px;
}

.cadre2_contenu {
	font-size:1em;
	background:#FFFFFF;
	margin:5px 1px 5px 1px;
	padding:5px;
}

.cadre2_contenu a {
	background:url('/charte/puce.gif') center left no-repeat;
	line-height:1.4em;
	vertical-align:middle;
	padding-left:16px;
	color:#000000;
}

.cadre2_contenu a:hover{
	background:url('/charte/puce_on.gif') center left no-repeat;
	line-height:1.4em;
	vertical-align:middle;
	padding-left:16px;
	color:#FF9900;
}

.cadre2_contenu a h3{
	display:inline;
	font-size:1em;
	font-weight:bold;
}

.cadre_titre_haut{
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.cadre_titre_haut a{
	color:#FFFFFF;
}

.cadre_titre_haut a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.cadre_titre_haut_gauche{
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:20px;
}

.cadre_titre_bas {
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.cadre_titre_bas a{
	color:#FFFFFF;
}

.cadre_titre_bas a:hover{
	text-decoration:underline;
}

.cadre_full { /* taille du cadre, à titre d'exemple */
	width:98%;
	background-color:#000;
	float:left;
	margin:10px 0px 10px 5px;
}

.cadre_full_contenu {
	font-size:1em;
	background:#FFFFFF;
	margin:5px 1px 5px 1px;
	padding:5px 20px 5px 20px;
}

.cadre_full_contenu a{
	color:#000000;
	font-weight:bold;
}

.cadre_full_contenu a:hover{
	text-decoration:underline;
}

.style_fleche {
	vertical-align:middle;
	margin-left:50px;
}

.cadre_aide { /* taille du cadre, à titre d'exemple */
	width:25%;
	background-color:#000;
	float:left;
	margin:10px 0px 10px 5px;
}

.cadre_aide_contenu {
	background:#FFFFFF;
	margin:5px 1px 20px 1px;
	padding:5px;
	font-size:1em;
}

.cadre_aide_contenu a{
	color:#000000;
	font-weight:bold;
}

.cadre_aide_contenu a:hover{
	text-decoration:underline;
	font-weight:bold;
}

.cadre_liste { /* taille du cadre, à titre d'exemple */
	width:70%;
	background-color:#000;
	float:right;
	margin:10px 5px 10px 0px;
}

.cadreEspace {
	background-color:#000;
	margin:0px 5px 0px 0px;
	width: 100%;
	/*position: absolute;*/
}
/* Cadres de l'espace perso */
.cadreEspace_contenu {
	font-size:1em;
	background:#FFFFFF;
	margin:5px 1px 5px 1px;
	padding : 5px 5px 5px 5px;
}

.cadreEspace_contenu a {
	line-height:1.4em;
	vertical-align:middle;
	color:#000000;
}

.cadreEspace_contenu a:hover{
	line-height:1.4em;
	vertical-align:middle;
	color:#FF9900;
}

.cadreEspace_contenu a h3{
	display:inline;
	font-size:1em;
	font-weight:bold;
}


/*--------------- general class cadre --------------------*/

/* propriétés communes à l'ensemble des 4 coins */
.cadre_hautgauche, .cadre_hautdroit, .cadre_basgauche, .cadre_basdroit {
height:8px; width:7px;
background-repeat: no-repeat;
font-size:1px;  /*correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */

.cadre_hautgauche {
background:url('/charte/zone_aff_h_g.jpg');
}

.cadre_hautdroit {
background:url('/charte/zone_aff_h_d.jpg');
float:right;

}

.cadre_basgauche {
background:url('/charte/zone_aff_b_g.jpg');
}

.cadre_basdroit {
float:right;
background:url('/charte/zone_aff_b_d.jpg');
}

/* ---------------------------- class prod assoc------------------------------*/

.prod_assoc_aff {
	height:80px;
	width:312px;
	float:left;
	padding:5px;
}

.prod_assoc_aff_cadre {
	background:url('/charte/cadre_aff_prod_assoc.jpg') top left no-repeat;
	height:80px;
	width:272px;
	float:left;
}

.prod_assoc_aff_cadre img{
	float:left;
	width:75px;
	height:75px;
	margin:2px;
}

.prod_assoc_aff_cadre_text{
	height:60px;
}

.prod_assoc_aff_cadre_text h3{
	color:#FFFFFF;
	text-align:left;
	font-size:0.9em;
}

.prod_assoc_aff_cadre_text p{
	color:#FFFFFF;
	text-align:left;
	font-size:0.9em;
}


.prod_assoc_aff_cadre_prix {
	float:right;
	width:76px;
	height:20px;
}

.prod_assoc_aff_cadre_prix p{
	color:#000000;
	text-align:center;
	line-height:16px;
	font-size:1.1em;
	font-weight:bold;
}

.prod_assoc_aff_details a {
	background:url('/charte/details_noir_off.jpg') no-repeat;
	height:36px;
	width:36px;
	float:left;
	margin-top:2px;
}

.prod_assoc_aff_details a:hover {
	background:url('/charte/details_noir_on2.jpg') no-repeat;
	height:36px;
	width:36px;
	float:left;
	margin-top:2px;
}

.prod_assoc_aff_caddie a {
	background:url('/charte/caddie_noir_off.jpg') no-repeat;
	height:36px;
	width:36px;
	float:left;
	margin-top:3px;
	
}

.prod_assoc_aff_caddie a:hover {
	background:url('/charte/caddie_noir_on.jpg') no-repeat;
	height:36px;
	width:36px;
	float:left;
	margin-top:3px;
}



/* ---------------------------- class de la liste------------------------------*/

.liste_img_cat{
	background:url('/charte/image_cat.jpg') no-repeat;
	height:70px;
	text-indent:160px;
	line-height:70px;
	margin:10px 0px 10px 0px;
}


.bulle_aff {
	height:140px;
	width:312px;
	float:left;
	padding:5px;
}

.bulle_aff h3{
	color:#666666;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:2px;
}

.bulle_aff_cadre {
	background:url('/charte/cadre_aff_liste.jpg') top left no-repeat;
	height:122px;
	width:273px;
	float:left;
}

.bulle_aff_cadre img{
	float:left;
	width:80px;
	height:80px;
	margin:3px;
}

.bulle_aff_cadre p {
	color:#FFFFFF;
	text-align:left;
	font-size:1em;
	font-weight:normal;
}

.bulle_aff_cadre_text{
	height:100px;
}

.bulle_aff_cadre_prix {
	float:right;
	width:76px;
	height:20px;
}

.bulle_aff_cadre_prix p{
	color:#000000;
	text-align:center;
	line-height:16px;
	font-size:1.2em;
	font-weight:bold;
	
}

.bulle_aff_details a{
	background:url('/charte/details_off.jpg') no-repeat;
	height:36px;
	width:36px;
	float:left;
	margin-top:10px;
}

.bulle_aff_details a:hover {
	background:url('/charte/details_on.jpg') no-repeat;
	height:36px;
	width:36px;
	float:left;
	margin-top:10px;
}

.bulle_aff_caddie a {
	background:url('/charte/caddie_off.jpg') no-repeat;
	height:36px;
	width:36px;
	float:left;
	margin-top:30px;
}

.bulle_aff_caddie a:hover {
	background:url('/charte/caddie_on.jpg') no-repeat;
	height:36px;
	width:36px;
	float:left;
	margin-top:30px;
	
}

/* ---------------------------- partie engagement------------------------------*/

div#logo_engagement {
	background:url('/charte/t_engagement.gif') no-repeat;
	height:76px;
	width:267px;
	float:left;
	margin-bottom:10px;
}

/* ---------------------------- partie espace perso------------------------------*/

div#conteneur_central_header_espace {
	height:100px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.conteneur_central_header_espace_ico {
	width:100px;
	margin-right:20px;
	float:left;
}

.conteneur_central_header_espace_ico a{
	color:#000000;
}

.conteneur_central_header_espace_ico a:hover{
	text-decoration:underline;
}


div#logo_mon_espa {
	background:url('/charte/t_espace_perso.jpg') no-repeat;
	height:43px;
	width:250px;
	float:left;
	margin-bottom:10px;
	margin-left:10px;
}

div#logo_inscrip {
	background:url('/charte/t_inscription.jpg') no-repeat;
	height:43px;
	width:170px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}


div#logo_oubli {
	background:url('/charte/t_mot_oublie.jpg') no-repeat;
	height:43px;
	width:255px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}

div#logo_coord {
	background:url('/charte/t_mes-coordonnees.jpg') no-repeat;
	height:43px;
	width:250px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}

div#logo_adress {
	background:url('/charte/t_adresse_livraison.jpg') no-repeat;
	height:43px;
	width:348px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}

.adresse {
	border:solid 1px #999999;
	margin:5px 0px 5px 0px;
	height:22px;
	padding:2px;
}


.adresse_text_tete{
	float:left;
	height:22px;
	line-height:22px;
	background:#FFCC00;
	width:80%;
	font-weight:bold;
	text-indent:10px;
	font-size:1.2em;
}

.adresse_separateur_tete {
	float:left;
	width:0.4%;
	height:22px;
	line-height:22px;
	background:#FFFFFF;
	
}

.adresse_modif_tete {
	background:#FFCC00;
	height:22px;
	line-height:22px;
	float:left;
	width:9.6%;
	font-weight:bold;
	text-align:center;
}

.adresse_suppr_tete {
	background:#FFCC00;
	height:22px;
	line-height:22px;
	float:left;
	width:9.6%!important;
	width:9.2%;
	font-weight:bold;
	text-align:center;
}


.adresse_text{
	float:left;
	height:22px;
	line-height:22px;
	font-weight:bold;
	font-size:1.2em;
	text-indent:10px;
	background:#CCCCCC;
	width:80%;
}

.adresse_separateur {
	float:left;
	width:0.4%;
	height:22px;
	line-height:22px;
	background:#FFFFFF;
}

.adresse_modif {
	background:url('/charte/modifier.gif') center no-repeat #CCCCCC;
	height:22px;
	line-height:22px;
	float:left;
	width:9.6%;
}

.adresse_suppr {
	background:url('/charte/poubelle.gif') center no-repeat #CCCCCC;
	height:22px;
	line-height:22px;
	float:left;
	width:9.6%!important;
	width:9.2%;
}

.adresse_suppr_vide {
	background:#CCCCCC;
	height:22px;
	line-height:22px;
	float:left;
	width:9.6%!important;
	width:9.2%;
}

div#logo_adressNew{
	background:url('/charte/t_nouvelle_adresse.jpg') no-repeat;
	height:43px;
	width:279px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}


div#logo_commande {
	background:url('/charte/t_mes_commandes.jpg') no-repeat;
	height:43px;
	width:251px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}

.commande {
	border:solid 1px #999999;
	margin:5px 0px 5px 0px;
	height:22px;
	padding:2px;
}

.commande_separateur {
	float:left;
	width:0.4%;
	height:22px;
	background:#FFFFFF;
}

.commande_ref{
	float:left;
	height:22px;
	line-height:22px;
	background:#FFCC00;
	width:14.6%;
}

.commande_date {
	float:left;
	height:22px;
	line-height:22px;
	background:#FFCC00;
	width:14.6%;
}

.commande_statut {
	float:left;
	height:22px;
	line-height:22px;
	background:#FFCC00;
	width:40%;
}

.commande_details {
	float:left;
	height:22px;
	line-height:22px;
	background:#FFCC00;
	width:29.6%;
}

.commande_pdf {
	background:#FFCC00;
	float:left;
	height:22px;
	line-height:22px;
	width:14.5%;
}

.commande_ref_list{
	float:left;
	height:22px;
	line-height:22px;
	background:#CCCCCC;
	width:14.6%;
}

.commande_date_list {
	float:left;
	height:22px;
	line-height:22px;
	background:#CCCCCC;
	width:14.6%;
}

.commande_statut_list {
	float:left;
	height:22px;
	line-height:22px;
	background:#CCCCCC;
	width:40%;
}

.commande_details_list {
	float:left;
	height:22px;
	line-height:22px;
	background:url('/charte/details_commande.gif') center no-repeat #CCCCCC;
	width:14.6%;
}

.commande_pdf_list{
	float:left;
	height:22px;
	line-height:22px;
	background:url('/charte/picto_pdf.gif') center no-repeat #CCCCCC;
	width:14.5%!important;
	width:14.4%;
}


div#logo_contact {
	background:url('/charte/t_mon_contact.jpg') no-repeat;
	height:43px;
	width:204px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}


/*-------------------------------- process ------------------------------------------------*/

div#conteneur_central_header_process {
	height:100px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.conteneur_central_header_process_fleche {
	width:25px;
	margin-right:10px;
	padding-top:25px;
	float:left;
}

.conteneur_central_header_process_ico {
	width:80px;
	margin-right:10px;
	float:left;
}

.conteneur_central_header_process_ico p{
	font-size:0.9em;
}

.conteneur_central_header_process_ico p a{
	color:#000000;
}

.conteneur_central_header_process_ico p a:hover{
	text-decoration:underline;
}

div#logo_panier {
	background:url('/charte/picto_panier2.gif') no-repeat;
	height:43px;
	width:174px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}

.panier {
	border:solid 1px #999999;
	margin:5px 0px 5px 0px;
	height:22px;
	padding:2px;
}

.panier_separateur {
	float:left;
	width:0.4%;
	height:22px;
	background:#FFFFFF;
}

.panier_article {
	float:left;
	height:22px;
	line-height:22px;
	background:#FFCC00;
	width:70%;
}

.panier_prix {
	float:left;
	height:22px;
	line-height:22px;
	background:#FFCC00;
	width:9.6%;
}

.panier_modif {
	float:left;
	height:22px;
	line-height:22px;
	background:#FFCC00;
	width:11.6%;
}

.panier_suppr {
	background:#FFCC00;
	float:left;
	height:22px;
	line-height:22px;
	width:7.6%;
}

.panier_article_list {
	float:left;
	line-height:22px;
	background:#CCCCCC;
	width:70%;
}

.panier_prix_list {
	float:left;
	line-height:22px;
	background:#CCCCCC;
	width:9.6%;
}

.panier_modif_list {
	float:left;
	line-height:22px;
	background:#CCCCCC;
	width:11.6%;
}

.panier_modif_list p{
	vertical-align:top;
}

.panier_suppr_list{
	float:left;
	line-height:22px;
	background:url('/charte/poubelle.gif') center no-repeat #CCCCCC;
	width:7.6%;
}

.panier_suppr_list_promo{
	float:left;
	line-height:22px;
	background:#CCCCCC;
	width:7.6%;
}


/* indentification */
div#logo_inden {
	background:url('/charte/picto_tidentification.gif') no-repeat;
	height:43px;
	width:193px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}

/*livraison */

div#logo_livraison {
	background:url('/charte/picto_tlivraison.gif') no-repeat;
	height:43px;
	width:200px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}

.center_hauteur {
	text-align:center;
	line-height:16px;
}


div#logo_facturation {
	background:url('/charte/t_facturation.gif') no-repeat;
	height:43px;
	width:330px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}

/*adresse*/

.adresse_proces_text_tete{
	float:left;
	height:22px;
	line-height:22px;
	background:#FFCC00;
	width:50%;
	font-weight:bold;
	text-indent:10px;
	font-size:1.2em;
}

.adresse_proces_separateur_tete {
	float:left;
	width:0.4%;
	height:22px;
	line-height:22px;
	background:#FFFFFF;
	
}

.adresse_proces_modif_tete {
	background:#FFCC00;
	height:22px;
	line-height:22px;
	float:left;
	width:9.6%;
	font-weight:bold;
	text-align:center;
}

.adresse_proces_suppr_tete {
	background:#FFCC00;
	height:22px;
	line-height:22px;
	float:left;
	width:9.6%;
	font-weight:bold;
	text-align:center;
}

.adresse_proces_choix_tete {
	background:#FFCC00;
	height:22px;
	line-height:22px;
	float:left;
	width:29.6%;
	font-weight:bold;
	text-align:center;
}


.adresse_proces_text{
	float:left;
	height:22px;
	line-height:22px;
	font-weight:bold;
	font-size:1.2em;
	text-indent:10px;
	background:#CCCCCC;
	width:50%;
}

.adresse_proces_separateur {
	float:left;
	width:0.4%;
	height:22px;
	line-height:22px;
	background:#FFFFFF;
}

.adresse_proces_modif {
	background:url('/charte/modifier.gif') center no-repeat #CCCCCC;
	height:22px;
	line-height:22px;
	float:left;
	width:9.6%;
}

.adresse_proces_suppr {
	background:url('/charte/poubelle.gif') center no-repeat #CCCCCC;
	height:22px;
	line-height:22px;
	float:left;
	width:9.6%;
}

.adresse_proces_choix {
	background:#CCCCCC;
	height:22px;
	line-height:22px;
	float:left;
	text-align:center;
	width:29.6%;
}





/*confirmation*/

div#logo_confirm {
	background:url('/charte/picto_confirm_panier.gif') no-repeat;
	height:43px;
	width:343px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}


.confirm {
	border:solid 1px #999999;
	margin:5px 0px 5px 0px;
	height:22px;
	padding:2px;
}

.confirm_separateur {
	float:left;
	width:0.4%;
	height:22px;
	background:#FFFFFF;
}

.confirm_article {
	float:left;
	height:22px;
	line-height:22px;
	background:#FFCC00;
	width:75%;
}

.confirm_prix {
	float:left;
	height:22px;
	line-height:22px;
	background:#FFCC00;
	width:14.6%;
}

.confirm_nb {
	float:left;
	height:22px;
	line-height:22px;
	background:#FFCC00;
	width:9.6%;
}


.confirm_article_list {
	float:left;
	line-height:22px;
	background:#CCCCCC;
	width:75%;
}

.confirm_prix_list {
	float:left;
	line-height:22px;
	background:#CCCCCC;
	width:14.6%;
}

.confirm_nb_list {
	float:left;
	line-height:22px;
	background:#CCCCCC;
	width:9.6%;
}

.cont_mode_pay {
	padding:5px 0px 5px 0px;
}

.cont_mode_text {
	float:left;
	width:410px;
	font-weight:normal;
}

div#cb_logo {
	background:url('/charte/paiement_cb.gif') no-repeat;
	height:70px;
	width:180px;
	float:left;
}

div#cb {
	background:url('/charte/picto_carte_bleue.gif') no-repeat;
	height:20px;
	width:31px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

div#visa{
	background:url('/charte/picto_visa.gif') no-repeat;
	height:20px;
	width:31px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

div#master{
	background:url('/charte/picto_mastercart.gif') no-repeat;
	height:20px;
	width:31px;
	float:left;
	margin-bottom:5px;
}

div#paypal_logo {
	background:url('/charte/paiement_paypal.gif') no-repeat;
	height:70px;
	width:180px;
	float:left;
	
}

div#cheque_logo {
	background:url('/charte/paiement_cheque.gif') no-repeat;
	height:70px;
	width:180px;
	float:left;
}

div#vir_logo {
	background:url('/charte/paiement_virement.gif') no-repeat;
	height:70px;
	width:180px;
	float:left;
}

div#tel_logo {
	background:url('/charte/paiement_telephone.gif') no-repeat;
	height:70px;
	width:180px;
	float:left;
}

/*confirmation payement*/

div#logo_confirm_pay {
	background:url('/charte/picto_tpaiement.gif') no-repeat;
	height:43px;
	width:327px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}


/*information*/

div#logo_info {
	background:url('/charte/t_informations.gif') no-repeat;
	height:43px;
	width:173px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}

div#logo_temoin {
	background:url('/charte/ttemoignages.gif') no-repeat;
	height:43px;
	width:247px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}

div#logo_ajout_temoin {
	background:url('/charte/tajouttemoignages.gif') no-repeat;
	height:43px;
	width:400px;
	float:left;
	margin-bottom:5px;
	margin-left:10px;
}



/* ---------------------------------- div total ----------------------------------------*/

div#conteneur {
	position:absolute;
	width:100%;
	min-width:1000px;
}


/* ---------------------------------- menu haut ----------------------------------------*/


div#menu_haut {
	height:20px;
	background:#000000;
	padding-top:3px;
	padding-left:40px;
}

div#menu_haut ul{
	list-style:none;
	display:block;
	width:980px;
	margin:0px 0px 0px 25px;
	padding:0px;
	font-size:1.1em;

}

div#menu_haut ul li{
	display:block;
	margin-right:50px;
	float:left;
}

div#menu_haut ul li a{
	color:#FFFFFF;
	font-weight:bold;
	
}

div#menu_haut ul li a:hover{
	text-decoration:underline;
}

/* ---------------------------------- header ----------------------------------------*/

div#header {
	height:114px;
	background:#000000;
	
	/* hack css ex: 
	background:#FF0000!important;
	background:#000;
	sera rouge sous ie7 et firefox et noir sous ie 6
	*/
}

div#header_logo {
	position:absolute;
	left:0;
	width:166px;
}

div#header_photo {
	background:url('/charte/photo_header.jpg') repeat-x;
	height:114px;
	margin-left:166px;
}

div#header_panier {
	position: absolute;
	right:0;
	width:166px;
	background:url('/charte/logo_panier.jpg') center no-repeat #000000;
	height:114px;
}

div#header_panier p{
	margin-top:95px;
	color:#FFFFFF;
}

div#header_panier p:hover{
	text-decoration:underline;
}

/* ---------------------------------- conteneur_millieu hack min height----------------------------------------*/

div#conteneur_millieu_out {
	 padding-top:710px;          /* voici le min-height (200px) */
  	 min-height:1px; 
	
}

div#conteneur_millieu_in {
	margin-top:-710px;        /* pour compenser le padding-top */ 	
}

/* ---------------------------------- cont gauche ----------------------------------------*/
div#conteneur_gauche {
	position: absolute;
	left:0;
	width:166px;
	background:#000000;
	height:700px;
}


/*----------------------------------------------------*/
div#conteneur_gauche_recherche {
	width:166px;
	height:20px;
	background:url('/charte/logo_recherche.jpg') top center no-repeat #999999;
	padding-top:30px;
	padding-bottom:10px;
	
}


/*----------------------------------------------------*/
div#conteneur_gauche_cat {
	width:166px;
	background:url('/charte/logo_cat.jpg') top center no-repeat #999999;
	padding-top:40px;
	padding-bottom:10px;
	color:#FFFFFF;
		
}

div#conteneur_gauche_cat ul{
	margin:0px 0px 5px 18px;
	padding:0px;
	font-size:1.0em;
}

div#conteneur_gauche_cat ul li{
	line-height:14px;
}

div#conteneur_gauche_cat ul li a{
	color:#FFFFFF;
}

div#conteneur_gauche_cat ul li a:hover{
	text-decoration:underline;
}


/*----------------------------------------------------*/
div#conteneur_gauche_lien {
	width:166px;
	background:#000000;
	padding-top:10px;
	padding-bottom:10px;
		
}

div#conteneur_gauche_lien_ami {
	background:url('/charte/mini_logo_ami.jpg') left no-repeat #000000;
	height:33px;
	text-indent:45px;
	line-height:33px;
}

div#conteneur_gauche_lien a{
	font-weight:bold;
	color:#666666;
}

div#conteneur_gauche_lien a:hover{
	color:#FFFFFF;
}

/*----------------------------------------------------*/

div#conteneur_gauche_banque {
	width:166px;
	background:#000;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#666666;
}



/*----------------------------------------------------*/

div#conteneur_gauche_temoin {
	background:url('/charte/logo_temoin.jpg') center no-repeat #999999;
	width:166px;
	height:157px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#666666;
}






/* ---------------------------------- cont droit ----------------------------------------*/


div#conteneur_droite {
	position:absolute;
	right:0;
	width:166px;
	background:#000000;
	height:700px;
}

/*----------------------------------------------------*/
div#conteneur_droite_marque {
	background:url('/charte/logo_marque.jpg') top center no-repeat #999999;
	width:166px;
	padding-top:40px;
}

div#conteneur_droite_marque img{
	width:114px;
	margin-left:26px;
	margin-bottom:15px;
}

/*----------------------------------------------------*/
div#conteneur_droite_vente_jour {
	width:166px;
	background:url('/charte/vente_jour.jpg') top center no-repeat #000000;
	padding-top:40px;
	padding-bottom:10px;
	
}

div#conteneur_droite_vente_jour img{
	width:114px;
	height:114px;
	margin-left:26px;
}

div#conteneur_droite_vente_jour p{
	/* text */
	margin:5px 0px 5px 0px;
	color:#FFFFFF;
	text-align:center;
}

div#conteneur_droite_vente_jour p a{
	color:#FFFFFF;
}

div#conteneur_droite_vente_jour p a:hover{
	text-decoration:underline;
}




/*----------------------------------------------------*/
div#conteneur_droite_vente_flash {
	width:166px;
	background:url('/charte/vente_flash.jpg') top center no-repeat #FFCC00;
	padding-top:30px;
	padding-bottom:10px;
}

div#conteneur_droite_vente_flash img{
	width:114px;
	height:114px;
	margin-left:26px;
}

div#conteneur_droite_vente_flash p{
	/* text */
	margin:5px 0px 5px 0px;
	text-align:center;
}

div#conteneur_droite_vente_flash p a{
	color:#000000;
	
}

div#conteneur_droite_vente_flash p a:hover{
	text-decoration:underline;
}

/*----------------------------------------------------*/
div#conteneur_droite_offre {
	width:166px;
	height:50px;
	background:url('/charte/logo_offre.jpg') top center no-repeat #999999;
	padding-top:25px;
	padding-bottom:10px;
}


div#conteneur_droite_offre p{
	/* text */
	margin:5px 0px 5px 0px;
	text-align:center;
	color:#63676E;
	font-size:.80em;
	font-weight:bold;
}


/*----------------------------------------------------*/

div#conteneur_droite_engagements {
	width:166px;
	background:url('/charte/logo_engagement.jpg') top center no-repeat #000000;
	padding-top:40px;
	padding-bottom:10px;
		
}

div#conteneur_droite_engagements ul{
	margin:0px 0px 0px 25px;
	padding:0px;
	font-size:1.0em;
}

div#conteneur_droite_engagements ul li{
	color:#FFFFFF;
	line-height:14px;
}

div#conteneur_droite_engagements ul li a{
	color:#FFFFFF;
}

div#conteneur_droite_engagements ul li a:hover{
	text-decoration:underline;
}

/* ---------------------------------- contenu du centre ----------------------------------------*/

div#conteneur_central {
	margin-right:166px;
	margin-left:166px;
	padding:10px 10px 30px 10px;
	height:100%!important;
	height:700px;
	text-align:justify;
	min-height:700px;
}

div#conteneur_central_enga {
	float:right;
	width:600px;
}

div#conteneur_central_enga img{
	margin:10px;
	height:50px;
	
}

/* ---------------------------------- contenu du footer ----------------------------------------*/

div#footer {	
	width:96%;
	margin-right:auto;
	margin-left:auto;
	font-size:0.9em;
}


/* css old */

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

td.td_centre {
	text-align:center;
}

td.td_droite {
	text-align:right;
}

td.td_couleur1 {
	color: #FFFFFF;
	background-color: #000000;
}

td.td_couleur2 {
	color: #000000;
	background-color: #FFCC00;
}

td.td_couleur3 {
	color: #000000;
	background-color: #999999;
}

td.td_border_rech {
	border: 1px solid #FFCC00;
	line-height: 18px;
}

td.td_border_rech2 {
	border: 1px solid #CACED5;
	line-height:18px;
}

.border_couleur1 {
	border: 1px solid #000000;
}

.border_couleur2 {
	border: 1px solid #FFCC00;
}

.border_couleur3 {
	border: 1px solid #999999;
}

.border_index {
	border: 1px solid #FFCC00;
	padding: 5px;
	text-align: justify;
}


/*Ajax*/

td.td_bulle {
	background-image: url('/charte/ajax_pixel.gif');
	background-repeat: repeat-y;
	background-position: left top;
}

td.td_bulle_h {
	background-image: url('/charte/ajax_pixel.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

/*Panier*/
div#div_panier {
	background-color: #000000;
	filter:alpha(opacity=50);
   -moz-opacity:0.5;
	opacity: 0.5;
    position:absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index:22;
	overflow:hidden;
}

div#cont_panier {
	position:absolute;height: 100%;width: 100%;z-index:40; overflow:hidden;
	//margin-left:-50%;
}




/*Processus commande espace perso*/

tr.tr_couleur1 {
	color:#FFFFFF;
	background-color:#000000;
}

tr.tr_couleur2 {
	color:#000000;
	background-color:#FFFFFF;
}

input.input_bouton_gris {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	cursor: pointer;
	width: 170px;
	height: 22px;
}

input.input_bouton_jaune {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
	border: 1px solid #000000;
	cursor: pointer;
	width: 170px;
	height: 22px;
}


/* bulle */

a.bulle {
    position:relative; 
    z-index:24;
    text-decoration:none;
}

a.bulle:hover {
	z-index:25;
	background-color:#CCCCCC;
	text-decoration:none;
}

a.bulle span {
	display: none;
}

a.bulle:hover span {
	display:block;
	position:absolute;
	top:2em;
	left:-2em;
	width:300px;
	border:none;
	background-color:#e8e9ea;
	color:#000000;
	font-weight:normal;
	line-height:15px;
	padding:1px;
	font-size: 11px;
	text-decoration: none;
}

/* lien retour */

.lien_retour {
color:#000;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.lien_retour:hover {
text-decoration:underline;
}





/* ************************************************************************** */
/* ******************   FOOTER AT-BOUTIQUES ********************************* */
/* ************************************************************************** */

/* Style de la barre grise séparant les différents modules du footer */
.barre_grise_footer {
	height:1px;
	background:#ccc;
}

/* Style des lien de la première partie du footer */

.h3_footer_ref {
	font-size:10px;
}

.span_size_footer {
	display:block;
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	font-weight:normal;
}

a.lien_footer_bas {
	color:#666;
}

a.lien_footer {
	width: 10px;
	color: #666;
	font-size: 10px;
}

a.lien_cat_footer {
	width:10px;
	color:#000;
}

a.lien_navigation_footer {	
	font-size:12px;
	font-weight:bold;
	color:#000000;
}


/* NOUVEAU ESPACE ET PROCESS */

.border_bas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.border_haut {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.border_droit {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.border_gauch {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.border_bas_droit {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.border_bas_gauch {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.border_bas_gauchdroit {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.border_haut_gauch {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}

.border_bashaut_droit {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.border_hautgauch_bas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.border_noir {
	border: 1px solid #000000;
}

.border_bleu {
	border: 1px solid #899fb9;
}

.border_couleur1 {
	border: 1px solid #000000;
}

.border_couleur2 {
	border: 1px solid #FFCC00;
}

.border_couleur3 {
	border: 1px solid #999999;
}

.border_index {
	border: 1px solid #FFCC00;
	padding: 5px;
	text-align: justify;
}

.border_process_col1 {
	border: 1px solid #899FB9;
}

.border_process_col2 {
	border: 1px solid #FF6600;
}
.infobulle{
          position: absolute;   
          visibility : hidden;
          border: 1px solid Black;
          padding: 10px;
          font-family: Verdana, Arial;
          font-size: 10px;
          background-color: #FFFFFF;
		  border-radius: 10px 10px;
		  -moz-border-radius: 10px;
      }

div.div_commande {
	position:absolute;
	z-index:20;
	visibility:hidden;
	background-color: #FFFFFF;
	border: 1px solid #FFCC00;	
}


td.td_chemin {
	font-size: 16px;
	color: #000000;
	text-align: left;
}
td.td_titre_encartbleu {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #3D6493;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}

td.td_encartbleu_clair {
	font-size: 14px;
	color: #000000;
	background-color: #D8E0E9;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

td.td_lienpanier {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: center;
	cursor:pointer;
}

td.td_padding10px_bis {
	padding: 10px;
}
td.td_padding10px {
	padding: 10px;
}

tr.tr_process_col1 {
	background-color: #D8E0E9;
}

tr.tr_process_col2 {
	background-color: #FF6600;
}

td.td_titre_encartorange {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #FF6600;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.fd_haut_panier {
	background-color: #FFFFFF;
	background-image: url(/charte/fd_haut_panier.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}