/*----------------------------
PRESENTATION GENERALE
----------------------------*/
*{	
	font-family:arial, sans-serif;
	/*
	font-size:12px;   ne pas mettre de font-size, sinon fck_editor ne peut permettre l'agrandissement du texte via les <font size="4"></font> !!!) 
						il faut le mettre dans le <body>
	*/
}
body{
	background-color:#cccccc;
	/*background-image: url(/images/bg.gif);*/
	margin:0px;
	padding:0px;
	font-size:12px; 
}
a{
	text-decoration:none;
}
#container td.container{
	margin:0px;
	padding:0px;
}
#container{
	padding:0px;
	border-width:0px 0px 0px 0px;
	border-color:white;
	border-style:solid;
	background-color:white;
	width: 960px;
}
div#wrapperMax {
	height: 100%;
	margin-top:9px;
	margin-left: auto; /* mettre auto pour centrer */
	margin-right: auto;
	/*min-width: 750px;
	max-width: 1000px;*/
	width:100%;
	/*_width: expression(((document.body.clientWidth)) < 750? \"750px\": ((document.body.clientWidth)) > 1000? \"1000px\": \"auto\" );*/
}
.discret{
	color:#a2b0a2;
}
fieldset{
	margin-bottom:20px;
}
legend{
	font-weight:bold;
}
/*----------------------------
tableau de données
----------------------------*/
.tableGenerique{width:580px;}
.tableGenerique thead tr th {padding-bottom:5px;padding-right:20px;text-align:left;}
.tableGenerique thead tr .thPrix {text-align:right;}
.tableGenerique thead tr th a {color:#333333;text-transform:uppercase;font-weight:bold;text-decoration:underline;font-size:11px;text-align:left;}
.tableGenerique tbody th {color:#333333;text-transform:uppercase;font-weight:normal;text-decoration:none;font-size:11px;text-align:left;border-bottom:1px solid #CCCCCC;}	
.tableGenerique tbody th a {color:#333333;text-transform:uppercase;font-weight:bold;text-decoration:none;font-size:11px;}	
.tableGenerique tbody td {padding-right:20px;font-size:11px;border-bottom:1px solid #CCCCCC;}
.tableGenerique tbody td a {font-size:11px;color:#652571;text-decoration:none;}
.tableGenerique tbody .tr1 {cursor:pointer;}
.tableGenerique tbody .tr2 {cursor:pointer;}
.tableGenerique tbody .tdLien a {color:#333333;text-transform:uppercase;font-weight:bold;text-decoration:none;font-size:11px;text-align:left;}
.tableGenerique tbody .tdPrix {text-align:right;white-space:nowrap;}
/*----------------------------
MENU ESPACE CLIENT
----------------------------*/
#menuPerso a{
	display:block;
	float:left;
	background-color:#ffffff;
	color:#006666;
	border-color:#993366;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	text-decoration:none;
	padding:2px 4px;
	font-weight:normal;
	white-space:nowrap;
	margin-right:1px;
}
.panierPlein{
	background-image:url("/medias2/panierPlein.gif");
}
#menuPerso a.panierPlein{
	background-image:url("/medias2/panierPlein.gif");
}
#menuPerso a:hover{
	background-color:#993366;
	color:white;
}
#menuPerso a.panierPlein:hover{
	color:black;
}
.nomAdresse{
	color:#446993;
	font-weight:bold;
}
/*----------------------------
CONTENU
----------------------------*/
td#contenu{
	padding-top:17px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	width:625px;
	height:500px;
}
#tdCentreEtDroite{
	width:810px;
}
#conteneurCentreDroite{
	clear:left;
	width:810px;
}
#divCentre{
	width:585px;	
}
td#conteneurGauche{
	width:150px;
	background-image:url(/images/bg_menu.gif);
	background-repeat:repeat-y;
	height:720px;
}
td#conteneurGauche a {
	color:#000000;
}
td#conteneurGauche a:hover {
	
}
.divMenuGaucheTitre
{
	background-color:#E64D01;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	border-top:3px solid #E64D01;
	border-bottom:3px solid #E64D01;
	margin-bottom:10px;
}
#conteneurGauche a.etiquette{
	float:left;
	border:1px solid #30b357;
	clear:left;
	text-decoration:none;
	font-weight:bold;
	color:black;
	display:block;
	margin:0px 0px 1px 10px;
	_margin:0px 0px 1px 5px;
	padding:2px 5px 2px 5px;
}
/*#conteneurGauche ul{
	padding:0px 0px 0px 20px;
	margin:0px;
	clear:left;
}
#conteneurGauche ul li{
	padding:0px 0px 0px 0px;
	list-style-type:none;
	list-style-image:url("/images/bg.gif");
	line-height:16px;
	vertical-align:bottom;
}
#conteneurGauche ul li a{
	display:block;
	color:black;
	margin:0px;
	padding:0px 5px 0px 0px;
	line-height:16px;
	vertical-align:bottom;
}
#conteneurGauche ul li a:hover{
	color:#cc0033;
}*/
/*----------------------------
ARTICLE
----------------------------*/
div.article{
	font-size:11px;
	color:#333333;
	margin-bottom:15px;
	width:580px;
	background-image:url(/images/articleBgFiletBas.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:10px;
}
/* titre */
div.article h2{
	color:#ff6600;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
}
/* titre (puce) */
div.article h2 img{
	padding-bottom:1px;
	padding-right:5px;
}
/* chapeau */
div.article .chapeau{
	font-weight:bold;
	font-size:12px;
	color:#333333;
	margin-bottom:10px;
}
div.article .chapeau a:link {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
div.article .chapeau a:visited {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
div.article .chapeau a:hover {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
div.article .chapeau a:active {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
div.article .chapeau a:focus {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
/* description */
div.article .principal p{
	margin-bottom:10px;
}
div.article a:link {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
div.article a:visited {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
div.article a:hover {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
div.article a:active {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
div.article a:focus {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
div.article p {
	font-size:11px;
	color:#333333;
}
div.article p a:link {
	color:#333333;
	text-decoration:underline;
}
div.article p a:visited {
	color:#333333;
	text-decoration:underline;
}
div.article p a:hover {
	color:#333333;
	text-decoration:underline;
}
div.article p a:active {
	color:#333333;
	text-decoration:underline;
}
div.article p a:focus {
	color:#333333;
	text-decoration:underline;
}
/* image */
div.article div img{
	margin:0px;
	padding:0px;
	border:0px solid #000000;
}
.divArticleImgDroite{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
.divArticleImgGauche{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.divArticleImgHaut{
	text-align:left;
	margin-bottom:10px;
}
.divArticleImgBas{
	text-align:left;
	margin-bottom:10px;
}
.imagelegende{
	color:#000000;
	font-size:10px;
}
.fichierlie{
	font-size:11px;
	color:#444444;
	margin-bottom:10px;
}
.fichierlie a:link{
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
}
.fichierlie a:visited{
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
}
.fichierlie a:hover{
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
}
.fichierlie a:active{
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
}
.fichierlie a:focus{
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
}
/*----------------------------
LISTE DES RUBRIQUES ENFANTS (affichage normal)
----------------------------*/
.divListeRubriqueEnfant{
	background-color:#ffffff;
	width:100%;
}
.divListeRubriqueEnfant h2 {
	float:left;
	background-color:#446993;
	border:1px solid #446993;
	color:#ffffff;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-top:5px;
	padding-left:15px;
	height:20px;
	width:560px;
	margin-top:10px;
	margin-bottom:10px;
}
#listeSsRub{
	margin:10px;
	padding:0px;
	margin-left:0px;
}
#listeSsRub li{
	list-style-type:none;
}
#listeSsRub li a.lienRubrique{
	background-image:url('/images/puce.gif');
	background-repeat:no-repeat;
	text-decoration:underline;
	background-position:0px 6px;
	padding-left:20px;
	font-weight:bold;
	color:#9246a1;
	font-size:14px;
}
#listeSsRub li a.lienProduit2:link{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	line-height:17px;
}
#listeSsRub li a.lienProduit2:hover{
	font-size:11px;
	text-decoration:underline;
	color:#333333;
}
#listeSsRub li a.lienProduit2:active{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	line-height:17px;
}
#listeSsRub li a.lienProduit2:visited{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	line-height:17px;
}
#listeSsRub div.liensProduits{
	padding-left:21px;
}
/*----------------------------
PRODUITS ASSOCIES 
----------------------------*/
.divListeProduitAssocier{
	background-color:#ffffff;
	width:100%;
	margin-bottom:7px;
}
.divListeProduitAssocier h2 {
	float:left;
	background-color:#446993;
	border:1px solid #446993;
	color:#ffffff;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-top:5px;
	padding-left:15px;
	height:20px;
	width:560px;
	margin-top:10px;
	margin-bottom:10px;
}
.divListeProduitAssocier ul{
	padding:0px;
	margin:0px;
	padding-left:10px;
}
.divListeProduitAssocier li{
	float:left;
	list-style-type:none;
	margin-right:10px;
}
.divListeProduitAssocier li a.lienRubrique{
	color:#7196BD;
	font-size:11px;
	text-decoration:underline;
	margin-right:3px;
}
/*----------------------------
LISTE DES RUBRIQUES ENFANTS (affichage N colonne égale)
----------------------------*/
.listeEnfant_NColonneEgale{
	padding-top:10px;
	padding-bottom:10px;
	width:573px;
}
.listeEnfant_NColonneEgale a{
	color:#7196bd;
	font-size:11px;
	text-decoration:underline;
}
.listeEnfant_NColonneEgale ul{
	margin:0px;
	padding-left:30px;
}
.listeEnfant_NColonneEgale ul li{
	padding-top:-2px;
	padding-bottom:2px;
}
/*----------------------------
PIED DE PAGE
----------------------------*/
td#piedDePage{
	color:#006666;
	padding-top:20px;
}
#piedDePage a{
	color:#006666;
	text-decoration:none;
}
#piedDePage div{
	text-align:left;
	float:left;
	background-image:url("/medias2/palmierPied.gif");
	padding:7px 38px 5px 10px;
	background-repeat:no-repeat;
	background-position:100% 3px;
}
/*----------------------------
FIL D'ARIANE
----------------------------*/
#filAriane{
	position:relative;	
}
.filAriane2{	
}
.divContH1{
}
#filAriane h1{
}
#filAriane h1 a {
	text-transform:uppercase;
	color:#333333;
	font-size:23px;
	font-family:arial;
	font-weight:bold;
}
/* titre d'une rubrique */
#filAriane .divContH1 h1{
	color:#9246a1;
	margin:0px 0px 10px 0px;
	font-size:18px;
	font-weight:normal;
	/*background-color:#E4E4E4;*/
	width:575px;
}

















/*----------------------------
ACCUEIL (les articles)
----------------------------*/
#divAccueilArticle div.article{
	font-size:11px;
	color:#333333;
	margin-bottom:5px;
	width:100%;
	background-image:url(); /* le laisser !!! */
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:0px;
	border:1px solid #ffffff;
}
#divAccueilArticle p {
	margin:0px;
	padding:0px;
}

/* titre */
#divAccueilArticle div.article h2{
	color:#ff6600;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
}
/* titre (puce) */
#divAccueilArticle div.article h2 img{
	padding-bottom:1px;
	padding-right:5px;
}
/* chapeau */
#divAccueilArticle div.article .chapeau{
	font-weight:bold;
	font-size:12px;
	color:#333333;
	margin-bottom:10px;
}
#divAccueilArticle div.article .chapeau a:link {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
#divAccueilArticle div.article .chapeau a:visited {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
#divAccueilArticle div.article .chapeau a:hover {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
#divAccueilArticle div.article .chapeau a:active {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
#divAccueilArticle div.article .chapeau a:focus {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
/* description */
#divAccueilArticle div.article .principal p{
	margin-bottom:10px;
}
#divAccueilArticle div.article a:link {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
#divAccueilArticle div.article a:visited {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
#divAccueilArticle div.article a:hover {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
#divAccueilArticle div.article a:active {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
#divAccueilArticle div.article a:focus {
	color:#333333;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
#divAccueilArticle div.article p {
	font-size:11px;
	color:#333333;
}
#divAccueilArticle div.article p a:link {
	color:#333333;
	text-decoration:underline;
}
#divAccueilArticle div.article p a:visited {
	color:#333333;
	text-decoration:underline;
}
#divAccueilArticle div.article p a:hover {
	color:#333333;
	text-decoration:underline;
}
#divAccueilArticle div.article p a:active {
	color:#333333;
	text-decoration:underline;
}
#divAccueilArticle div.article p a:focus {
	color:#333333;
	text-decoration:underline;
}
/* image */
#divAccueilArticle div.article div img{
	margin:0px;
	padding:0px;
	border:0px solid #000000;
}
#divAccueilArticle .divArticleImgDroite{
	float:right;
	margin-left:20px;
	margin-bottom:3px;
}
#divAccueilArticle .divArticleImgGauche{
	float:left;
	margin-right:20px;
	margin-bottom:3px;
}
#divAccueilArticle .divArticleImgHaut{
	text-align:left;
	margin-bottom:3px;
}
#divAccueilArticle .divArticleImgBas{
	text-align:left;
	margin-bottom:3px;
}
#divAccueilArticle .imagelegende{
	color:#000000;
	font-size:10px;
}
#divAccueilArticle .fichierlie{
	font-size:11px;
	color:#444444;
	margin-bottom:10px;
}
#divAccueilArticle .fichierlie a:link{
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
}
#divAccueilArticle .fichierlie a:visited{
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
}
#divAccueilArticle .fichierlie a:hover{
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
}
#divAccueilArticle .fichierlie a:active{
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
}
#divAccueilArticle .fichierlie a:focus{
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
}











/*----------------------------
PRODUITS
----------------------------*/
	/*----------------------------
	PRODUITS :: LISTE PRODUITS
	----------------------------*/
	a.lienProduit:link{
		display:block;
		border-width:0px 0px 1px 0px;
		border-color:#d4efdc;
		border-style:solid;
		color:black;
		font-family:Geneva, sans-serif;
		font-weight:normal;
		text-decoration:none;
		padding:0px 10px 0px 15px;
		background-color:transparent;
		margin:0px 10px 0px 0px;
		line-height:17px;
		text-align:left;
	}
	a.lienProduit:visited{
		color:white;
		background-color:#99cc00;
		font-weight:bold;
	}
	a.lienProduit:hover{
		color:white;
		background-color:#99cc00;
		font-weight:bold;
	}
	a.lienProduit:active{
		color:white;
		background-color:#99cc00;
		font-weight:bold;
	}
	a.lienProduit:focus{
		color:white;
		background-color:#99cc00;
		font-weight:bold;
	}
	.imgOverlb{
		padding:0px;
		margin:0px;
		border:1px solid #27b050;
	}
	
	/*----------------------------
	PRODUITS :: LISTE DES PRODUITS
	----------------------------*/
	#divListeDesProduit{
		float:left;
		width:580px;
	}
	
	/*----------------------------
	PRODUITS :: PAGE PRODUIT
	----------------------------*/
	#produit{
		text-align:left;
		margin-bottom:5px;
		width:580px;
	}
	#produit h2{
		background-color:#446993;
		border:1px solid #446993;
		color:#ffffff;
		margin:0px;
		font-weight:bold;
		text-align:left;
		padding-top:4px;
		padding-left:10px;
		height:15px;
		width:565px;
	}
	#produit .spanH2 {
		background-color:#446993;
		white-space:nowrap;
		font-size:12px;
	}
	#produit strong{
		/*font-size:11px;   ne pas mettre de font-size, sinon fck_editor ne peut permettre l'agrandissement du texte via les <font size="4"></font> !!!) */
	}
	
	#divListeComplementaire{
		width:580px;	
		margin-bottom:10px;
	}
	
	#divListeComplementaire h2 {
		float:left;
		background-color:#446993;
		border:1px solid #446993;
		color:#ffffff;
		margin:0px;
		font-size:12px;
		font-weight:bold;
		text-align:left;
		padding-top:5px;
		padding-left:15px;
		height:20px;
		width:560px;
		margin-top:10px;
		margin-bottom:3px;
	}
	
	/* PAGINATION */
	.divPagination{
		clear:both;
		width:565px;
		font-size:11px;
		margin-bottom:5px;
	}
	.divPagination a{
		font-size:11px;
	}
	.divPagination form{
		margin:0px;
	}
	.divPagination .divPaginationSelect{
		float:left;
		width:200px;
		font-size:11px;
	}
	.divPagination .divPaginationSelect label{
		font-size:11px;
	}
	.divPagination .divPaginationSelect select{
		font-size:11px;
	}
	.divPagination .divPaginationLienPageSuivante{
		float:right;
		font-size:11px;
		padding-top:6px;
		margin-bottom:10px;
	}
	.divPagination .divPaginationLienPageSuivante a {
		text-decoration:underline;
		color:#000000;
	}
	.divPagination .divPaginationLienPageSuivante a.divPaginationLienPageSuivanteSelectionner {
		text-decoration:underline;
		font-weight:bold;
		font-size:16px;
		color:#000000;
	}
	/* fin => PAGINATION */
	
	
	
	/* PANIER */
	table#panier{
		margin-left:0px;
		width:580px;
		border-collapse:collapse;
		clear:both;
		font-size:11px;
		border:1px solid #ffffff;
	}
	table#panier td{
		border:1px solid #cccccc;
		padding:5px;
	}
	table a{
		color:#446993;
		font-weight:bold;
	}
	.divPanierReglement{
		border:2px solid #446993;
		padding:8px;
	}
	/* fin=> PANIER */
	
	
	
	
	
	
	
	
	#produit .recapImages{
		margin:0px 10px 0px 0px;
		background-color:#99cc00;
	}
	#produit .recapImages a img{
		border:1px solid #99cc00;
		_border-width:0px;
	}
	#produit .recapImages a img:hover{
		border:1px solid red;
	}
	#produit .recapImages a{
		/*display:block;*/
		/*float:right;*/
		_border:1px solid #99cc00;
		background-color:#99cc00;
	}
	#produit .recapImages a:hover{
		_border:1px solid red;
	}
	#produit .nbImages{
		float:right;
		display:block;
		background-image:url("/medias2/fondNbPhotos.gif");
		background-repeat:no-repeat;
		background-color:#99cc00;
		background-position:0% 100%;

		/*height:39px;*/

		/*width:70px;*/
		width:100%;
	}
	#produit .nbImages .text{
		font-weight:normal;
		text-align:right;
		font-size:11px;
		color:white;
		display:block;
		padding:4px 3px 0px 0px;
	}
	#produit .nomProduit{

		background-color:#99cc00;
		color:white;
		font-weight:bold;
		padding:2px 5px 3px 10px;
		margin:0px;
		border-color:#198521;
		border-width:0px 0px 1px 0px;
		border-style:solid;
		display:block;
		text-align:left;
	}
	table#prix{
		border-collapse:collapse;
		border-color:#99cc00;
		border-style:solid;
		border-width:0px;
		padding:0px;
		margin-top:10px;
		margin-bottom:0px;
		clear:both;
		width:100%;
	}
	table#prix td{
		border-color:#99cc00;
		border-style:solid;
		border-width:1px;
		padding:4px;
		margin:0px;
		clear:both;
		font-size:11px;
		text-align:center;
	}
	table#prix select{
		font-size:11px;
	}
	table#prix select option{
		font-size:11px;
	}
	table#prix td.prix{
		font-size:12px;
		font-weight:bold;
	}
	table#prix td.fake{
		border:0px;
		padding:0px;
		margin:0px;
	}
	table#prix td.selection{
		background-color:white;
		background-image:none;
	}
	table#prix td.selectionHighlight{
		background-color:red;
		background-image:url("/medias2/oblig.gif");
	}
	table#prix thead td{
		font-weight:bold;
		font-size:11px;
		color:#198521;
		text-align:center;
	}
	table#prix thead td.aChoisir{
		color:red;
	}
	#choixObligatoire{
		background-color:red;
		color:white;
		font-size:12px;
		font-family:Geneva;
		padding:0px;
		font-weight:bold;
		text-align:center;
		background-image:url("/medias2/oblig.gif");
	}
	#boutonPanier{
		background-image:url("/medias2/boutonPanier.gif");
		background-repeat:no-repeat;
		background-position:100% 0px;
		display:block;
		float:right;
		height:30px;
		font-weight:bold;
		font-size:11px;
		padding:3px 40px 0px 10px;
		color:white;
	}
	.infosProduits{
		clear:both;
		margin-left:10px;
		text-align:left;
	}
	/*----------------------------
	COLONNE DE DROITE
	----------------------------*/
	/* ya un spacer dans la colonne de droite à configurer ! */
	td#colonneDroite{
		width:185px;
		background-color:#E4E4E4;
		border-left:1px solid #A91000;
	}
	td#colonneDroite p.produit{
		border:1px solid #27b050;
		margin:5px 0px 0px 0px;
		text-align:center;
		padding:3px 4px 5px 4px;
		cursor:pointer;
	}
	td#colonneDroite p.produit:hover{
		border-style:dotted;
	}
	#colonneDroiteContenu{
	}
	/* --------- LE PANIER (colonne droite) ---------- */
		#divPanierColonneDroite{
			margin-left:auto;		
			margin-right:auto;		
			margin-top:15px;		
			margin-bottom:15px;	
			width:175px;
			background-color:#BD3C27;
			font-size:10px;
		}
		#divPanierColonneDroite a:link {
			color:#ffffff;
			font-size:10px;
			text-decoration:none;
		}
		#divPanierColonneDroite table{	
		}
		#divPanierColonneDroite table td{
			padding-bottom:5px;
			color:#446993;		
			font-size:11px;	
			font-weight:bold;
		}
		#divPanierColonneDroiteLienPanier{
			text-align:right;
			padding:1px;
		}
		#divPanierColonneDroiteLienPanier a:link{
			color:#ffffff;
			font-weight:bold;
		}
		#divPanierColonneDroiteLienPanier a:visited{
			color:#ffffff;
			font-weight:bold;
		}
		#divPanierColonneDroiteLienPanier a:hover{
			color:#ffffff;
			font-weight:bold;
		}
		#divPanierColonneDroiteLienPanier a:active{
			color:#ffffff;
			font-weight:bold;
		}
		#divPanierColonneDroite .tdPanierColonneDroite_nbr{
			font-weight:normal;
			padding:5px;
			padding-top:3px;
			padding-bottom:0px;
			text-align:right;
			color:#343434;
		}
		#divPanierColonneDroite .tdPanierColonneDroite_nom{
			padding-left:4px;
			padding:5px;
			padding-top:3px;
			padding-bottom:0px;
			text-align:left;
			color:#343434;
		}
		#tablePanierColonneDroite{
			width:100%;
			border:1px solid #999999;
			background-color:#ffffff;
		}
	/* --------- LE PANIER (colonne droite) ---------- */
	/*--------------------------
	PRODUITS :: PAGE D'ACCUEIL : au centre
	--------------------------*/
	#accueilProduits{
		margin:5px 0px 0px 0px;
	}
	#accueilProduits div{
		margin:2px;
		float:left;
		width:180px;
		height:200px;
		border:1px solid #27b050;
		cursor:pointer;
	}
	#accueilProduits div p.produit{

		margin:5px 0px 0px 0px;
		text-align:center;
		padding:3px 4px 5px 4px;

	}
	#accueilProduits div:hover{
		border-style:dotted;
	}

/*----------------------------
COMPTE
----------------------------*/
.compte{
	color:#446993;
	font-weight:bold;
	font-size:16px;
}
.divEspacePersonnel{
	font-size:12px;
	margin-bottom:20px;
}
.divEspacePersonnel h1{
	font-size:16px;
}
h1.compte{
	color:#446993;
	font-weight:bold;
	width:580px;
	border-width:0px 0px 1px 0px;
	border-color:#446993;
	border-style:dashed;
	margin:10px 0px 0px 0px;
}
h2.compte{
	font-size:12px;
	color:#446993;
	font-weight:bold;
	border-width:0px 0px 3px 0px;
	border-color:#446993;
	/*border-style:double;*/
}
h2.compte a{
	color:#446993;
}
h3.compte{
	color:#446993;
	font-weight:bold;
	font-size:14px;
	border-width:0px 0px 3px 0px;
	border-color:#446993;
	border-style:double;
}
table.recapCommande thead td{
	font-weight:bold;
	text-align:center;
}
table.recapCommande tfoot td{
	font-weight:bold;
}
table.recapCommande{
	border-collapse:collapse;
}
table.recapCommande td{
	border:1px solid #446993;
	padding:4px;
}
/*----------------------------
MOTEUR DE RECHERCHE
----------------------------*/
#rechercheInput{
	border:1px solid #30b357;
	width:120px;
	height:20px;
	font-weight:bold;
	padding-left:3px;
}
#rechercheForm{
	margin:0px;
	padding:0px;
}
#rechercheForm .valid{
	background-image:url("/medias2/rechercheBouton.gif");
	cursor:pointer;
	border:0px;
	width:26px;
	height:24px;
	background-repeat:no-repeat;
	background-color:white;
	margin:0px;
	padding:0px;
}
ol.recherche li{
	border-width:0px 0px 1px 0px;
	border-color:#e6f4e6;
	border-style:solid;
	margin:4px 0px 4px 0px;
	padding:4px 0px 4px 4px;
}
ol.recherche li:hover{
	background-color:#eeeeee;
}


/*----------*/

.probleme, .attention{
	color:#BB0000;
	font-size:12px;
	padding:5px;
	font-weight:bold;
}
