

/* Center */

#Content{
  margin-left: 250px;
	width: 650px;
  text-align: left;
}

#Center{
  margin-top: 15px;
	color: #666;
	padding-bottom: 15px;
	height: 300px;
}

html>body #Center{
	height:auto;
	min-height:300px;
}

#Center label{
  font-weight: normal;
}

.mainError{
  color:red;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}

fieldset{
	width:100%;
	padding-bottom:5px;
	border-bottom:1px solid #DFDFDF;
	margin-bottom:10px;
  padding-top: 10px;
}

legend{
	color: #00A15B;
	font-weight: bold;
	margin-left:-7px;
	text-transform: uppercase;
}

.colorOrange{
  color: #00A15B;
}

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 #80D0AD;
}

fieldset select{
	float:left;
	vertical-align: middle;
	margin-right:3px;
	border: 1px solid #80D0AD;
}

fieldset label{
	width:200px;
	float:left;
	text-align: right;
	font-weight: normal;
	margin-right: 6px;
	color:#262626;
	vertical-align: middle;
}

fieldset .labelauto{
	width:auto;
}

.address fieldset .labelauto{
	width:auto;
}


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: #00A15B;
}

.optionLegend{
  text-align: left;
  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{
  text-align: center;
	margin-bottom: 20px;
  margin-top: 20px;
}

.validation input{
  color: #fff;
  font-weight: bold;
  border: none;
	background: url(/img/bouton.png) 0 0 no-repeat;
  text-transform: uppercase;
	padding:0 0 0 0;
  width: 113px;
  height: 32px;
  text-align: center;
  cursor: pointer;
}

.validation .boutonlarge{
  color: #fff;
  font-weight: bold;
  border: none;
	background: url(/img/bouton190.png) 0 0 no-repeat;
  text-transform: uppercase;
	padding:0 0 0 0;
  width: 190px;
  height: 32px;
  text-align: center;
  cursor: pointer;
}

#Confirmation {
  text-align: left;
  background : #F2F1ED;
  border-top : 1px solid #E5E5DD;
  border-bottom : 1px solid #E5E5DD;
  padding: 60px;
  margin-top: 50px;
}

#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;
}

/* Table groupe utilisateur */

#TableUtil{
  border-spacing: 0px;
  border-collapse: collapse;
}

#TableUtil tr{
  border: 1px solid #00A15B;
}

#TableUtil .premierTh{
  border-left: 1px solid #00A15B;
}

#TableUtil th{
  background-color: #00A15B;
  color: white;
  padding: 5px;
  text-align: center;
  vertical-align: center;
  border-left: 1px solid white;
}

#TableUtil td{
  border-right: 1px solid #00A15B;
  padding: 5px;
  text-align: center;
  vertical-align: center;
}

#TableUtil .align-gauche{
  text-align: left;
}

#TableUtil .alterne1{
  background-color: white;
}

#TableUtil .alterne2{
  background-color: #E5F6EF;
}


/*Fin groupe utilisateur*/

/* Fin Center */

#Left .contact{
	background-color: #000;
	margin:0;
	padding-top: 35px;
}

#Left .contact h3, #Left .contact p{
	color: #fff;
}