body{text-align:center;font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0;
	padding: 0;
}

#header{
	/*width:100%; 
	height:120px;
	background: #f00;
	/*background: url(images/header.png) repeat-x;*/
}
#header h1{display: none}
#content{background:#fff;width:847px;margin:0 auto;text-align:left}

#logo{
	width:847px;
	height: 161px;
	font-size:70px;
	text-align:center;
	/*background: #0f0;*/
}

p{font-size: 24px}
.thumb{width:300px}
.fr{float:right}
.fl{float:left}

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;height:0}

.lien {font-size: 30px;	font-weight: bold;background:#000;padding:10px;text-align: center}
.lien a{color:#f00}
.lien a:visited {color: #f00;}
.lien a:hover {color: #00f;}
.lien a:active {color:#000;}
