html {
  height: 99%;
	margin: 0;
}

body {
  background-color: white;
  font-family: Verdana, Arial, Tahoma, SunSans-Regular, Sans-Serif;
  height: 100%;
  margin:auto;
  width:100%;
  width:990px;
}

body img{
  border:0;
}

/** Header des etapes **/
.bigTitle{
  background: url(../pictures/background_step.png) repeat-x;
  color:#7030A0;
  display:block;
  height:120px;
  margin:auto;
  width:98%;
}

.bigTitle1{
  font-size:30px;
  font-weight:bold;
  padding: 25px 0px 5px 25px;
}

.bigTitle2{
  font-size:22px;
  font-weight:bold;
  padding-left: 25px;
}
