/*------------------ catalogue -------------------*/
#search-bar
{
	width: 430px;
	height:25px;
	padding:0px 0 0 115px;
	border: none;
	float:left;
	background:url(../images/charte/bg-recherche.jpg) no-repeat 3% 85%;
}
.buttonRecherche
{
    background: url(../images/charte/ok-recherche.jpg) no-repeat top left;
    width: 31px;
    height: 18px;
    border: 0;
    float: left;
    color: #9CC014;
    margin-top: 3px;
    margin-left: 3px;
}
.buttonRechercheOver
{   background: url(../images/charte/ok-recherche-over.jpg) no-repeat top left;
    width: 31px;
    height: 18px;
    border: 0;
    float: left;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 3px;
}
.selection
{
	float:left;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0b0207;
  background-color:#dacea8;
	border:solid 1px #140F09;
  padding: 1px;
	height:18px;
    line-height:18px;
}
.product-holder
{
	float:left;
	width: 250px;
	height:230px;
	padding: 10px 10px 10px 10px;
	text-align:center;
  margin-left:24px;
  display:inline;
}
.product
{
  border: solid 1px #140F09;
}
.title
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-transform:uppercase;
	width:100%;
  background: url(../images/fond-cadre.jpg) center -1px no-repeat;
	text-align: center;
  border-bottom: solid 1px #efcea7;
  margin:0px;
  padding:4px 0 2px 0;

}
.reference
{
	font-size:10px;
	font-weight:normal;
	color: #EFEFEF;
	text-align: left;
	border-bottom:solid 1px #efcea7;
  background: #918263;
  margin:0px;
  padding: 3px 5px;
}
.description
{
	width:100%;
	height:43px;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
.description p
{
	font-size:11px;
	color: #000000 ;
	text-align:justify;
	line-height:14px;
}
.prod-image
{
	margin:0 auto;
	display:block;
	height:116px;
	text-align:center;
	background-color:transparent;
}
.details
{
	float:left;
	padding-top:5px;
	border-top:solid 1px #c9a881;
	width:100%;
}
.details img
{
	float:left;
  border:none;
}
#pagination
{
	width:100%;
}
#pagination p
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d3873b;
}
#pagination a:link, #pagination a:visited
{
	color:#c9a881;
	font-weight:bold;
	text-decoration:none;
	padding:3px;
}
#pagination a:hover, #pagination a:active
{
	color:#843131;
	text-decoration:none;
	padding:3px;
	font-weight:bold;
}
#sel
{
	color:#fe8423;
	font-weight:bold;
	text-decoration:none;
}
.pas-enregistrements{
width: 90%;
  font-size: 12px;
  font-family: Arial;
  color: #680202;
  text-align: center;
  padding-top:100px;
  }

/*------------------ details -------------------*/
 .description1
{
	width:100%;
/*	height:100%; */
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
.description1 p
{
	color: #000000 ;
	text-align:justify;
}
.prod-image1
{
	width:100%;
	height:116px;
    padding:0;
	padding-bottom:0px;
	display:block;
	text-align:center;
	background-color: transparent;
}
.product-holder1
{
	float:left;
	width: 589px;
	height:235px;
  margin-top:10px;
	padding: 10px 10px 10px 10px;
	text-align:center;
}
.product-holder1 .title1
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-transform:uppercase;
	background: url(../images/fond-cadre.jpg) center -1px no-repeat;
	text-align: left;
  border-bottom: solid 1px #efcea7;
  margin:0px;
  padding:6px 5px 7px;
	line-height:11px;
	display:block;
}
.product-holder1 .title1 a:link, .product-holder1 .title1 a:visited 
{
	color: white;
}
.top{
 	width: 100%;
  border-bottom:solid 1px #efcea7;
  float: left;
}
 .title-cat
{
	font-size:11px;
	font-weight:bold;
	color: #680202;
	text-align: left;
	padding:5px;
	margin:0px;
	line-height:14px;
	display:none;
   }
.reference1
{
	font-size:11px;
	font-weight:normal;
	color: #EFEFEF;
	text-align: left;
	border-bottom:solid 1px #efcea7;
  margin:0px;
  padding:3px 5px;
	background:#918263;
}
.reference2
{
	font-size:10px;
	font-weight:normal;
	color: #EFEFEF;
	text-align: left;
	border-bottom:solid 1px #efcea7;
  background: #918263;
  margin:0px;
  padding: 3px 5px;
}
.prod-img{
  float: left;
  margin-left: 32px;
}