  /*---Contact---*/

#contact-content{
  width:560px;
  }

/* contact adresse */

#contact-adresse{
  background:url(../images/charte/contact-logo.jpg) no-repeat left top;
  width:240px;
  height:90px;
  margin-top:20px;
  float:left;
  padding-left:30px;
  padding-top:10px;
  }
  #contact-adresse p{
    font-size:11px;
    margin:0px;
    text-align:center;
    line-height:17px;
    }

/* contact plan */

#contact-plan{
  width:173px;
  float:right;
  margin-left:10px;
  display:inline;
  background:url(../images/charte/plan.jpg) no-repeat left top;
  height:79px;
  margin-top:30px;
  padding-left:6px;
  }
  .plan{
    padding-top:62px;
    text-align:center;
    }
  #contenuTexte .plan a:link, #contenuTexte .plan a:visited{
      font:normal 11px Arial;
      text-decoration:underline;
      }

/* contact form */

.contact-box{
	width:520px;
  float:left;
  margin-left:25px;
  display:inline;
  padding:10px 0 15px 0;
	}
.form-left{
  width:230px;
  float:left;
  display:inline;
  padding-left:0px;
  }
.form-right{
  width:230px;
  float:right;
  display:inline;
  }
.inputForm{
	border:1px solid #8e8e8e;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8e8e8e;
	}
.inputFormOver{
	border:1px solid #D55605;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#D55605;
	}

textarea{width:145px;}
.mail_label{
	width:70px;
	float:left;
	display:inline;
	clear:both;
	margin-top:5px;
	color:#666666;
	font:normal 11px Arial;
	text-align:left;
	}
.mail_input{
	width:130px;
	float:left;
	margin-top:5px;
	color:#fff;
	}
/* contact buttons */

.buttons{
  clear:both;
  padding-top:12px;
  width:350px;
  text-align:center;
  margin:0 auto;
  }
.buttons div{
  width:175px;
  float:left;
  }
.button{
  background:url(../images/charte/button.jpg) no-repeat center top;
  border:none;
	width:116px;
  height:24px;
	cursor:pointer;
  font:bold 12px Arial;
  color:#ffffff;
	}
  .button:hover{
    background:url(../images/charte/button-over.jpg) no-repeat center top;
    }
/* obligatoire */

#obligatoire p.star{
  color:#666;
  font:normal 10px Arial;
  text-align:center;
  margin:0;
  }
  #obligatoire p.star span,
  .mail_label span{
  color:#D55605;
  }
/*--end contact--*/