*, body {
	padding: 0px;
	margin: 0px;
	background: url(../images/pattern.jpg);
	background-position: top left;
	background-repeat: repeat;
}
#maxi {
	text-align:center;
	width: 100%;
}
#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	width: 300px;
	height: 150px;
	background: #FFF;
}
#logo {
	background: url(../images/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right: auto;
	height: 76px;
	width: 265px;
}
#infos {
	font-family: arial, helvetica;
	font-size: 12px;
	color : #1e1e1e;
	text-align:center;
	margin-left:auto;
	margin-right: auto;
	margin-top: 10px;
	background: #FFF;
}
i, b {
	background: #FFF;
}
