p img {
	width: auto;
	height: auto;
	max-width: 100%;
	/* [disabled]margin-bottom: -5px; */
}
.lienimg:hover {
	-webkit-transform: scale(0.99);
	transform: scale(0.99);
	position: relative;
	border: 2px solid;
	border-color: #BF0000;
}
.lienimg {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s 0s;
	-moz-transition: 0.2s 0s;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.2s 0s;
	margin-bottom: 10px;
}
.titredes {
	font-size: 1.2em;
	color: #872F1F;
}
.margebas {
	margin-bottom: 10px;
	margin-top: 10px;

}
a.lien_about:link {
	color : #000000;
	text-decoration : underline;
	font-family: "Open Sans", "Open Sans Light", "Open Sans Semibold";
	margin-top: 5px;
}
a.lien_about:visited {
	color : #000000;
	text-decoration : underline;
}
a.lien_about:hover {
	color : #FFFFFF;
	text-decoration : underline;
}
a.lien_about:active {
	text-decoration : underline;
	color: #000000;
}

::-moz-selection {
 background: #179FEC;
 color: white;
}
section {
	margin: 0 auto;
	max-width: 1000px;
	text-align: left;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-webkit-column-gap: 2.5em;
	-moz-column-gap: 2.5em;
	column-count: 2;
	column-gap: 2.5em;
	height: auto;
	border-top: 1px solid;
	border-color: #666;
}
.section2 {
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-webkit-column-gap: 5em;
	-moz-column-gap: 5em;
	column-count: 2;
	padding: 5px 10px 10px 8px;
	column-gap: 5em;
	height: auto;
	/* [disabled]color: #333; */
}
@media screen and (max-width: 800px) {
section {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	/* [disabled]padding: 20px;
*/
}
.section2 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	/* [disabled]padding: 20px;
*/
}
}
@media screen and (max-width: 480px) {
section {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.section-h {
	/* [disabled]margin-top: 50%; */
	}
}
section p {
	margin: 0;
}
