/* début bandeau-droit */
#bandeau-droit-realisation {
background:url(../images/charte/realisation.jpg) right top no-repeat;
float:right;
width: 433px;
height: 455px;
padding:47px 30px 0;
}
#bandeau-droit-details {
background: url(../images/charte/details.jpg) right top no-repeat;
float:right;
width: 463px;
height: 455px;
padding:47px 15px 0;
}

/*------------------ catalogue -------------------*/
#search-bar
{
	width: 100%;
	height:25px;
	border: none;
	float:left;
}
.selection
{
  padding: 1px;
  background: #f7e8d5;
  background-repeat: repeat-x;
  background-position: top left;
  border: 1px solid #f3beb9;
  float:left;
  width:170px;
  font-family: Arial, Helvetica;
  font-size:12px;
  line-height:16px;
  color:#000000;
  height:20px;
}

.product-holder
{
	float:left;
	width: 100%;
	border-bottom: solid 1px #320A02;
  margin-bottom: 5px;
}

.productDetails{
  float:left;
  height:112px;
  width:100%;
}

.productDetails img{
  float:left;
  margin:5px;
  display:inline;
  border:solid 1px #380707;
}



p.titles
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #320A02;
	text-transform:uppercase;
	background-color:#FAEEE1;
	text-align: left;
  margin:0px;
  padding:4px 5px 2px;
  border:solid 1px #320A02;

}
.reference
{
	font-size:10px;
	font-weight:normal;
 /*	color: #EFEFEF;*/
	text-align: left;
}
.description
{
	padding:5px;
  text-align: justify;
}

#pagination
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#pagination p
{
}
#pagination a:link, #pagination a:visited
{
	color:#c9a881;
	font-weight:bold;
	text-decoration:none;
}
#pagination a:hover, #pagination a:active
{
	color:#843131;
	text-decoration:none;
	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 -------------------*/

#holder-details{
  width:100%;
  background-color: #F9EAD7;
  float:left;
}

#holder-details p{
  text-align: justify;
  padding:5px;
  margin:0px;
}

.photos-details{
  width:100%;
  height:106px;
  float:left;
  border-bottom: solid 1px #320A02;
  margin-bottom: 5px;
  text-align:center;
}
.photos-details img{
  border:solid 1px #320A02;
}

