* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}


/* @end */

html {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

div#main {
	color: #000;
	font: 14px/20px "mostra-nuova-1", "mostra-nuova-2", "Helvetica Neue", Arial, sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -205px 0 0 -225px;
	width: 450px;
	height: 150px;
	padding: 250px 0 0 0;
	text-align: center;
}

h1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 448px;
	height: 140px;
	background: url('../images/brunetfils-logo.jpg') no-repeat 0 0;
	text-indent: 570px;
	overflow: hidden;
	white-space: nowrap;
}

strong {
	line-height: 25px;
	font-weight: bold;
}

#intro {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}

a {
	color: #000;
	color: rgba(0,0,0, .75);
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-bottom: 1px;
	text-shadow: rgba(152, 140, 131, .25) 0 1px 0;
}

a:hover,
a:focus {
	color: #fff;
}
p {
	margin-bottom: 20px;
}