#adresse {
	font-family: Arial;
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 4px 4px 8px #a6a6a6;
}

#vitrine {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 4px 4px 8px #a6a6a6;
}

#header a {
	-moz-border-radius: 10;
	-moz-box-shadow: 0px 1px 3px #666666;
	-webkit-border-radius: 10;
	-webkit-box-shadow: 0px 1px 3px #666666;
	background-color: #3498db;
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	border-radius: 10px;
	box-shadow: 0px 1px 3px #666666;
	color: #ffffff;
	font-family: Arial;
	font-size: 24px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	text-decoration: none;
	text-shadow: 0px 1px 3px #666666;
	width: 300px;
}

#header a:hover {
	background-color: #3cb0fd;
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

#titre {
	color: #000000;
	font-family: Arial;
	width: 300px;
}