.container {
  width: 900px;
}

input[type=text], input[type=password], select {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.control-group {
	margin: 10px 0;
}

#footer {
    margin-top:55px;
    font-size: 10px;
}

#form_droit .control-group .controls {
  display: inline;
  float: right;
}

#form_droit .control-group .control-label {
  padding-right: 15px;
  font-weight: normal;
}

.right {
  float:right;
}

.messageWarning {
  color: #d9534f;
  font-style : italic;
}


.help-inline {
    color: #d9534f;
  font-style : italic;
}

.help-inline ul{
    list-style: none;
    padding: 0;
}
.help-inline li{
    margin:0;
}