/* -------------------------------------------------------------------------------------------------------------------------- */
/*   16/09/2008                                    par Kinaly                                                                 */
/* -------------------------------------------------------------------------------------------------------------------------- */

/* #F2F2F2 gris clair      */
/* #DCE1E3 gris            */
/* #97C9DB bleu clair      */
/* #6EA4B8 bleu            */
/* #0C161A presque noir    */
/* #036564 vert            */
/* #033649 vert foncé      */
/* #031634 bleu très foncé */

/* --------------------------------------------------- */
/*     initialisation : balises XHTML générales        */
/* --------------------------------------------------- */

html { font-size: 11px; }

body  {
	margin:0; padding:0;
	background: #DCE1E3;
	text-align: left; 
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #0C161A;
}

img {
	border:0px;
	margin: 0;
}

p { margin: 0 0 6px 0; }

a {	
	color: #036564;
	text-decoration: none;
}

a:hover {
	color: #CC6600;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { margin: 0 0 6px 0; padding: 0; }

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CABB9D;
	padding-bottom: 2px;
	font-family: Century gothic, Verdana, Arial, Helvetica, sans-serif; margin: 0 0 12px 0;


}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
	font-family: Century gothic, Verdana, Arial, Helvetica, sans-serif; margin: 0 15px 8px 0;
	background: transparent url(/_boutiques/MIROIRCHAUFFANT/UK/site_image/tildivdisplay.gif) repeat-x;
	padding-bottom: 5px;

}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-family: Century gothic, Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #033649;
	font-family: Arial, sans-serif;
}

th {
	color: #FFFFFF;
	background-color: #4E768B;
	padding: 3px;
}

th a { color:#FFFFFF; }

em {
	font-style: normal;
		color: teal;
}

strong {

}

table {
	margin: 0 auto;
	border: 0;
}

form { margin:0; padding:0; }

input {
	color:#000000;
	font-size: 10px;
}

select, option {
	color:#000000;
	font-size: 10px;
	padding-left: 4px;
}

textarea {
	color:#000000;
	font-size: 12px;
	margin: 6px 0;
}

input {
	margin: 4px 0;
}

del { color: #0C161A}


/* --------------------------------------------------- */
/*                structure : armature                 */
/* --------------------------------------------------- */

#enveloppe-page {
	width: 990px; /* Largeur de page à rendre dynamique */
	margin: auto;
	height: 100%;
	background: #F6F4E5;
	background-image:  url(/_boutiques/MIROIRCHAUFFANT/UK/site_image/bg.png) ;
}

#en-tete {
	position: relative;
	display: block;
	height: 120px; /* Hauteur à rendre dynamique */
	background: #CC6600 
}
#navigation {
	position: relative;
	display: block;
	height: 5px; /* Hauteur à rendre dynamique */
	background-image:  url(/_boutiques/MIROIRCHAUFFANT/UK/site_image/menu_bg.png) ;

}

#conteneur {
	position: relative;
	display: block;
	background: transparent;
}

#conteneur-interne {
	display: block;
}

#col-g {
	background: #FFFFFF;
	float: left;
	position: relative;
	display: block;
	width: 180px; /* Largeur de colonne à rendre dynamique */
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	padding: 5px 8px;
}

#col-d {
	background: #FFFFFF;
	float: right;
	position: relative;
	display: inline;
	width: 180px; /* Largeur de colonne à rendre dynamique */
	right: 0;
	margin: 0;
	height: 100%;
	padding: 5px 8px;
}

.col-interne {
	margin: 8px; /* Valeur dynamique qui sert à générer une marge pour le contenu des colonnes. */
}

#contenu-principal {
	position: relative;
	display: block;
	margin: 0;
	background: #FFFFFF;
	margin: 0 200px 0 200px; /* Les valeurs gauche et droite équivalent aux largeurs des colonnes latérales */
	padding: 5px 5px;
	height: 100%;
	min-height: 700px;
}

.clearfloat {
	clear: both;
}

#pied-page {
	display: block;
	height: 40px; /* Hauteur à rendre dynamique */
	text-align: center;
}

/* --------------------------------------------------- */
/*                structure : éléments                 */
/* --------------------------------------------------- */

#elem_compte {
	float: right;
	position: absolute;
	width: auto;
	right: 5px;
	text-align: right;
	padding: 0 20px 0 0;
	clear: both;
}

#elem_panier {
	background: transparent url(/_boutiques/MIROIRCHAUFFANT/UK/theme/icone_panier.png) 100% 0 no-repeat;
	top: 10px;
}

#elem_compte {
	background: transparent url(/_boutiques/MIROIRCHAUFFANT/UK/theme/icone_moncompte.gif) 100% 0 no-repeat;
	top: 30px
}

#elem_rechercher { }

#elem_menu { }

#elem_menu a {
	color: #000000;
	text-decoration: none;
	text-indent: 20px;
	display: block;
	width: 140px;
	height: 20px;
	line-height: 20px;
	background:  transparent url(/_boutiques/MIROIRCHAUFFANT/UK/site_image/menu_rollover.gif) 0 0 no-repeat;
 }
 
#elem_menu a:hover {
	color: #0033FF;
	background:  transparent url(/_boutiques/MIROIRCHAUFFANT/UK/site_image/menu_rollover.gif) -140px 0 no-repeat;
}

#elem_newsletter { }

/* --------------------------------------------------- */
/*                    formulaires                      */
/* --------------------------------------------------- */

.form_text {
	color: #666666;
	margin: 0 5px;
}

.form_img { margin: 0 0 10px 0; }

#form-panier { }

#form-panier td { vertical-align: middle; }

.form_col {
	width: 120px;
}

.imgspoon {
	margin: 0;
	padding-top: 3px;
}

input.search, input.go { margin: 4px 0 14px; }


/* --------------------------------------------------- */
/*                  classes générales                  */
/* --------------------------------------------------- */

.droite { text-align: right;}
.gauche { text-align: left;}
.centre { text-align: center;}

.fl-droite { float: right; }
.fl-gauche { float: left; }

.txt-italique { font-style: italic; }

.nobr { white-space: nowrap; }

.overflow-auto {
	overflow: auto;
}

/* --------------------------------------------------- */
/*               éléments récurrents                   */
/* --------------------------------------------------- */

.bloc_s {
	width: 400px;
	margin: 3px auto;
}

.bloc_m {
	width: 100%;
	margin: 3px auto;
}

.bloc_l {
	width: 520px;
	margin: 3px auto;
}

.alerte_erreur {
	color: #FF0000;
	font-weight: bold;
}
.alerte_info {
	color: #009933;
	font-weight: bold;
}

.encart-dynamique {
	margin: 10px 0 0 0;
}

.encart-dynamique li {
	
}

.avis {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.i-frame {
	background: #FFF;
	padding: 4px 8px;
}

.i-frame form input {
	margin: 3px 0 10px 0;
}

.i-frame p {
	margin: 0;
}

/* largeur à spécifier pour centrer le bloc */
#bloc-pro-asso { 
	width: 60px;
	margin: 0 auto;
}

/* --------------------------------------------------- */
/*                       index                         */
/* --------------------------------------------------- */
#homeLink {
	background-image: url(/_boutiques/MIROIRCHAUFFANT/UK/theme/icone_homepage.gif);
	background-repeat: no-repeat;
	text-indent: 16px;
}

#txt-home { border-bottom: 1px dotted #036564; padding-bottom: 10px;}
#txt-home a { color:#000000; text-decoration:none }
#txt-home a:hover { color:#000000; text-decoration:none }
#txt-home img { margin-right:2px;}

#news-home {
	margin: 10px 0;
	padding: 8px 6px 15px 6px; /* valeur bottom pour englober le bouton "lire" */
	border: 1px solid #97C9DB;
}

#news-home img { float: left; margin: 0 5px 0 0;}
#news-home p { margin: 0 0 5px 0;}

#coupsdecoeur {  }

/* --------------------------------------------------- */
/*                 catalogue, rayons                   */
/* --------------------------------------------------- */

.syspage  {  }
.syspage a  {  }
.syspage a:hover  {  }

/* --------------------------------------------------- */
/*                     catégorie                       */
/* --------------------------------------------------- */

.bloc-produit {
	width: 180px;
	height: 300px;
	margin: 25px;
}

/* --------------------------------------------------- */
/*                    fiche produit                    */
/* --------------------------------------------------- */

#info-produit {
	min-height: 230px;
}

#tableau-produit {
	min-height: 400px;
}

* html #info-produit {
	height: 230px;
}

#info-produit table {
	margin: 0;
}

.vignettes img {
	height: 80px;
	width: 80px;
	margin: 4px 6px 4px 0;
	border: 1px solid #787878;
}

/* --------------------------------------------------- */
/*                        news                         */
/* --------------------------------------------------- */

.news { }

#news-date-titre {
	font-size: 11px;
	font-weight: normal;
}

/* --------------------------------------------------- */
/*                       panier                        */
/* --------------------------------------------------- */

/* TABLEAU A COULEURS ALTERNEES */
.styleCell1 { background-color: #DAE4EB; }
.styleCell1 img { margin: 3px;}
	
.styleCell2 { background-color: #F6F6F6; }
.styleCell2 img { margin: 3px;}

/* --------------------------------------------------------- */
/* old : STYLES  DES ALERTES (panier, mescommandes, parrainage etc */
/* --------------------------------------------------------- */

.black { color: black; }
.orange { color: orange; }
.green { color: green; }
.red { color: red; }

/* ------------------------------------- */
/* STYLES CSS PERSONNALISES              */
/* Placez vos sytles personnels ici            */
/* ------------------------------------- */

.erreur {
	color: red;
	font-weight:bold;
}
.noerreur {
	
}