
.form-horizontal {
	margin: 0px 10px 0px 10px;
}

.form-horizontal .form-group .control-label {
	line-height: 1.5em;
}



.input-group > .input-group-btn > .btn {
	height: 34px;
}


.modal-dialog-login {
  max-width:400px;
}
@media screen and (min-width: 768px) {
  .modal-dialog-login { 
    width: 400px;
  }
}

/* Décalage des labels d'un pixel vers le haut */
.label {
	position:relative;
	top:-1px;
}

/* 
	SUPPRESSION DE LA SCROLLBAR DANS LES POPUPS MODAUX
*/
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
	/*margin-right: 15px;*/
	margin-right: 0px;
}

.modal {
	/*overflow-y: scroll;*/
	overflow-y: auto;
	
}
/* 
	SUPPRESSION DE LA SCROLLBAR DANS LES POPUPS MODAUX
*/

.degre2 {
padding: 	50px;
}
