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



#partenaires {
	margin-top : 20px;
	width: 555px;
	height: 1300px;
	text-align: center;
	border: solid 1px black;
	background-color: #D5E8FF;
}




.partenaires_titre {
	background-color: #2175bc;
	padding: 10px 20px;
	text-align: center;
	font-size: 13px ;
	color: white;

}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.part {
	
	padding: 20px;
	text-align: center;
	font-size: 15px ;
	color: #21f5bc;
}


.img_part {
	
	margin-top : 20px;
	text-align: center;
	font-size: 16px ;
	color: #2175bc;
}
.txt_part {
	
	margin-top : 20px;
	text-align: center;
	font-size: 12px ;
	color: #2175bc;
	
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



img {
    border : none;
}

