/* ===| FORMS |============================================*/
.formular
{
  clear:both;
  line-height:14px;
  width:657px;
  float:left;
  padding:10px 20px;
  margin:30px 0 10px 0;
  font-family:Arial, Helvetica, sans-serif;
  border: solid 1px #e4e4e4;
}
.maillabel{
    clear:both;
	font-size: 12px;
	font-weight: normal;
	float:left;
	height:20px;
	color:#183c58;
	width:80px;
    padding-right:0px;
	margin-top:10px;
    text-align: left;
}
.input-holder
{
  float:left;
  font-size: 12px;
}
#checkbox
{
    color:#183c58;
    border-top:solid 1px #cbcdd2;
    border-bottom:solid 1px #cbcdd2;
    font-size: 12px;
    padding:10px 0;
    margin:5px 0;
}

.inForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:solid 1px #cbcdd2;
	margin-top:7px;
	background:#e4e4e4;
	color: #245a84;
    padding: 2px 2px 0px 3px;
    width:200px;
	height:17px;
    float:left;
}
.inFormOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:solid 1px #96cfef;
	margin-top:7px;
	background:#fff;
	color: #000;
    padding: 2px 2px 0px 3px;
    width:200px;
	height:17px;
    float:left;
}

.buttonE
{
    background: url(images/envoyer.jpg) no-repeat top left;
	border: none;
    width: 99px;
	height: 21px;
}

.buttonEover
{
    background: url(images/envoyer-over.jpg) no-repeat top left;
	border: none;
    width: 99px;
	height: 21px;
    cursor: pointer;
}
.buttonR
{
    background: url(images/retablir.jpg) no-repeat top left;
	border: none;
    width: 99px;
	height: 21px;
}

.buttonRover
{
    background: url(images/retablir-over.jpg) no-repeat top left;
	border: none;
	width: 99px;
	height: 21px;
    cursor: pointer;
}

.title-oblig
{
  font-size:11px;
  padding-top:8px;
  color:#666666;
  float:left;
  width:50%;
  text-align:left;
}

.mail-send
{
    float:right;
    padding-top:10px;
}
.mail-reset
{
  float:right;
  padding:10px 0 0 10px;
}
