/* affichage d'un partenaire */

.bloc_realisations {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

.bloc_realisation {
	float:left;
	width: 176px;
}

.ligne_realisation {
	width:704px;
	float:left;
	color:#445A72;
	font-size:12px;
	text-align:justify;
	border-right:1px solid #445a72;
	border-bottom:1px solid #445a72;
	margin:5px 5px 15px 5px;
}

.titre_realisation {
	padding-top:5px;
	margin-bottom:0px;
	text-align:center;
}

.titre_realisation h2 {
	margin:0px;	
}

.image_realisation {
	float:right;
	border-top:1px solid #445a72;
	border-left:1px solid #445a72;
	border-bottom:1px solid #445a72;
	margin-left:5px;
}

.image_realisation_bloc {
	border:1px solid #445a72;
}

.image_realisation_bloc:hover {
	border:1px solid #D10000;	
}

.texte_realisation {
	padding:5px;
	border-left:1px solid #df001c;
	background-color:#d7ebf6;
	background-image:url(images/fond-bloc-realisation.jpg);
	background-repeat:repeat-x;
}

.texte_realisation p:first-letter {
	font-size:1.2em;
	font-weight:bold;
	text-transform: uppercase
}

.liendirect {
	font-size:0.2em;
	display:none;
}
