@charset "utf-8";
/* CSS Document */

/*
style.css
---------
 
Auteur Boris THOMAS
*/

.hero-unit, .thumbnails, footer{
	text-align:center;
}

.hero-unit{
	background-color:white;
}


body{
	background-image: url('images/fond.jpg');
	background-repeat:no-repeat;
}

.row{
	margin-top:50px;
}


