#langue,
#recherche,
#commande,
#article-aleatoire,
#indications-permanentes,
#indications-personnalisees,
#indications-aleatoires,
#standards
{
	margin-left: 4px;
	margin-right: 4px;
}

#langue img
{
	border: 1px solid gray;
	display: inline;
}

#recherche
{
	margin-bottom: 0.5em;
}

#recherche form input.saisie,
#recherche form input.validation
{
	background-color: white;
	color: black;
	border: 1px solid black;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#recherche #recherche_mot_cle,
#recherche #recherche_ref_article
	{ width: 105px; }				/* 110px */

#commande
{
	/*background: #85A5FF url("../images/commande/panier-blanc.gif") no-repeat 5px 50%;*/
	background: #FFD700 url("../images/commande/panier-noir.gif") no-repeat 5px 50%;	/* 5px */
	color: black;
	margin-bottom: 0.5em;

	/**/
	/*
	border: 2px solid #85A5FF;
	height: 2em;
	overflow: visible;
	/**/
}

#commande span#panier,
#commande a#panier		/* un lien ou un span */
{
	display: block;				/* pour prendre toute la place disponible */
	/*padding-left: 28px;*/
	/**/
	padding: 2px 2px 2px 28px;
	/*border: 2px solid black;	/* #85A5FF */
	/**/

	/*background-color: white;	/* inherit; */
	color: black;				/* inherit;	/* pour récupérere le blanc */
	text-decoration: none;
}

#article-aleatoire
{
	/*padding: 0.1em 0.1em 0.6em 0.1em;*/
	/*padding: 3px 3px 11px 3px;*/
	padding: 3px;
	
	background: silver url("../images/interface/fond-aleatoire.jpg") no-repeat bottom right;
	color: inherit;
}

#aide
{
	/*background: url("../images/interface/fond-aide.jpg") no-repeat 50% 50%;*/
}