/************************************/
/**********    Journal    **********/
/***********************************/
/* Auteur : Jeremie Charest
/* Creer le : 4 mai 2005
/*************************************/
/********** Div conteneurs ***********/
/*************************************/
#msg_erreurs{ width: 400px; color: #FF0000; margin-top: 1em; }
body{ margin:0px; padding:0px; }

/******************************/
/********** Tables ************/
/******************************/
#tPanier{ border: 0px; margin: auto; margin-top: 0.5em; vertical-align: top; }
#tPaypal{  border: 0px; width: 200px; margin: auto; margin-top: 2em; }

/**** TH entete ****/
th.tEntete{ background-color: #AF8403; color: #FFFFFF; }

/**** TR du panier ****/
tr.tEntetePanier{ background-color: #CD9A03; }
tr.cLignePair{ background-color: #E2DCC8; color: #30434A; }
tr.cLigneImpair{ color: #30434A; }

/**** TD des prix et qte ****/
td.cPrixItem{ width: 60px; text-align: center; }
td.cQteItem{ text-align: center; }
td.cQteItem{ text-align: center; }
td.cMontantSub{ text-align: center; }

/**** TD de totaux ****/
td.cTiTotal{ background-color: #CDBF94; color: #FFFFFF; font-weight: bold; text-align: center; }
td.cMontantTotal{ background-color: #CDBF94; color: #FFFFFF; font-weight: bold; text-align: center; }
td.cTiTotalTaxe{ background-color: #AF8403; color: #FFFFFF; font-weight: bold; text-align: center; }
td.cMontantTotalTaxe{ background-color: #AF8403; color: #FFFFFF; font-weight: bold; text-align: center; }

/*******************************************/
/********** Elements formulaire ************/
/*******************************************/
/**** Fieldset ****/
#fieldSetPanier{ width: 400px; margin: auto; margin-bottom: 2em; background-color: #ffffff; }
#fieldSetPaypal{ width: 250px; margin: auto; background-color: #E2DCC8; margin-bottom: 2em; }
* html #fieldSetPanier{ padding: 0.5em; }
* html #fieldSetPaypal{ width: 275px; padding: 0.7em; background-color: #ffffff; }
#fieldSetPanier legend{ font-weight: bold; font-size: 1em; color: #AF8403; }
#fieldSetPaypal legend{ font-weight: bold; font-size: 1em; color: #AF8403; }

/**** Boutons ****/
td.cBtnMiseAjour{ height: 3em; text-align: right; vertical-align: bottom; }
td.cBtnSupprimer{ height: 3em; vertical-align: bottom; }
td.cBtnPaypal{ text-align: center; }

input { margin: 0px; text-align: center; }
textarea { width: 300px; }

/****************************************/
/********** Texte et contenu ************/
/****************************************/
p,a,h1{ font-family: Verdana, "Arial, Helvetica, sans-serif"; margin: 0px; }

/**** Textes conventionnels ****/
h2{ font-size: 0.84em; color: #880000; font-weight: bold; margin-bottom: 1em; }
p{ font-size: 0.70em; }
strong{ font-weight: bold; font-size: 1em;}
ul{ list-style: url(medias/images/icones/ico_fl_liste.gif) inside; margin: 1em 0px 1.2em 0px; font-size: 0.80em; }
* html ul{ list-style: url(medias/images/icones/ico_fl_liste.gif) inside; margin: 1em 0px 1.2em 3em; font-size: 0.80em; }


/**** Message a l'usager ****/
p.cAvertissement{ color: #009900; }
p.cErreurs{ color: #FF0000; }

/*****************************/
/********** Liens ************/
/*****************************/
a.cRetourCat{ margin: 0px; padding: 0px; font-weight: bold; }
a.cRetourCat:link{ color: #8C0000;  }
a.cRetourCat:visited{ color: #8C0000; }
a.cRetourCat:hover{ color: #cc9900; }
