body {
	overflow-x:hidden;
	overflow-y: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	background:#1d181f;
	margin:0;
	cursor: url("../img/cursor.png"), pointer;
}

#logo {
	width: 958px;
	height: 127px;
	margin: 0px auto 70px;
	padding-top: 30px;
}

#conteneur_icones {
	background: #3b424c;
	padding: 30px 0;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.icon {
	height: 180px;
	float: left;
	margin: 20px;
	width: 293px;
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.icon:hover {
	background-color: #306e73;
}

.music {
	background: #ff5335 url(../img/music.png) no-repeat 60px center;
}

.meeting {
	background: #ff5335 url(../img/meeting.png) no-repeat 60px center;
}

.travel {
	background: #ff5335 url(../img/travel.png) no-repeat 60px center;
}

.luck {
	background: #ff5335 url(../img/luck.png) no-repeat 60px center;
}

.picture {
	background: #ff5335 url(../img/picture.png) no-repeat 60px center;
}

.idea {
	background: #ff5335 url(../img/idea.png) no-repeat 60px center;
}

#bandeau {
	color: white;
	font-size: 105px;
	font-weight: 700;
	text-transform: uppercase;
	background: #306e73;
	text-align: center;
	padding: 125px 0;
	margin-top: 1px;
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#bandeau:hover {
	background-color: #1d181f;
}

