/* Photononstop */

/* collections */

/****** Import */
	@import url("top.css");
	@import url("left.css");
	@import url("right.css");
	@import url("bottom.css");
/****** fin Import */

/* Center */
#Center{
	color:#666;
	width:549px;
	/*padding-left:243px;*/
	padding-bottom:15px;
  height:480px;
}

html>body #Center{
  min-height:480px;
  height:auto;
}

.pres_collection{
	float:left;
	margin-bottom:25px;
	width:555px;
}

.pres_collection .visu_collection{
	float:left;
	margin-right: 15px;
}

.pres_collection p.intro{
	margin-top: 0;
  margin-bottom: 10px;
}

.pres_collection p.indispo{
  font-weight: bold;
}

.pres_collection h3{
	text-transform: uppercase;
  margin-top: 10px;
  color: #000;
}

/* Fin Center */



/* Left */

#Left{
	background-color: #fff;
}

#Left .logo_collection p{
	margin-top:15px;
	margin-bottom:15px;
  text-align: center;
}

.lnk_simple_LD{
	background: url(/img/common/arrow_orange.gif) no-repeat;
	padding:0 10px 0 15px;
	color:#1DC102;
}

.lnk_simple_DG{
	background: url(/img/common/arrow_orange.gif) no-repeat;
	padding:0 10px 0 15px;
	color:#F60000;
}

.lnk_simple_LD_on{
	background: url(/img/common/arrow_orange_down.gif) no-repeat;
	padding:0 10px 0 15px;
	color:#1DC102;
  font-weight: bold;
}

.lnk_simple_DG_on{
	background: url(/img/common/arrow_orange_down.gif) no-repeat;
	padding:0 10px 0 15px;
	color:#F60000;
  font-weight: bold;
}

/* Fin Left */