@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;	
}

p {
	font-size: 16px;
	color: #343434;
}

h3 {
	font-size: 20px;
	color: #343434;
}

ul {
	font-size: 16px;
	color: #343434;
}

a {
	color: #4D4D4D;
}

.txt-orange {
	color: #EF9131;
}

.txt-bleu {
	color: #1FB4B8;
}

.txt-vert {
	color: #58AD41;
}

.ligne {
	border-bottom: 1px solid #CBCBCB;
	margin-top: 40px;
	margin-bottom: 40px;
}

img.img-center {
   display: block;
   margin-left: auto;
   margin-right: auto
}

header {
	background-color: #F2F2F2;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer {
	background-color: #F2F2F2;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bkg-gris {
	background-color: #F2F2F2;
}
