body
{
width: 1000px;
margin: auto; /* pour centrer la page */
margin-top: 3px; /* pour éviter de coller en haut de page */
margin-bottom: 20px;
/* margin-left: 5px;*/
background-color: #ffffff; 
text-align: center; /* sert à centrer les éléments de type block avec IE */
padding: 0; /* sert pour opéra qui met des padding par défaut pour le body */
font-family: Arial;
}

/* en-tête de page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#en_tete
{
width: 1000px;
height: 140px;
background-image: url(images/balance_impedancemetre_entete0.jpg);
background-repeat: no-repeat;
/* background-color: #ffcb00; */
}

#en_tete td
{
background-repeat: no-repeat;
}

#en_tete1
{
position: relative;
left: 15px;
top: 5px;
}

.titre1
{
font-size: 60px; 
color: #2D4C5C;
font-family: Arial;
font-weight: bold;
font-style:italic;
margin-left:20px;
}

.titre2
{
font-size: 26px; 
color: #FFFFFF;
font-family: Arial narrow;
font-weight: bold;
font-style:italic;
margin-left:20px;
}


#en_tete2
{
float: right;
margin: 35px 150px 0px 0px;
text-align: right;
}

.titre3
{
font-size: 18px; 
color: #2D4C5C;
font-family: Arial narrow;
font-weight: bold;
}

.titre4
{
font-size: 18px; 
color: #F26A30;
font-family: Arial narrow;
font-weight: bold;
}

/*sous  en-tête de page avec rubriques principales */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#menu_sous_en_tete td
{
background-repeat: no-repeat;
font-size: 14px; 
color: #FFFFFF;
font-family: Arial;
font-weight: bold;
}

#menu_sous_en_tete td a
{
color: #FFFFFF;
text-decoration: none;
}

#menu_sous_en_tete td a:hover
{
color: #8EB4C7;
}

/* menude droite */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#menu
{
width: 260px;
background-color: #D2E1E9;
text-align: left;
font-size: 16px; 
font-family: Arial narrow;
}

#menu a
{
color: #2D4C5C;
text-decoration: none;
}

#menu a:hover
{
color: #F26A30;
}

.element_menu1
{
padding: 3px; /* marge interieure des cellules du menu */
padding-bottom: 5px;
padding-left: 25px;
margin-bottom: 5px; /* marge extérieure basse */
border-bottom: 1px dashed #2D4C5C; /* on defini une bordure entre les éléments du menu de 1px, en pointillés */
background-image: url(images/puce01.gif);
background-repeat: no-repeat;
background-position: 0% 65%;
}

.element_menu2
{
padding: 3px; /* marge interieure des cellules du menu */
padding-bottom: 5px;
padding-left: 25px;
margin-bottom: 5px; /* marge extérieure basse */
border-bottom: 1px dashed #F26A30; /* on defini une bordure entre les éléments du menu de 1px, en pointillés  */
background-image: url(images/puce02.gif);
background-repeat: no-repeat;
background-position: 0% 65%;
}

.element_menu3
{
padding: 3px; /* marge interieure des cellules du menu */
padding-top: 10px;
padding-bottom: 5px;
margin-bottom: 5px; /* marge extérieure basse */
}

#imlivraison {
width: 256px;
height: 103px;
background-image: url(images/fond_livraison.jpg);
background-repeat: no-repeat;
background-position: 0% 0%;
text-align: left;
margin-bottom: 10px;
}


/* pied de page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#baspage
{
border: 1px #2D4C5C solid;
background-color: #ffffff;
width: 1000px;
}

#menu_bas
{
margin-top: 5px;
font-size: 10px; 
list-style-type: none; /* on cache les puces */
width: 950px; /* précision pour Opera */
}

#menu_bas li {
float: left; /* on rend les li flottants pour pouvoir les afficher horizontalement */
}

#menu_bas a {
float: left;
margin: 0 2 0px;
padding: 5px 15px;
text-align: center;
color: #2D4C5C;
text-decoration: none;
}

#menu_bas a:hover {
color: #F26A30;
}

#mentionscopyright
{
margin-top: 5px;
font-size: 10px; 
padding-right: 10px ;
text-align: right ;
color: #2D4C5C ;
}


/* corps de page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#main_page
{
padding: 5px 5px 5px 15px;
}

#textegeneral
{
width: 680px;
margin: 0 auto;
font-family: Arial;
}

#textegeneral h1
{
margin-top: 5px;
text-align: center;
font-size: 25px;
color: #2D4C5C;
}

/* ligne de séparation du Titre de la page et du reste de la page */
.lignesep
{
padding: 0px;
line-height: 20px ;
background: url(images/separ.jpg) repeat-x left bottom ;
margin-bottom: 15px;
}

/* Comme ci-dessus mais avec un clear */
.lignesepclear
{
clear: both;
height: 1px;
width: 500px;
border-bottom: 1px dashed #F26A30 ;
margin: 0 auto;
margin-bottom: 2px;
padding-top: 4px;
}

#textegeneral h2
{
padding-left: 80px;
line-height: 25px;
font-size: 20px;
background: url(images/separ.jpg) no-repeat left bottom ;
color: #2D4C5C;
border-bottom: 1px solid #2D4C5C ;
text-align: justify;
}

p
{
line-height: normal ;
font-size: 12px;
font-weight: normal;
color: #000000;
text-align: justify;
}

.fondorangemedium
{
background: #F8AF8F;
}

.centrage
{
text-align: center;
}

/* images centrées */
img.centree
{
display:block;
clear:both;
margin-left:auto;
margin-right:auto;
}

.mini10
{
font-size: 10px;
}

.lien1
{
color: #2D4C5C;
text-decoration: none;
}

.lien1:hover
{
color: #F26A30;
}

.orange
{
color: #F26A30;
}

.orangemedium
{
color: #F8AF8F;
}

.bleumedium
{
color: #4F85A1;
}

.blanc
{
color: #FFFFFF;
}

.barre
{
text-decoration: line-through;
}

/* image grand logo NF*/
#gdlogonf
{
width: 150px;
height: 118px;
background: url(images/logo_nf.jpg) no-repeat left top;
float: right;
margin-right: 20px;
}

/* Texte a gauche grand logo NF */
#h1gdlogonf
{
width: 400px;
margin: 0px 15px 0px 35px;
text-align: center;
line-height: auto;
font-size: 20px;
color: #F26A30;
}

/* grande image  pdt*/
#gdimpdt
{
width: 200px;
height: 200px;
margin-top: 10px;
margin-left: 10px;
padding-right: 5px;
padding-bottom: 5px;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
}

/* Bloc à droite grande image produit */
#dtegdimpdt
{
float: right;
width: 360px;
margin: 0px 25px 0px 15px;
background-color: #4F85A1;
}

/* Image sommet box prix */
#dtegdimpdt_topint
{
width: 360px;
height: 17px;
background: url(images/top_boxprix.gif) no-repeat;
background-position: 0% 0%;
}

/* Image bas box prix */
#dtegdimpdt_botint
{
width: 360px;
height: 17px;
background: url(images/bottom_boxprix.gif) no-repeat;
background-position: 0% 0%;
}

#dtegdimpdt_int
{
width: 360px;
margin: 0 auto;
padding-left: 5px;
text-align: left;
line-height: auto;
font-size: 20px;
color: #2D4C5C;
}

/* prix et garantie */
.puce01_prix
{
padding: 3px;
padding-bottom: 5px;
padding-left: 90px;
margin-bottom: 5px;
background-image: url(images/puce4c.gif);
background-repeat: no-repeat;
background-position: 5% 50%;
}

/* bouton acheter*/
#puce01_achat
{
width: 126px;
height: 30px;
margin: 0 auto;
margin-top: 5px;
background: url(images/puce4cbis.gif) repeat-x bottom left;
padding: 3px 0px 18px 0px;
border: 1px dashed #F8AF8F;
text-align: center;
}

#puce01_achat a
{
color: #FFFFFF;
text-decoration: none;
}


#puce01_achat a:hover 
{
color: #F8AF8F;
}


hr
{
clear: both;
visibility: hidden;
}


/* Animation flash */
#anim_flash
{
width: 430px;
height: 300px;
margin: auto; /* pour centrer la page */
margin-top: 5px; /* pour éviter de coller en haut de page */
margin-bottom: 5px;
}


/* caracteristiques */
#caracteristiques
{
width: 320px;
margin: 0px 10px 0px 10px;
border: 1px solid #000000;
text-align: left;
}

.titre_fondgris
{
background-color: #C0C0C0;
padding: 2px;
border-bottom: 1px dashed #2D4C5C;
font-weight: bold;
font-size: 14px;
color: #000000;
text-align: center;
margin-bottom: 5px;
}

.titre_fondbleuc
{
background-color: #D2E1E9;
padding: 2px;
border-bottom: 1px dashed #2D4C5C;
font-weight: bold;
font-size: 14px;
color: #000000;
text-align: center;
margin-bottom: 5px;
}

.titre_orange
{
padding: 2px;
border-bottom: 1px dashed #2D4C5C;
font-weight: bold;
font-size: 14px;
color: #F26A30;
text-align: center;
margin-bottom: 5px;
}

#caracteristiques p
{
padding: 5px;
}

#descriptif
{
width: 600px;
margin: 0 auto;
border: 1px solid #000000;
text-align: justify;
}

#descriptif p
{
padding: 15px;
}

/* notation et avis */
#notreavis
{
float: right;
width: 300px;
margin-right: 14px;
border: 1px solid #000000;
}

#petittitreavis
{
background-color: #F8AF8F;
padding: 2px;
border-bottom: 1px dashed #2D4C5C;
font-weight: bold;
font-size: 14px;
color: #000000;
text-align: center;
margin-bottom: 5px; /* marge extérieure basse */
}

#notreavis p
{
padding: 5px;
}

.menupuce li {
color: #000000;
font-size: 12px;
font-weight: normal;
text-align: justify;
line-height: 14px;
}

/* infos produits */
#infospdts
{
width: 500px;
margin: 0 auto;
border: 1px solid #000000;
text-align: center;
margin-bottom: 15px; /* marge extérieure basse */
}

/* fonctions produits */
#fonctionspdts
{
width: 500px;
margin: 0 auto;
border: 1px solid #000000;
text-align: center;
margin-bottom: 5px; /* marge extérieure basse */
}

/* box avec descriptif infos et fonctions */
.mini_box
{
width: 400px;
padding: 5px;
margin: 0 auto;
margin-bottom: 5px; /* marge extérieure basse */
border: 1px solid #000000;
}

.mini_box img
{
float: left;
padding-left: 15px;
padding-top: 5px;
}

.mini_box p
{
margin-left: 90px;
font-size: 14px;
color: #000000;
}

.petittitre
{
font-weight: bold;
}

/* pop_up images*/
.popup_image
{
margin: 5px 0px 15px 0px;
}

.popup_image a
{
width: 50px;
margin: 0 auto;
margin: 5px 0px 5px 0px;
}


/* petite box avec presentation produit */
.minipres
{
width: 500px;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
background-color: #F26A30;
}

/* Image sommet petite box avec presentation produit */
.minipres_topint
{
width: 500px;
height: 17px;
background: url(images/top_miniboxprix.gif) no-repeat;
background-position: 0% 0%;
margin-bottom: 10px;
}

.minipres_topint p
{
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding: 5px 0px 5px 0px;
text-decoration: none;
}

.minipres_topint a
{
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding: 5px 0px 5px 0px;
text-decoration: none;
}

/* Image bas petite box avec presentation produit */
.minipres_botint
{
width: 500px;
height: 17px;
background: url(images/bottom_miniboxprix.gif) no-repeat;
background-position: 0% 0%;
background-color: #FFFFFF;
}

/* Intérieur petite box avec presentation produit */
.minipres_int
{
width: 500px;
margin: 0 auto;
background-color: #FFFFFF;
background-position: 0% 0%;
padding: 5px 0px 0px 0px;
line-height: auto;
font-size: 20px;
text-align: left; /* sert à aligner sur la gauche les éléments de type block avec IE */
}

.minipres_int p
{
margin: 5px 5px 10px 5px;
font-size: 18px;
font-weight: bold;
color: #000000;
text-align: center;
position: relative; /* décalage vers le bas pour IE */
top: 10px; /* décalage vers le bas pour IE */
}

.barrebleu
{
text-decoration: line-through;
color: #4F85A1;
}

/* Image dans petite box avec presentation produit */
.minipres_im
{
float: left;
width: 100px;
height: 100px;
margin-top: 10px;
margin-left: 30px;
padding-right: 5px;
padding-bottom: 5px;
border-right: 1px dashed #2D4C5C;
border-bottom: 1px dashed #2D4C5C;
}


.blocfichlien
{
margin: 5px 5px 5px 150px;
width: 300px;
position: relative; /* décalage vers le bas pour IE */
top: 10px; /* décalage vers le bas pour IE */
}

.virerfloat
{
clear: left;
height: 1px;
}

.puce_fiche
{
width: 126px;
height: 30px;
margin: 0px 0px 0px 0px;
background: url(images/puce4c.gif) repeat-x bottom left;
padding: 3px 0px 18px 0px;
border: 1px dashed #2D4C5C;
text-align: center;
}

.puce_fiche a
{
color: #000000;
text-decoration: none;
}


.puce_fiche a:hover 
{
color: #2D4C5C;
}


.puce0_achat
{
float: right;
width: 126px;
height: 30px;
margin: 0px 0px 0px 10px;
background: url(images/puce4cbis.gif) repeat-x bottom left;
padding: 3px 0px 18px 0px;
border: 1px dashed #B03C0B;
text-align: center;
}

.puce0_achat a
{
color: #000000;
text-decoration: none;
}


.puce0_achat a:hover 
{
color: #2D4C5C;
}

.puce_nondispo
{
margin: 5px 5px 5px 150px;
width: 200px;
padding: 3px 3px 5px 90px;
background-image: url(images/puce4c.gif);
background-repeat: no-repeat;
background-position: 5% 50%;
}

.puce_nondispo p
{
font-size: 14px;
font-weight: bold;
color: #000000;
text-align: left;
}


/* image principe impedancemetrie */
#animimp
{
float: left;
width: 179px;
height: 285px;
background-image: url(images/homme_imp_fiche.jpg);
background-repeat: no-repeat;
background-position: 0% 0%;
margin-right: 15px;
padding-top: 5px;
}


/* rubrique de gauche page index */
#colg_index
{
width: 200px;
height: 400px;
background-image: url(images/standard.jpg);
background-repeat: no-repeat;
background-position: 25% 100%;
padding: 0px 5px 5px 0px;
border-right: 1px dashed #2D4C5C;
border-bottom: 1px dashed #2D4C5C;
}
 
/* rubrique centrale page index */
#colc_index
{
width: 500px;
margin: 0px 10px 0px 0px;
padding-bottom: 5px;
font-family: Arial;
}

#colc_index h1
{
margin-top: 5px;
text-align: center;
font-size: 25px;
color: #2D4C5C;
}


/* petite box GAUCHE avec presentation produit page index*/
.pdt_index_g
{
width: 230px;
float: left;
margin-top: 0px;
margin-bottom: 1px;
padding-bottom: 5px;
}

/* petite box DROITE avec presentation produit page index*/
.pdt_index_d
{
width: 230px;
float: right;
margin-top: 0px;
margin-bottom: 1px;
padding-bottom: 5px;
}

/* Intérieur petite box avec presentation produit  nouveauté page index*/
.pdt_index_int
{
width: 230px;
margin: 0 auto;
background-color: #FFFFFF;
background-position: 0% 0%;
padding: 0px 0px 0px 0px;
line-height: auto;
font-size: 14px;
font-weight: bold;
text-align: center;
}

.pdt_index_int p
{
margin: 5px 5px 10px 5px;
font-size: 18px;
font-weight: bold;
color: #000000;
text-align: center;

}

/* Image dans petite box avec presentation produit nouveauté pages index */
.pdt_index_im
{
width: 100px;
height: 100px;
margin: 0 auto;
padding-right: 15px;
padding-bottom: 5px;
border-right: 1px dashed #2D4C5C;
border-bottom: 1px dashed #2D4C5C;
}

.pdt_indexlien
{
width: 250px;
margin: 0 auto;
text-align: center;
}

.pdt_index_puce
{
width: 176px;
height: 20px;
margin: 0 auto;
background: url(images/puce4c.gif) repeat-x bottom left;
padding: 3px 0px 18px 0px;
border: 1px dashed #2D4C5C;
text-align: center;
}

.pdt_index_puce a
{
color: #000000;
text-decoration: none;
}

.pdt_index_puce a:hover 
{
color: #F8AF8F;
}

.pdt_index_puce a:visited 
{
color: #000000;
}

.pdt_index_pucebis
{
width: 176px;
height: 20px;
margin: 0 auto;
background: url(images/puce4cbis.gif) repeat-x bottom left;
padding: 3px 0px 18px 0px;
border: 1px dashed #2D4C5C;
text-align: center;
}

.pdt_index_pucebis a
{
color: #000000;
text-decoration: none;
}

.pdt_index_pucebis a:hover 
{
color: #F8AF8F;
}

.pdt_index_pucebis a:visited 
{
color: #000000;
}


/* En-tête Nouveautés sur page index */
.nouv_topint
{
width: 500px;
height: 17px;
background: url(images/top_miniboxprix.gif) no-repeat;
background-position: 0% 0%;
background-color: #F26A30;
margin: 0 auto;
padding-bottom: 10px;
}

.nouv_topint p
{
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding: 5px 0px 5px 0px;
}



/* pages comparatifs */
#comp
{
padding-top: 5px;
font-size: 14px;
color: #000000;
}

.fondblanc
{
background: #FFFFFF;
}

.fondbleulight
{
background: #D2E1E9;
}

/* table page de liens annuaires */
#tableliens a
{
color: #2D4C5C;
font-size: 12px ;
text-decoration: none;
}

/* Parametres css pour les popup en ajax */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.gras {
	font-weight: bold;
}