body
{
	font-size:100%;
}
ul, li, hr /* anulation des marges */
{
	margin:0;
	padding:0;
}
img
{
	border : 0;
}
ul
{
	list-style:none;
}
hr, .brboth
{
	visibility:hidden;
	clear:both;
}

a
{
	color			: #48616e;
	text-decoration	: none;
}
a:hover
{
	color				: #0073ff;
	text-decoration		: none;
}


#cat_conteneur /* conteneur catatlogue et boutique */
{
    position        : relative;
    font-family     : Verdana, Arial, Helvetica, sans-serif;
    font-size       : 0.9em;
    /*border          : 1px dashed grey;*/
    text-align      : left;
    margin          : 0px;
    width           : 100%;
    height          : auto;
}

/* configuration du menu sommaire */
#cat_sommaire 
{
    position        : relative;
	float			: left;
	width           : 230px;
	height          : auto;
	top             : 0px;
	margin-left		: 5px;
	background		: url(../img/catalogue/m.f.01.gif) no-repeat top center;
}
#fond_cat_sommaire /* img fond menu */
{
	position			: relative;
	padding				: 20px 5px 40px 15px;
	background			: url(../img/catalogue/m.f.02.gif) no-repeat bottom center;
	list-style-position	: outside; /* par aligner le texte a la migne des li dans ie */
}
#cat_sommaire li
{
    list-style			: none;
	white-space			: normal;
	line-height			: 1.6em;
	border-top			: solid 1px #e9eef2;
	/*width				: 100%;*/
	font-size			: 90%;/**/
}
#cat_sommaire ul ul
{
	margin-left:10px;
}

/* config lien menu : sommaire, creer compte, detail panier*/
/* config sous famille a part */
#cat_sommaire li a,
#pan_detail_panier a,
#user_creer_compte a,
#pan_retour_famille a 
{
	color					: #48616e;
	text-decoration			: none;
	background				: url(../img/catalogue/puce.li.gif) no-repeat 0 0.4em;
	padding-left			: 10px;
}
#cat_sommaire li a:hover,
#pan_detail_panier a:hover,
#user_creer_compte a:hover,
#pan_retour_famille a:hover
{
	color				: #0073FF;
	text-decoration		: none;
	background			: url(../img/catalogue/puce.li.on.gif) no-repeat 0 0.4em #f0f4f7;
}
#cat_sommaire #current /* rubrique sélectionné */
{
	background		: url(../img/catalogue/puce.li.on.gif) no-repeat 0 0.6em;
	padding-left	: 10px;
}

#pan_detail_panier
{ /* lien panier */
	clear:both;
	padding:15px 0;
	margin-left:20px;
	font-size:130%;
	font-weight:bold;
}
#pan_detail_panier a
{ /* reprend la config de lien menu */
	color	: #0073FF;
}

#cat_page
{
    position        : relative;
	float			: right;
    width           : 65%;
    height          : auto;
    top             : 0px;
    right           : 12px;
	/*border          : 1px dashed red;*/
	padding         : 5px; 
	background		: url(../img/catalogue/fond.catalogue.gif) no-repeat top left;
}
#fond_cat_page
{
	position 	: relative;
	padding		: 10px 0 30px 30px;
}
#cat_titre /* titre famille */
{
    
	font-weight     : bold;
    font-size       : 150%;
	background		: url(../img/catalogue/puce.titre.gif) no-repeat 0 0.4em;
	padding-left	: 14px;
}

#cat_chemin
{
    font-size       : 90%;
	margin-left		: 0px;
}
#cat_chemin a, #cat_val_art_nom a, .aVal a:hover 
{
	border-bottom		: #c3c3e3 1px solid;
}
/* lien hover chemin, lien produit, lien panier */
#cat_chemin a:hover, 
#cat_val_art_nom a:hover,
.aVal a:hover 
{
	background-color	: #fafdff;
	border-bottom		: #02a3fa 1px solid;
}

/* config sous famille */
#cat_sousfamille
{
	clear:both;
}
#fond_cat_sousfamille
{
	font-size	: 110%;
	padding		: 20px 0 20px 0;
	/*border	: #f00 1px solid;*/
}

#cat_sousfamille li
{/* Config liens famille centre*/
	float				: left;
	margin				: 0 1em 0 0;
	background			: url(../img/catalogue/puce.li.gif) no-repeat 0 0.4em;
	padding-left		: 11px;
}
#cat_sousfamille li:hover
{
	background			: url(../img/catalogue/puce.li.on.gif) no-repeat 0 0.4em;
}
#cat_sousfamille li span
{
	display		: block;
	width		: 20em;
	padding		: 0 0 1em 0;
	clear		: both;
}

#cat_sousfamille li a
{ /* config lien menu : sommaire*/
	color				: #48616e;
	text-decoration		: none;
	padding-right		: 5px;
}
#cat_sousfamille li a:hover
{
	color				: #0073FF;
	text-decoration		: none;
	background-color	: #f0f4f7;
}

/* config liste des article */
#cat_listearticle
{
	position	: relative;
	padding		: 10px 0 0 20px;
	background	: url(../img/catalogue/fond.catalogue.produit.gif) no-repeat top left;
	clear		: both;
	
	/*border		: #c00 1px solid;*/
}
#cat_listearticle table
{
	width		: 100%;
	position	: relative;
}
#cat_listearticle .cat_articlevignette /* parametrage td affichage produit*/
{
	vertical-align	: bottom; 					/* produit aligné en bas */
}
#cat_listearticle .cat_articlevignette2 /* parametrage div container affichage produit*/
{
	position		: relative;
	float			: left;
	text-align		: center;					/* produit centrer */
	vertical-align	: bottom; 					/* produit aligné en bas */
	margin			: 0.5em 1em 0.5em 1em;
	/*border		: #f00 1px solid;*/
}
#cat_listearticle .cat_articlevignette .cat_vignette,
#cat_listearticle .cat_articlevignette .cat_val_art_nom,
#cat_listearticle .cat_articlevignette .cat_val_prix_min /* config produits */
{
	position:inherit;
}
#cat_listearticle .cat_articlevignette .cat_vignette a img /* config img produits */
{
	/*border		: #f00 1px solid;*/
}
#cat_listearticle .cat_articlevignette .cat_val_art_nom /* config txt description produits */
{
	padding		: 5px 0 2px 0;
}
#cat_listearticle .cat_articlevignette .cat_val_prix_min /* config txt prix produits */
{
	padding		: 0px 0 10px 0;
}
#cat_listearticle .cat_articlevignette .cat_vignette a img
{
	border				: #ccc 2px solid;
	padding				: 5px;
	background-color	: #fff
}
#cat_listearticle .cat_articlevignette .cat_vignette a:hover img
{
	border	: #0073ff 2px solid;
}
.cat_val_art_nom a
{
	color		: #0073ff;
	font-size	: 120%;
}
.cat_val_art_nom a:hover /* lien hover chemein et lien produit */
{
	color				: #003399;
	background-color	: #fafdff;
	border-bottom		: #ccc 1px solid;
}



#cat_articlelisting
{
}

#cat_description /* description famille */
{
    margin          : 10px 0 0px 10px;
    padding         : 10px 10px 10px 20px;
    /*background		: url(../img/catalogue/fond.catalogue.gif) no-repeat top left;*/
	color			: #02A3FA;
	font-weight		: bold;
}

/* detail article */

#cat_detail
{
	margin	: 10px 0 0 0;
}
#cat_lib_art_nom,
#cat_val_art_nom,
#cat_lib_art_description,
#cat_val_art_description,
#cat_lib_art_description_detail,
#cat_val_art_description_detail,
#cat_lib_art_prix,
#cat_val_art_prix,
#cat_lib_prix_min,
#cat_val_prix_min
{
	position		: relative;
	/*height			: 1.9em;*/
	border-left		: #c3c3e3 3px solid;
	padding-left	: 0.8em;
}
#cat_lib_art_nom,
#cat_lib_art_description,
#cat_lib_art_description_detail,
#cat_lib_art_prix,
#cat_lib_prix_min
{
	color			: #0073ff;
	font-weight		: bold;
	padding-top 	: 5px;
	padding-bottom	: 5px;
}
#img_fiche_article
{
	margin-top:20px;
}

#img_fiche_article img
{
	border	: #c3c3e3 1px solid;
	padding	: 8px;
}

#pdf_fiche_article
{
	margin:10px 20px 0 20px;
}
#pdf_fiche_article a
{
	color					: #48616e;
	text-decoration			: none;
	background				: url(../img/icon_pdf.gif) no-repeat left 0.3em;
	padding					: 5px 10px 5px 23px;
	line-height				: 2em;

}
#pdf_fiche_article a:hover
{
	color				: #0073FF;
	text-decoration		: none;
	background			: url(../img/icon_pdf.gif) no-repeat left 0.3em #f0f4f7;
}



/* Tableaux ToHTML */
TD.aFond  {
	font-size	: 120%;  /*Background-Color: #888888;*/
}
TD.aLib   { 
	font-weight	: bold;
	border-bottom	: #eee 3px solid;
	padding			: 3px 5px 8px 5px;
}
TD.aVal   { /* voir lien panier */
	padding			: 3px 10px 3px 10px;
	border-bottom	: #eee 1px solid;
}
/*
TD.aTitre { Font-Family : verdana; Font-size : 10pt;  Background-Color: #0070E0; Color:#FFFFFF;Font-weight:Bold; Padding: 1px 10px 1px 10px;}
TD.aLib   { Font-Family : verdana; Font-size : 10pt;  Background-Color: #E2E2E2; Padding: 1px 10px 1px 10px; }
TD.aVal   { Font-Family : verdana; Font-size : 10pt;  Background-Color: #FFFFFF; Padding: 1px 10px 1px 10px; }
TD.aValX  { Font-Family : verdana; Font-size : 10pt;  Background-Color: #FFFFFF; Color:#FF0000; Padding: 1px 10px 1px 10px;}
TD.aValD  { Font-Family : verdana; Font-size : 10pt;  Background-Color: #FFFFFF; Color:#339900; Padding: 1px 10px 1px 10px;}
TD.aSep   { Font-Family : verdana; Font-size : 10pt;  Background-Color: #BBBBBB; Font-weight:Bold; Padding: 1px 10px 1px 10px;}
TD.aCom   { Font-Family : verdana; Font-size : 10pt;  Background-Color: #E2E2E2; Padding: 1px 10px 1px 10px;}
TD.aLink  { Font-Family : verdana; Font-size : 10pt;  Background-Color: #E2E2E2; Color:#333399; Padding: 1px 10px 1px 10px;}
*/

input
{
	background-color	: #f3f3f3;
	border				: #02a3fa 1px solid;
}

#panier_total /* affichage panier total */
{
	font-weight		: bold;
	font-size		: 120%;
	background		: url(../img/catalogue/puce.li.on.gif) no-repeat 1.2em 1em #f0f4f7;
	padding			: 8px 30px;
	margin			: 10px 20px;
}
.bt,
#btn_recalc_panier input,
#btn_valide_panier input
{
	/*background-color	: #f3f3f3;
	border				: #ccc 2px solid;*/
	height				: 61px;
	width				: 154px;
	background			: url(../img/catalogue/bt.recalculer.gif) no-repeat center center;
	border				: 0;
	letter-spacing		: 0.1em;
	font-size			: 140%;
	margin				: 10px 0 20px 0;
	color				: #fff;
	padding				: 0 0 3px 0;
}
#btn_recalc_panier
{
	position	: relative;
	float		: left;
	left		: 10%
}
#btn_valide_panier
{
	position	: relative;
	float		: right;
	right		: 5%;
}
#btn_valide_panier input
{
	height				: 61px;
	width				: 201px;
	background			: url(../img/catalogue/bt.valider.panier.gif) no-repeat center center;
}
#pan_retour_famille
{
	clear			: both;
	position		: relative;
	margin			: 20px 0 0px 30px;
}
#pan_nb_articles
{
	line-height		: 1.8em;
	border-left		: #c3c3e3 3px solid;
	padding-left	: 0.8em;
}
/* creer un compte */

#user_form_creer
{
	background		: url(../img/catalogue/fond.catalogue.gif) no-repeat top left;
	width			: 70%;
}
#user_form_creer input
{
	width			: 20em;
}
#input_submit_creation_user
{
	border-top		: #eee 2px solid;
	margin			: 0 10%;
	padding			: 15px 0 0 0;
}
