@charset "utf-8";
/*
*	Feuille de style site Decobains
*/



#barreMenu {
	height: 26px;
	background-image: url(images/deco_backBarreMenu.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu {
	background-color:  #302D2D;
	background-image: url(images/backBarreMenu2.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 11px; font-weight: bold;
	letter-spacing: 1px;
}

#menu span {
	color: #00AEEF;
}

#menu a { color: #fff; text-decoration: none; }
#menu a:visited { color: #fff; }
#menu a:hover { color: #00AEEF; }

label {
	display: block;
	margin-bottom: 3px;
}

.selProduit {
	border: 1px solid #302D2D;
	font-size: 11px;
	color: #302D2D;
}


/*
*	Fiche Produits
*/
div#ficheProduit {
	margin-top: -10px;
}
html>body div#ficheProduit {
	margin-top: 20px;
}

div#ficheProduit img {
	float: left;
	border: 1px solid #302D2D;
	margin: 0 5px 5px 0;
}

div#ficheProduit p {
	margin-left: 156px;
}


h2 {
	margin-top: 20px;
	background-image: url(images/puce_noire.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	text-indent: 13px;
	font-size: 15px;
	font-weight: bold;
	color: #00AEEF;
}


#accroche {
	height:24px;
	font-weight: bold;
	font-size: 14px;
	color: #302D2D;
	background-color: #ffCC33;
	text-indent: 10px;
}

#menuBottom {
	background-color: #ffCC33;/*#FFAE00;*/
	background-image: url(images/deco_backMenuBottom.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-indent: 20px;
	font-size: 12px;
	font-weight: bold;
}

#menuBottom a { color:#302D2D; text-decoration: none; }
#menuBottom a:visited { color:#302D2D; }
#menuBottom a:hover { color:#FFF; }

div#ficheProduit ul, div#ficheProduit li { margin: 0; padding: 0; }
div#ficheProduit ul.fournisseur {
	margin-left: 156px;
	list-style-type: none;
}

.legende {
	font-weight: bold;
}