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


/* login */


#accueil {
  padding:30px;
  vertical-align: middle;
}
  
#ident, #langue, #login
{
  display: inline-block;
}
#ident
{
  width:280px;
}
#langue
{
  float: right;
  padding-top: 0px;
  padding-right: 20px;
}

#user {
  padding-bottom:20px;
}


.log_a_1, #flag_us, #flag_de, #flag_en, #flag_fr, #flag_it, #flag_es
{
  display: inline-block;
}
.log_a_1 {
  width:300px;
  text-align: right;
}

#login
{
  float: left;
  text-align: -moz-center;
}
.login_submit {
  cursor: pointer;
  border:none;
  background-image: radial-gradient(white, #BCB6A2);
  border-radius:30px;
  width:200px;
  height:50px;
  font-size: 16px;
  font-weight:bold;
  //margin-left: 130px;
}

#flag_us, #flag_de, #flag_en, #flag_fr, #flag_it, #flag_es, #base_prod, #base_test {
text-decoration: underline;
  cursor: pointer;
}




/* Modification de la coloration pour le choix des langues */
#langue a { color: #000; }
#langue a:visited { color: #000; }
#langue a:hover { color: #000; }
