#homepage {
	float: left;
	width: 100%;
	padding: 0 0 40px 0;
	background-color: #fff;
}

	#homepage #slider {
		position: relative;
		float: right;
		width: 989px;
		height: 350px;
	}

		#slider .slidesjs-pagination {
			position: absolute;
			bottom: 20px;
			right: 15px;
			z-index: 10;
			float: left;
		}

			#slider .slidesjs-pagination li {
				float: left;
				width: 20px;
				height: 20px;
				margin: 0 5px 0 0;
				background-color: #fff;
				text-align: center;
				color: #fff;
				border-radius: 10px;
			}

				#slider .slidesjs-pagination li a {
					float: left;
					width: 20px;
					height: 20px;
					border-radius: 10px;
					color: #fff;
					text-align: center;
					background-color: #fff;
				}

				#slider .slidesjs-pagination li a.active {
					background-color: #f39200;
					color: #f39200;
				}

		#slider .slidesjs-navigation {
			display: none !important;
		}

	#homepage #boutons {
		float: left;
		width: 800px;
		height: 60px;
		margin: 0 0 30px 0;
		padding: 30px 94px 30px 95px;
		background-color: #f6f7fa;
	}

		#boutons a {
			float: left;
			width: 210px;
			height: 60px;
		}

		#boutons a.milieu {
			margin: 0 85px;
		}

			#boutons a img {
				border-radius: 6px;
			}

	#homepage .categories {
		float: left;
		width: 931px;
		margin: 0 29px;
	}

		#homepage .categories .categorie {
			display: block;
			float: left;
			width: 210px;
			height: 280px;
			margin: 0 16px 20px 0;
			padding: 5px;
			background-color: #eeeeee;
			border-radius: 6px;
		}

		#homepage .categories .last {
			margin: 0 0 20px 0;
		}

			#homepage .categories .categorie img {
				float: left;
				width: 210px;
				height: 156px;
			}

			#homepage .categories .categorie h2 {
				float: left;
				width: 195px;
				height: 36px;
				margin: 10px 0 0 10px;
				line-height: 18px;
				font-weight: bold;
				font-size: 13px;
				text-transform: uppercase;
				color: #565656;
			}

			#homepage .categories .categorie h3 {
				float: left;
				width: 195px;
				margin: 15px 0 0 10px;
				font-size: 13px;
				color: #626262;
			}

#contact {
	float: left;
	width: 100%;
	padding: 40px 0;
	background-color: #fff;
}

	#contact h1 {
		float: left;
		width: 100%;
		margin: 0 0 40px 0;
		font-size: 32px;
		font-weight: bold;
		color: #000;
		text-align: center;
		text-transform: uppercase;
	}

	#contact .contact {
		float: left;
		width: 240px;
		height: 120px;
		margin: 30px 44px;
	}

		#contact .contact h3 {
			float: left;
			width: 100%;
			margin: 0 0 5px 0;
			text-transform: uppercase;
			color: #000;
			font-size: 20px;
		}

		#contact .contact p {
			float: left;
			width: 100%;
			margin: 0 0 5px 0;
			color: #000;
			font-size: 16px;
		}

			#contact .contact p a {
				color: #000;
			}