/* @override http://60gp.ovh.net/~wyzqbpwb/css/produits.css */

#content h2 {
	padding-bottom: 13px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 22px;
}


/*-- FILTRES --*/
#content form.filtre {
	position: relative;
	margin: 0 0 10px;
	padding: 0 18px;
}
#content form.filtre select {
	margin: 1px 0 0;
	border: 1px solid #c6c6c6;
}
#content form.filtre .produit {
	width: 85px;
	font-size: 10px;
	color: #f60;
}
#content form.filtre select.famille {
	font-size: 10px;
	width: 135px;
}
#content form.filtre select.gamme {
	font-size: 10px;
	width: 280px;
}
#content form.filtre .btn-chercher {
	float: right;
}


/*-- CATEGORIES --*/
table.categories {
	margin: 0 auto;
}
table.categories td {
	width: 125px;
	height: 22px;
	background: url(../images/categories-back.gif) repeat-x 0 0;
	text-align: center;
	vertical-align: middle;
}
table.categories td a {
	line-height: 10px;
	color: #000;
}
table.categories td.left {
	background: url(../images/categories-back-left.gif) repeat-x 0 0;
}
table.categories td.right {
	background: url(../images/categories-back-right.gif) repeat-x 0 0;
}
table.categories td.selected {
	background: url(../images/categories-back-on.gif) repeat-x 0 0;
	font-weight: bold;
}
table.categories td.selected a,
table.categories td.left-selected a,
table.categories td.right-selected a {
	color: #fff;
}
table.categories td.left-selected {
	background: url(../images/categories-back-left-on.gif) repeat-x 0 0;
	font-weight: bold;
}
table.categories td.right-selected {
	background: url(../images/categories-back-right-on.gif) repeat-x 0 0;
	font-weight: bold;
}



/*-- LISTE --*/
#liste-produits {
	width: 667px;
	margin: 36px 0 16px;
	padding: 0;
}
#liste-produits td {
	padding-bottom: 5px;
}
#liste-produits .separateur {
	background: url(../images/produits-sep.jpg) no-repeat center 0;
}
#liste-produits .selected {
	background: #ff761b url(../images/degrade-orange.gif) repeat-x 0 0;
}
#liste-produits .produit-mini {
}
#liste-produits .produit-mini img {
	padding: 6px;
}
#liste-produits h3 {
	padding: 11px 0 8px;
	text-transform: uppercase;
	font-size: 11px;
}
#liste-produits .label-ref {
	text-transform: none;
	color: #f60;
}
#liste-produits .selected .label-ref {
	color: #fff;
}
#liste-produits a.btn-fiches {
	display: block;
	width: 123px;
	height: 23px;
	margin: 26px 0 0;
	background: url(../images/btn-prendre-contact.gif) no-repeat 0 0;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
	color: #f60;
}
#liste-produits a.fermer {
	display: block;
	width: 50px;
	margin: 11px 10px 0 0;
	text-transform: none;
	font-weight: bold;
	color: #fff;
}
#liste-produits a.fermer:hover {
	text-decoration: underline;
}
#liste-produits .txt {
	padding-right: 10px;
	line-height: 13px;
}
#liste-produits .selected .txt {
	padding-bottom: 16px;
}
#liste-produits .txt p,
#liste-produits .selected .txt p {
	margin: 0;
	padding: 4px 0;
	line-height: 1em;
}
#liste-produits h4 {
	clear: both;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
}
#liste-produits .fiches-techniques {
	padding: 10px 0 0;
}
#liste-produits .fiches-techniques li {
	clear: none;
	float: left;
	display: block;
	width: 100px;
	height: 28px;
	padding: 9px 0 0 31px;
}
#liste-produits .fiches-techniques li.pdf {
	width: 120px;
	background: url(../images/icon-pdf-orange.gif) no-repeat 0 0;
}
#liste-produits .fiches-techniques li.doc {
	width: 123px;
	background: url(../images/icon-doc-orange.gif) no-repeat 0 0;
}
#liste-produits .fiches-techniques li.xls {
	width: 120px;
	background: url(../images/icon-excel-orange.gif) no-repeat 0 0;
}
#liste-produits .fiches-techniques li.ppt {
	width: 77px;
	background: url(../images/icon-ppt-orange.gif) no-repeat 0 0;
}
#liste-produits .fiches-techniques a {
	text-decoration: underline;
	color: #fff;
}
#liste-produits .fiches-techniques a:hover {
	text-decoration: none;
}
/*----- NON LOGGE*/
#liste-produits .selected .acces-fiches {
	margin: 0;
	padding: 0 0 2px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
}
#liste-produits .selected .btn-blanc-orange {
	display: block;
	width: 188px;
	height: 23px;
	background: url(../images/btn-blanc-orange.gif) no-repeat 0 0;
	line-height: 23px;
	text-align: center;
	color: #ff761b;
}
#liste-produits .selected .btn-jesuisclient {
	display: block;
	width: 192px;
	height: 24px;
	background: url(../images/btn-jesuisclient-orange.gif) no-repeat 0 0;
	text-indent: -8000px;
	
}


/*-- NAV BUTTONS --*/
#boutons {
	display: block;
	width: 245px;
	height: 115px;
	padding: 0 44px;
}
#boutons .suivant {
	float: right;
	margin: 32px 0px 0 0;
}
#boutons .precedent {
	float: left;
	margin: 32px 0 0 0px;
}



