body {
  -webkit-font-smoothing: antialiased;
  font: normal 15px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #232525;
}

header{
  width:950px;
  margin:auto;
}
section{
  width:950px;
  margin:auto;
}
footer{
  width:950px;
  margin-left: auto;
  margin-right: auto;

}
footer img{
  margin-top: 50px;
}

.gtitre{
  color:#006cb7;
}

.logo{
  border-bottom: 2px solid #af193a;
}

.logo img{
  margin-bottom: -6px;
}
.logodroite{
  margin-left: 217px;
}

.partie_title{
  border-bottom: 2px solid  #af193a;
  color:#af193a;
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
}
h2{
  color: #af193a;
  float: left;
}
.telecharge{
  color:#04336a;
  float: right;
  padding-right: 10px;
}
.telecharge a{
  text-decoration: none;
  color: #04336a;
}


ul{
  width: 100%;
  display: inline-block;
}
ul li{
  float: left;
  width: 310px;
  margin-right: 10px;
}
ul li:last-child{
  margin-right: 0;
}
ul li h4{
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  height: 49px;
  line-height: 1.2em;
  position: relative;
  padding-left: 14px;
  color: #04336a;
}
ul li h4:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #af193a;
  top: 5px;
  left: 0;
}
ul li a{
  text-decoration: none;
}
ul li p{
  padding-top: 42px;
  color: #232525;
}
ul li a button{
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 300px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  font-size: 24px;
  background: #04336a;
  border: 0;
  text-align: center;
  cursor: pointer;
}
#list_buttons{
  margin-top: 30px;
}
#list_buttons li{
  text-align: center;
}