#racine{
  width:90%;
  max-width: 800px;
  margin: auto;
}
body {
  background: #ffffff;
 }

p{
  text-align:justify;
  font-size: 18px;
}

h1{
  color: #000000;
  background: #03b151;
  border-radius: 20px;
  font-weight: 300;
  padding: 10px 10px;
  line-height: 30px;
  font-size: 22px;
  text-align:center;
  margin: -60px auto 10px auto;
  width:400px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h2{
  text-align: left;
  font-size: 22px;
  color : #017022;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

radio{
  margin: 10em 0em 1em 0em;
}

table,tr{
  text-align:justify; 
  vertical-align: top;
  padding: 0px;
  
}
td{
  padding: 5px 5px 5px 5px;
}

table tr:nth-child(odd){
  background-color:#b7fdd7;
}


tr:hover{
  border-collapse: collapse;
  border: 1px solid;
  border-color: #03b151;
  border-radius: 5px;
  /*background-color: #cef0dd*/;
}

.sansFond{
  background-color: transparent;
}

select, option {
	background-color: #fff;
	border: #777 1px solid;
  border-radius: 10px;
  padding-left: 5px;
	margin: 5px 0px 10px 0px;
  width: 100%;
  height: 40px;
  font-size: 16px;
}

ul{
  text-align: left;
}
.champFormulaire {
  font-size: 15px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left:10px;
  border-radius: 5px;
  width: 270px;
  height: 50px;
}

.centrer{
  text-align: center;
}

.bouton{
  border-radius: 10px;
  background: #03b151;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 260px;
  height: 51px;
  margin-top: 10px;
  padding: 0;
  color: #fff;
  border: 0;
  outline:0;
  box-shadow: 2px 2px 2px black;
  }

.petitLien{
  text-align: center;
  margin-bottom: 0px;
}

p.MessageErreur {
  background-color: #f5cece;
  padding: 5px 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif ;
  color: #e00101;
  border-radius: 1px;
  font-weight: bold;
}

p.description{
  font-size: medium;
  color :#8f8f8f;
  margin-top : -8px;
  padding-top : 0px;
  text-align : left;
  margin-left : 30px;
}

.box {
  border: 2px solid #03b151;
  text-align:center;
  border-radius: 10px;
  padding: 30px 10px 10px 10px;
  background: white;
  margin: 10px 0px 10px 0px;
  width: 97%;
}

h1.box-logo a {
  text-decoration:none;
}
h1.box-title {
  color: #AEAEAE;
  background: #f8f8f8;
  font-weight: 300;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  text-align:center;
  margin: -27px -26px 26px;
}

.petitLien a
{
  text-decoration:none;
  font-size:12px;
  color:#666;
}

.box-input:focus {
    outline: none;
    border-color:#5c7186;
}
.sucess{
	text-align: center;
	color: white;
}
.sucess a {
	text-decoration: none;
	color: #58aef7;
}

@media screen and (max-width: 565px){
  #racine{
    width: 300px;
    margin: auto;
  }

  select, option {
    width: 260px;
    margin-bottom: 10px;
  }

  .box {
    width: 280px;
  }

  
  h1{
    width:260px;
  }
}