/* Photononstop */

/****** 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:500px;
}

html>body #Center{
	height:auto;
	min-height:500px;
}

#Center a {
  color: #666;
  text-decoration: none;
}

#Center h2 {
  font-size: 140%
}

#Center h2.suite {
  margin-top: 25px;
}

#Center ul {
  margin-left: 50px;
  list-style-type: disc;
}

.validation{
	float:right;
  text-align: left;
	margin-bottom:20px;
}

.validation input{
  color:#fff;
  border:none;
	background: url(/img/common/arrow_white_bgorange.gif) 0 2px no-repeat #f60;
  text-transform: uppercase;
	padding:0 0 0 15px;
  width:177px;
  text-align: left;
  cursor: pointer;
}

#Confirmation {
  background : #F2F1ED;
  border-top : 1px solid #E5E5DD;
  border-bottom : 1px solid #E5E5DD;
  padding: 60px;
}

#Confirmation h2{
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1em;
}

#Confirmation p, #Confirmation form {
  margin-bottom: 1em;
}

#Confirmation p span {
  font-weight: bold;
}

#Confirmation .inputTxt{
  width: 200px;
	margin-right: 10px;
}

#Confirmation .lnk_block{
  display: inline;
}

/* Fin Center */

#Left .contact{
	background-color: #000;
	margin:0;
	padding-top: 35px;
}

#Left .contact h3, #Left .contact p{
	color: #fff;
}
