body
{
width: 1000px;
margin: auto; /* pour centrer la page */
margin-top: 3px; /* pour éviter de coller en haut de page */
margin-bottom: 20px;
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/ecg_entete0.jpg);
background-repeat: no-repeat;
}

#en_tete1
{
position: relative;
left: 15px;
top: 10px;
}

.titre1
{
font-size: 60px; 
color: #186878;
font-family: Arial;
font-weight: bold;
font-style:italic;
margin-left:20px;
}

/* menude gauche */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#menu
{
width: 260px;
background-color: #cfcfcf;
}

.element_menu0
{
height: 30px;
padding-left: 25px;
margin-bottom: 0px; /* marge extérieure basse */
border-bottom: 1px dashed #A42023; /* on defini une bordure entre les éléments du menu de 1px, en pointillés */
background-image: url(images/accueil_ecg.gif);
background-color: #186878;
background-repeat: no-repeat;
background-position: 0% 50%;
font: bold 13px/30px Arial;
text-align: left;
}

.element_menu1
{
height: 30px;
padding-left: 25px;
margin-bottom: 0px; /* marge extérieure basse */
border-bottom: 1px dashed #186878; /* on defini une bordure entre les éléments du menu de 1px, en pointillés */
background-image: url(images/puce_ecg_01.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
font: bold 13px/30px Arial narrow;
text-align: left;
}

.element_menu2
{
height: 30px;
padding-left: 25px;
margin-bottom: 0px; /* marge extérieure basse */
border-bottom: 1px dashed #A42023; /* on defini une bordure entre les éléments du menu de 1px, en pointillés  */
background-image: url(images/puce_ecg_01.gif);
background-repeat: no-repeat;
background-position: 0% 65%;
background-color: #E2E2E2;
font: bold 12px/30px Arial narrow;
text-align: left;
}

#menu a
{
color: #2D4C5C;
text-decoration: none;
}

#menu a:hover
{
color: #A42023;
}

#imlivraison {
width: 256px;
height: 180px;
background-image: url(images/fond_livraison.jpg);
background-repeat: no-repeat;
background-position: 0% 0%;
text-align: left;
margin-bottom: 10px;
}

#element_menu3
{
width: 260px;
height: 17px;
margin: 0 auto;
background: url(images/bottom_colg.gif) no-repeat;
background-position: 0% 0%;
background-color: #CFCFCF;
}

#menusuite
{
width: 260px;
background-color: #FFFFFF;
}

#anim_paiement
{
width: 250px;
height: 100px;
margin: 0 auto;
margin-top: 10px;
margin-bottom : 5px;
border: 2px solid #A42023;
}


/* pied de page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#baspage
{
border: 1px #863D3F solid;
background-color: #A42023;
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: #FFFFFF;
text-decoration: none;
}

#menu_bas a:hover {
color: #F8AF8F;
}

#mentionscopyright
{
margin-top: 5px;
font-size: 10px; 
padding-right: 10px ;
text-align: right ;
color: #186878 ;
}


/* corps de page */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#main_page
{
padding: 0px 5px 5px 15px;
margin-bottom: 5px;
}

#textegeneral
{
width: 680px;
margin: 0 auto;
font-family: Arial;
}

#textegeneral h1
{
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;
}

/* Petit fond titre page */
#titretop
{
width: 500px;
height: 30px;
margin: 0 auto;
padding: 0px 0px 0px 0px;
background: url(images/bottom_titre.gif) no-repeat;
background-color: #186878;
background-position: 0% 100%;
text-align: center;
font: bold 18px/30px Arial;
color: #FFFFFF;
}

#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
{
font-size: 12px;
font-weight: normal;
color: #000000;
text-align: justify;
}

hr
{
clear: both;
visibility: hidden;
}


/* petite box avec presentation produit et image */
.minipres
{
width: 600px;
height: 150px;
margin: 0 auto;
padding: 2px 2px 2px 2px;
margin-bottom: 10px;
background-color: #FFFFFF;
}

/* Image petite box avec presentation produit et image  */
.minipres_im
{
float: left;
width: 150px;
height: 150px;
margin-left: 10px;
border-right: 1px dashed #186878;
border-bottom: 1px dashed #A42023;
}

/* Texte et liens  petite box avec presentation produit et image  */
.minipres_texte
{
width: 420px;
height: 142px;
margin: 0px 2px 0px 171px;
padding: 2px 2px 2px 2px;
background-color: #FFFFFF;
}

.miniprestitre
{
width: 412px;
height: 24px;
margin:0 auto;
padding: 2px 0px 2px 0px;
font: bold 14px/24px Arial;
background: url(images/top_miniboxprix.gif) no-repeat;
background-position: 0% 0%;
background-color: #186878;
border-bottom: 1px solid #A42023;
color: #FFFFFF;
text-align: center;
}

.minipres_int
{
width: 412px;
height: 122px;
margin:0 auto;
padding: 0px 0px 0px 0px;
}


/* Bloc avec prix produit ou texte non dispo  dans minipres_int*/
.bloctexte
{
width: 412px;
height: 49px;
margin: 0 auto;
padding: 0px 0px 0px 0px;
background-color: #FFFFFF;
border-bottom: 1px dashed #A42023;
}

.barrebrun
{
text-decoration: line-through;
color: #A42023;
}

.brun
{
color: #A42023;
}



.texteprix
{
height: 30px;
padding: 10px 0px 9px 50px;
font: bold 18px/30px Arial;
color: #000000;
text-align: left;
background-color: #FFFFFF;
}

.texteprixremise
{
height: 30px;
padding: 10px 0px 9px 50px;
font: bold 18px/30px Arial;
color: #000000;
text-align: left;
background-color: #FFFFFF;
}

.texte_pdt_nondispo
{
height: 30px;
padding: 10px 0px 9px 50px;
font: bold 14px/30px Arial;
color: #000000;
text-align: left;
background-color: #FFFFFF;
}

/* Bloc avec liens acheter et fiche produit   dans minipres_int*/
.blocliens
{
width: 412px;
height: 52px;
margin: 0 auto;
padding: 2px 0px 2px 0px;
background: url(images/bottom_miniboxprix.gif) no-repeat;
background-position: 0% 100%;
background-color: #FFFFFF;
border-bottom: 1px dashed #186878;
}

.puce0_achat
{
float: right;
width: 126px;
height: 30px;
margin-right: 50px;
background: url(images/puce4cbis.gif) repeat-x bottom left;
padding: 3px 0px 18px 0px;
font: bold 14px/30px Arial;
text-align: center;
}

.puce0_achat a
{
color: #000000;
text-decoration: none;
}

.puce0_achat a:hover 
{
color: #8FD3D2;
}

.puce_fiche
{
width: 126px;
height: 30px;
margin: 0px 236px 0px 50px;
background: url(images/puce4c.gif) repeat-x bottom left;
padding: 3px 0px 18px 0px;
font: bold 14px/30px Arial;
text-align: center;
}

.puce_fiche a
{
color: #000000;
text-decoration: none;
}

.puce_fiche a:hover 
{
color: #8FD3D2;
}

.puce_fiche1
{
width: 126px;
height: 30px;
margin: 0 auto;
background: url(images/puce4c.gif) repeat-x bottom left;
padding: 3px 0px 18px 0px;
font: bold 14px/30px Arial;
text-align: center;
}

.puce_fiche1 a
{
color: #000000;
text-decoration: none;
}

.puce_fiche1 a:hover 
{
color: #8FD3D2;
}


/* grande image  pdt*/
#gde_image_ecg
{
width: 200px;
height: 200px;
margin-top: 10px;
margin-left: 10px;
padding-right: 5px;
padding-bottom: 5px;
border-right: 1px solid #186878;
border-bottom: 1px solid #A42023;
}

/* Bloc à droite grande image produit */
#texte_dte_image
{
float: right;
width: 360px;
margin: 0px 25px 0px 15px;
background-color: #186878;
}

/* Image sommet box prix */
#texte_dte_image_topint
{
width: 360px;
height: 17px;
background: url(images/top_boxprix.gif) no-repeat;
background-position: 0% 0%;
}

/* Image bas box prix */
#texte_dte_image_botint
{
width: 360px;
height: 17px;
background: url(images/bottom_boxprix.gif) no-repeat;
background-position: 0% 0%;
}




#texte_dte_image_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;
}

/* 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;
}

#caracteristiques p
{
padding: 5px;
}

.lexique
{
padding: 2px;
border-top: 1px dashed #2D4C5C;
}

.lexique p
{
font-size: 10px;
}

/* options du produit */
#options
{
float: right;
width: 300px;
border: 1px solid #000000;
}

#petittitreoptions
{
background-color: #A42023;
padding: 2px;
border-bottom: 1px dashed #2D4C5C;
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
text-align: center;
margin-bottom: 5px; /* marge extérieure basse */
}

#options p
{
padding: 5px;
}

/* accessoire fournis produit */
#livreavec
{
clear: right;
float: right;
width: 300px;
border: 1px solid #000000;
margin-top: 5px;
}

#petittitrelivreavec
{
background-color: #8FD3D2;
padding: 2px;
border-bottom: 1px dashed #2D4C5C;
font-weight: bold;
font-size: 14px;
color: #000000;
text-align: center;
margin-bottom: 5px;
}

#livreavec p
{
padding: 5px;
}


/* paramètres généraux */
.blanc
{
color: #FFFFFF;
}

.bleuclair
{
color: #8FD3D2;
}

.barre
{
text-decoration: line-through;
}

.virerfloat
{
clear: both;
height: 1px;
}



/* pages comparatifs */

.comp
{
width: 500px;
margin: 0 auto;
margin-bottom : 20px;
font-family: Arial;
font-weight: bold;
font-size: 14px;
color: #000000;
text-align: center;
padding: 5px 5px 5px 5px;
border: 1px dashed #2D4C5C;
}

#formulairecomp
{
width: 600px;
margin: 0 auto;
font-family: Arial;
font-size: 14px;
color: #000000;
text-align: center;
padding: 5px 5px 5px 5px;
border: 2px solid #A42023;
margin-bottom : 10px;
}

.tableaucomp
{
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #000000;
text-align: center;
}

.tableaucomp td
{
border: 1px solid #A42023;
}

.fondblanc
{
background: #FFFFFF;
}

.fondbleulight
{
background: #D2E1E9;
}


/* page index */

/* a virer */
.indexgauche
{
width: 250px;
height: 270px;
float: left;
margin-left: 60px;
font-family: Arial;
font-weight: bold;
text-align: center;
padding: 2px 5px 0px 5px;
border: 1px dashed #2D4C5C;
}

.indexgauche h2
{
padding-left: 80px;
line-height: 20px;
font-size: 20px;
background: url(images/separ.jpg) no-repeat left bottom ;
color: #999966;
border-bottom: 1px solid #2D4C5C ;
text-align: justify;
}

.indexgauche a
{
color: #186878;
text-decoration: none;
}


.indexgauche a:hover 
{
color: #A42023;
}

.indexdroite
{
width: 250px;
height: 270px;
float: right;
margin-right: 60px;
margin-bottom : 10px;
font-family: Arial;
font-weight: bold;
text-align: center;
padding: 1px 5px 0px 5px;
border: 1px dashed #2D4C5C;
}

.indexdroite h2
{
padding-left: 80px;
line-height: 20px;
font-size: 20px;
background: url(images/separ.jpg) no-repeat left bottom ;
color: #999966;
border-bottom: 2px solid #2D4C5C ;
text-align: justify;
}

.indexdroite a
{
color: #186878;
text-decoration: none;
}


.indexdroite a:hover 
{
color: #A42023;
}

/* fin de a virer */


.pindexgauche
{
width: 200px;
height: 300px;
float: left;
margin-left: 20px;
font-family: Arial;
font-weight: bold;
text-align: center;
padding: 2px 5px 0px 5px;
border: 1px dashed #2D4C5C;
}

.pindexgauche h2
{
padding-left: 60px;
line-height: 20px;
font-size: 16px;
background: url(images/separ.jpg) no-repeat left bottom ;
color: #999966;
border-bottom: 1px solid #2D4C5C ;
text-align: justify;
}

.pindexgauche a
{
color: #186878;
text-decoration: none;
font-size: 16px;
}


.pindexgauche a:hover 
{
color: #A42023;
}

.pindexdroite
{
width: 200px;
height: 300px;
float: right;
margin-right: 20px;
margin-bottom : 10px;
font-family: Arial;
font-weight: bold;
text-align: center;
padding: 1px 5px 0px 5px;
border: 1px dashed #2D4C5C;
}

.pindexdroite h2
{
padding-left: 60px;
line-height: 20px;
font-size: 16px;
background: url(images/separ.jpg) no-repeat left bottom ;
color: #999966;
border-bottom: 2px solid #2D4C5C ;
text-align: justify;
}

.pindexdroite a
{
color: #186878;
text-decoration: none;
font-size: 16px;
}


.pindexdroite a:hover 
{
color: #A42023;
}


.pindexcentre
{
width: 200px;
height: 300px;
margin: auto;
font-family: Arial;
font-weight: bold;
text-align: center;
padding: 1px 5px 0px 5px;
border: 1px dashed #2D4C5C;
}

.pindexcentre h2
{
padding-left: 60px;
line-height: 20px;
font-size: 16px;
background: url(images/separ.jpg) no-repeat left bottom ;
color: #999966;
border-bottom: 2px solid #2D4C5C ;
text-align: justify;
}

.pindexcentre a
{
color: #186878;
text-decoration: none;
font-size: 16px;
}


.pindexcentre a:hover 
{
color: #A42023;
}

/*  petite box avec presentation produit et image  */
.blocproduit_intro
{
width: 196px;
margin: 0 auto;
padding: 0px;
margin-bottom: 5px;
background-color: #ffffff;
}


.blocproduit_intro_im
{
width: 170px;
height: 150px;
margin: auto;
background-color: #ffffff;
}


.blocproduit_intro_txt {
width: 189px;
margin: 0 auto;
padding: 0px;
background-color: #ffffff;
}


.blocproduit_intro_prix {
width: 189px;
margin: 0 auto;
padding: 2px 0px 2px 0px;
}


.blocproduit_intro_texteprix
{
height: 20px;
padding: 0px 0px 9px 0px;
font: bold 14px Arial;
color: #186878;
text-align: center;
background-color: #FFFFFF;
border-bottom: 1px dashed #A42023;
}

.blocproduit_intro_texteprixremise
{
height: 30px;
padding: 0px 0px 9px 5px;
font: bold 14px Arial;
color: #186878;
text-align: center;
background-color: #FFFFFF;
border-bottom: 1px dashed #A42023;
}

.blocproduit_intro_texte_pdt_nondispo
{
padding: 5px 0px 5px 0px;
font: bold 10px Arial;
color: #000000;
text-align: center;
background-color: #FFFFFF;
}


.blocproduit_intro_blocliens
{
width: 189px;
height: 57px;
margin: 0 auto;
padding: 0px;
background-position: 0% 100%;
background-color: #FFFFFF;
}


.blocproduit_intro_puce_fiche
{
width: 189px;
height: 35px;
margin: 0 auto;
background: url(images/puce4cbis.gif) repeat-x bottom left;
padding: 3px 0px 18px 0px;
font: bold 14px Arial;
text-align: center;
}

.blocproduit_intro_puce_fiche a
{
font: bold 14px Arial;
color: #000000;
text-decoration: none;
}

.blocproduit_intro_puce_fiche a:hover 
{
color: #8FD3D2;
}


.blocproduit_intro_puce_fiche1
{
width: 189px;
height: 35px;
margin: 0 auto;
background: url(images/puce4c.gif) repeat-x bottom left;
padding: 3px 0px 18px 0px;
font: bold 14px Arial;
text-align: center;
}

.blocproduit_intro_puce_fiche1 a
{
font: bold 14px Arial;
color: #000000;
text-decoration: none;
}

.blocproduit_intro_puce_fiche1 a:hover 
{
color: #8FD3D2;
}






/* 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;
}

.miniprestitre a {
color: #ffffff;
font-size: 14px; 
font-weight: bold;
text-decoration: none;
}
