#contenu 
{
	width : 1000px;
	margin : auto;
	margin-top : 30px;
}

#gauche 
{
	overflow : hidden;
}

#gauche #description 
{
	float : left;
	width : 70%;
	padding-left : 15px;
	box-sizing : border-box;
	margin-bottom : 15px;
}

#images
{
	width : 100%;
	overflow : hidden;
}

#imageGauche 
{
	width : 30%;
	float : left;
	margin-right : 5%;
}

#imageGauche img
{
	width : 100%;
	height : 250px;
}

#imageGauche img:hover
{
	cursor : pointer
}

#imageMilieu
{
	width : 30%;
	float : left;
	margin-right : 5%;
}

#imageMilieu img
{
	width : 100%;
	height : 250px;
}
#imageMilieu img:hover
{
	cursor : pointer
}

#imageDroite
{
	width : 30%;
	float : left;
}

#imageDroite img
{
	width : 100%;
	height : 250px;
}

#imageDroite img:hover
{
	cursor : pointer
}
