@import url(../jquery/jquery-datepicker_all.css);

form label{
  display : block;
  width : 150px;
  float : left;
  background : url(../../images/css/square_orange.jpg) no-repeat left 3px;
  padding-left: 12px;
}

#data{
  padding : 
}

form label.sous_label{
  margin-left: 18px;
  width : 200px;
}

form input[type=text], form select{
  float : left;
}

form p{
  overflow : hidden;
}

form input[type=checkbox]{
  float : left;
  margin-right : 5px;
}

form label.longLabel{
  width : 300px;
  padding-left: 0px;
  background : none;
}



form .error{
  color : red;
  font-weight : bold;
}

.infos_oblig{
  width : 380px;
  padding : 20px;
  padding-top : 2px;
  height : 252px;
  margin-left: 30px;
  margin-top : 10px;
  float : left;
  background : url(../../images/css/bloc_alerte-trans.png) no-repeat top left;
}

.infos_oblig h3{
  margin-top : 7px;
  margin-bottom : 20px;
  color : white;
  background : url(../../images/css/papillon_blanc-trans.png) no-repeat top left;
  padding-left: 23px;
}

.submit_btn{
  padding-left: 437px;
  clear: both;
}

h3{
  font-size : 1.4em;
}
