@charset "utf-8";
/* CSS Document */

#presentation {
	min-height:550px;
	}
#presentation .illustration{
	width:300px;
	height:300px;
	}
#presentation p{
	margin-top:0;
	}

#presentation img{
	max-height: 300px;
	max-width: 300px;
}

#presentation .span-12 {
	width:440px;
	position:relative;
	top:-2px;
}


#presentation .images
{
	float:left;
	max-width: 300px;
	width: 300px;
}
#presentation .images img
{
	max-width: 300px;
	float:left;
	margin-bottom: 20px;
}
#presentation .images .append-bottom
{
	margin-bottom: 20px;
}

#presentation .intro-content
{
	float:right;
	width: 430px;
}

/* a supprimer quand introduction.css sera ajoute à la prehome*/

#intro.prehome
{
  padding: 50px;
}

#intro .illustration,
#intro .illustration a {
	max-width:500px;
	max-height:500px;	
	width:auto;
	height:auto;	
	margin:0px;
	padding:0px;	
}

