#manifeste-main {
	width: 700px;
	padding: 18px;
	height: 100%;
	overflow: auto;
	}

#manifeste-fond {
	background-position-x: center;
	background-position-y: center;
	background-image: url(../images/html-logo-fade.jpg);
	background-repeat: no-repeat;
	}

#manifeste-titre {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	height: 64px;
	line-height: 58px;
	}

#manifeste-texte {
	font-family: Verdana;
	font-size: 9pt;
	color: #5D646D;
	text-align: center;
	line-height: 13pt;
	}

#manifeste-accroche {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #5D646D;
	text-align: center;
	line-height: 14pt;
	}

