/* Guide */ 


#section1, #section2
{
	margin-bottom: 5px;
}

#accueil
{
    width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	font-size: 27px;
}

.guide
{
	width: 49%;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	background-color: LightGrey;
}

.guide p {margin-left: 150px;}

.guide:hover
{
	background-color: #FF6347;
	color: white;
}

#section1
{
	background-image: url('images/sprint.png');
	background-repeat: no-repeat;
}

#section1:hover
{
	background-image: url('images/sprintw.png');
	background-repeat: no-repeat;
}

#section2
{
	background-image: url('images/cutlery23.png');
	background-repeat: no-repeat;
}

#section2:hover
{
	background-image: url('images/cutlery23w.png');
	background-repeat: no-repeat;
}

#section3
{
	background-image: url('images/guitar40.png');
	background-repeat: no-repeat;
}

#section3:hover
{
	background-image: url('images/guitar40w.png');
	background-repeat: no-repeat;
}

#section4
{
	background-image: url('images/map30.png');
	background-repeat: no-repeat;
}

#section4:hover
{
	background-image: url('images/map30w.png');
	background-repeat: no-repeat;
}