/* Place all the styles related to the searches controller here.
 They will automatically be included in application.css.
 You can use Sass (SCSS) here: http://sass-lang.com/
*/

/* page de garde */

.garde {
  padding-bottom: 20px;
}
.garde_a_1, .garde_a_2, .garde_a_21, .garde_a_22
{
  display: inline-block;
}
.garde_a_1 {
  width:400px;
  text-align: left;
}
.garde_a_2 {
  float: right;
  padding-top: 30px;
  
}
.garde_a_21 {
  width:100px;
  text-align: right;
  
}
.garde_a_22 {
  text-align: left;
}





.notfound {
  float: center;
  text-align: center;
}
