/* 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 label{
    font-weight:bold;
}

.mainError{
    color:red;
    font-size: 1.44em;
    margin-bottom: 15px;
    font-weight:bold;
}

fieldset{
	float:left;
	width:100%;
	padding-bottom:5px;
	border-bottom:1px solid #E6E4DD;
	margin-bottom:10px;
}

legend{
	color:#000;
	font-weight: bold;
	margin-left:-7px;
	text-transform: uppercase;
}

fieldset p{
	float:left;
	width:100%;
	margin-bottom:5px;
}

html>body fieldset p{
	margin-bottom:8px;
}

fieldset input{
	float:left;
	vertical-align: middle;
	width:175px;
	margin-right:3px;
	border:1px solid #CDC7B7;
}

fieldset label{
	width:200px;
	float:left;
	text-align: right;
	font-weight: bold;
	margin-right:3px;
	color:#000;
	vertical-align: middle;
}

fieldset .labelauto, .address fieldset .labelauto{
	width:auto;
	vertical-align: middle;
	padding-top:4px;
}


fieldset .inputauto, .address fieldset .inputauto{
	width:auto;
	border:none;
	vertical-align: middle;
}


fieldset p.error label, fieldset p.error span, p.error label, p.error span{
    color:red;
}

fieldset p.error input{border:1px solid red;}



.labelauto a{
    color:#f60;
}
.optionLegend{
    padding-bottom:10px;
    margin-bottom:15px;
    border-bottom:1px solid #E6E4DD;
}

.address{
	width:49%;
	float:left;
}

.address fieldset{
	padding-bottom:0;
	border-bottom:none;
}

.address fieldset label{
	width: 100px;
}

.address fieldset input{
	width:150px;
}

.facCompte{
    height:20px;
}

.profil_footer{
	border-top:1px solid #E6E4DD;
	padding-top:10px;
}

.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;
}