@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#e2007a; font-size:11px; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1 { color:#e2007a; font-weight:700; font-size:1.3em; }
h2 { color:#e2007a; font-weight:700; font-size:1.1em; /*text-transform: uppercase;*/ }
h3 { color:#e2007a; font-weight:700; font-size:1.17em; /*text-transform: uppercase;*/ }
form.std h3 { color: #e2007a; font-size:1.4em; font-weight:normal; }
h4 { color:#e2007a; font-weight:700; font-size:1em; /*text-transform: uppercase;*/ }
h4 a{ color:#e2007a; font-weight:700; font-size:1em; /*text-transform: uppercase;*/ }
#left_column div.block h4, #right_column div.block h4{color:#e2007a; font-weight:700; font-size:1em;}
#left_column div.block h4 a, #right_column div.block h4 a{color:#e2007a; font-weight:700; font-size:1em;}
h5 { color:#e2007a; font-size:0.83em; }
h6 { color:#e2007a; font-size:0.67em; }

p { color:#e2007a; font-size:1em; }
ul, ol{ color:#e2007a; font-size:1em; }
li { color:#e2007a; font-size:1em; }
a, div.block a, li a, div.tags_block p a { color:#e2007a; text-decoration:underline; }
a.tag_level1 { color:#e2007a!important; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#e2007a; padding:3px; }
input { color:#e2007a; padding:3px; }
/* Catégories*/
div#categories_block_left ul.tree a { color:#e2007a;}
/* Tags */
div.tags_block p a:hover{ background-color:#e2007a; color:#fff!important; text-decoration:none;}

/* Intro */
#intro h1 { color:#e2007a; } /* couleur du h1 de l'intro */
#intro p, #intro a { color:#e2007a; } /* couleur du texte de l'intro */
#intro p { font-size:.9em;}

/* Liens de bas de page */
#sitti p, #sitti a {color:#e2007a; } /* couleur des liens de bas de page */
#sitti p { font-size:.92em; }

/* Image de validation W3C */
#validator a img { background-color:#e2007a; }/* - Activer le CSS si le fond du site est blanc */

/* Produits phares */

/* titre */
#center_column div.block h4 { color:#ab0822; } 
/* Structure */
#center_column .products_block { color:#e2007a; }
#center_column .products_block ul li { color:#e2007a; }
/* Nom du produit */
#center_column div.products_block h5{ color:#fff; font-weight:bold; text-transform:uppercase; }
#center_column div.products_block h5 a{ color:#fff; font-weight:bold; text-transform:uppercase; }
/* Description du produit */
p.product_desc { color:#e2007a;}
p.product_desc a{ color:#e2007a;}
#center_column div.products_block ul li p.product_desc a { font-weight:normal; }
.products_block li p a { font-size:0.8em; font-weight:bold;}
/* Bouton */
#center_column #featured-products_block_center .price{ font-size:1.6em!important; color:#fff;}
#center_column #featured-products_block_center .button,#center_column  .btn{ color:#e2007a!important; }
#center_column #featured-products_block_center .ajax_add_to_cart_button{ color:#e2007a!important;}


/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding:0 2em 0 0; }
.imgRight { float:right; padding:0 0 0 2em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }

/* Des classes de formatage du texte en ligne */
em, .italic, .italique { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.strike, .barre { text-decoration:line-through; }
.souligne { text-decoration:underline; }

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb { clear:both; }
.clearer { clear:both; width:0; height:0; line-height:0; }

/*	Mise en page
----------------------------------------------------------*/

/* Page d'accueil */
.illustration { float:left; padding:0 10px 0 0; }

/*	Site en cours de réalisation */
#site { text-align:center; padding-top:5em; }

/*	Mentions Légales */
#infoclient { float:left; padding:0 0 2em; }
#hebergeur { float:right; padding:0; }
.imageleft{float:left; margin-left:5px;}
.imageright{float:right; margin-right:5px;}


