html {
	margin:0;
	padding:0;
	background: url(background.jpeg) no-repeat center fixed;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
}
body{
	overflow: hidden;
}

a:link,a:visited{
	color:#fff;
}
a:hover,a:active{
	color:#fff;
	text-decoration: none;
}

#global {
	margin: auto;
	margin: auto;
	width: 400px; /* largeur obligatoire pour être centré */
	/*background: linear-gradient(to bottom, #000000 0%, #ffffff 100%);*/

	background-color: rgb(77, 77, 77);
	background-color: rgba(77, 77, 77, 0.5);
}

.title{
	text-align: center;
	font-weight: bold;
	color: #FFF;
	height: 3em;
	line-height: 3em;
	white-space: nowrap;
	text-transform: uppercase;
}

.borderW{
	border:1px solid #fff;
}

.prestations{
	text-align: center;
	height: 3em;
	line-height: 3em;
	text-transform: uppercase;
	margin: 5px;
}

.clear{
	clear:both;
}

