
.entoure_dimage img{height: 9.0rem;}
.entoure_dimage{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: auto;
}
.entoure_dimage div:nth-child(2){
	margin: auto 10px auto 10px;
}

@media screen and (max-width: 900px){
	.entoure_dimage{ margin-top: 5vh; flex-wrap: wrap;}
	.entoure_dimage div:nth-child(2){order: -1;}
	.entoure_dimage img{order: 1; height: 7.2rem;}
}

.organigramme{margin: auto; width: 70%; border-spacing: 1rem; background-color: rgb(108,108,108,0.5); }
.organigramme tr{height: 60px;}
.organigramme td{
	text-align: center;
	width: 20%;
	border-radius: 3px;
	cursor: help;
	background-color: white;
	transition: all; transition-duration: 0.5s;
}
.organigramme td:nth-child(2){width: 10%;}

.bord_bleu{ border: 2px solid rgb(0,102,153); }
.bord_rouge{border: 2px solid red; }
.bord_vert{	border: 2px solid green; }
.bord_noir{ border: 2px solid rgb(40,40,40); }

td[rowspan]{border: 1px solid rgb(40,40,40);
	border: 1px solid white;
	background-color: silver;
	border-radius: 2px;
	box-shadow: 3px 3px 3px white;
	color: rgb(0,102,153);
	font-style: italic;
	padding: 2px;}

.rouge{color: red; }
.rouge:hover{background-color: rgb(255,0,0,0.3); color: white;}
.vert:hover{background-color: rgb(0,255,0,0.3); border: 2px solid red; color: red;}
.bleu:hover{background-color: rgb(0,102,153,0.3); color: white;}

@media screen and (max-width: 900px){
	.organigramme{ width:100%; }
}
/*
.organigramme_table{ width: 90%; margin: 10px 5% 10px 5%; }
.organigramme_table tr td{ width: 50%; vertical-align: middle; padding: 0px 20px 0px 20px; text-align: center;}
.organigramme_table img{width: 50%;}
*/
