body {
	
	background-color: #fff;
	font-family: 'Open Sans'; sans-serif;
	font-size: 16px;
	min-height: 100%;
	padding-top: 20px;
	width: 100%;
	color:#5a5959;
}

.wiki {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.soustitre {
  font-size: 18px;
}


h1 {
  color: #ea560d;
  font-size: 40px;
  padding-top: 0px;
  text-align: center;
  font-weight: 300;
}

h3
{
	font-size: 25px;
	font-weight: 300;
	color: #ea560d;
	text-align: center;	
}

h4
{
	font-size: 16px;
	font-weight: normal;
	color: #5a5959;
	text-align: center;	
}

	
.spacer3 {
			  padding-top: 20px;
			  padding-bottom: 20px;
			}

			
.conditions
{
	font-size: 11px;
text-align: center;
padding-bottom: 35px;	
}

.reseaux {
  
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ligne {
  
  border-top: 1px solid #ddd;
  padding: 0px;
}

