﻿#div_titre
{
	margin-right:50%;
	width:50%;
}

#lienImage
{
	float:right;
	text-align:center;
	overflow:hidden;
	margin-top:20px;
}
#lienImage img
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	float: right;
	vertical-align: top;
}

.div_bloc_elt
{
	border: 1px solid rgb(150,150,150);
	text-align:justify;
		width:28%;
		float:left;
		margin-left:3%;
	/*margin-right:2%;*/
		padding:5px 0 15px 0px;

	height:100%;
	position:relative;
}

.div_bloc_elt .texteBleu
{
}

.div_bloc_elt img
{
	float:right;
	margin-right:-30px;
	margin-top:-30px;
	
}

.div_blocsContaineur
{
	height: 340px;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 20px;
	text-align: center;

}

