﻿#div_titre
{
	margin-right:50%;
	width:50%;
}

#div_img
{
	float:right;
	width:50%;
	text-align:center;
	
}

#div_img img
{
	border:none;
}

.div_bloc_elt
{
	text-align:justify;
	width:28%;
	float:left;
	margin-left:3%;
	/*margin-right:2%;*/
	border-style:solid;
	border-width:1px;
	border-color:rgb(150,150,150);
	padding:5px;
	height:250px;
}

.div_bloc_elt .texteRouge
{
}

.div_bloc_elt img
{
	float:none;
	margin-right:-30px;
	margin-top:-30px;
	
}

.div_blocsContaineur
{
	height:250px;
	width:100%;
	margin-top:30px;
	padding-bottom:20px;
	text-align:center;
}

