/*Style specifique à la rubrique association*/
iframe {
	display: block;
	margin: 50px auto 30px auto;
	border: 2px solid #000000;
	border-radius: 20px;
}

.ca_niv2 {color: rgb(123,144,51);}


#cadre_conseil_administration {display: flex; align-content: flex-start;}

.img_ca {display: block; width: 100%;  border: 1px solid #000000;}

#photo_ca {width: 40%; }

article.pres {
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 40px 50px 0;
}

article.pres p {
	padding: 0;
}

article.pres img {
	display: block;
	height: 225px;
	margin: 10px 30px 10px 30px;
	border-radius: 20px;
	cursor: pointer;
}

article.pres img.img_dyn1 {
	height: 100px;
	transition: 0.5s height linear;
}

article.pres:hover img.img_dyn1 { height: 300px;}

article.pres img.img_dyn2 {
	transition: 0.5s rotation linear;
}

article.pres:hover img.img_dyn2 { 
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

div.tableaux_images {
	position: relative;
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;	
	position: relative;
	width: 100%;
	margin: 20px 0 0 0;	
}

div.tableaux_images img.img_stat {
	display: block;
	
	height: 150px;
	margin: 2px;
}
