html, body, div#conteneur, div#accroche {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Optima, Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	}

p {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	}

div#accroche {
	background: url(banner.jpg) no-repeat center center;
	}

p#adresse {
	position: absolute;
	top: 30px;
	left: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	padding : 5px;
	line-height: 1.6em;
	}

em_add::after {
	content: attr(data-domain);
	}

em_add::before {
	content: attr(data-user) "\0040";
	}