/* CSS Document */
* { margin: 0; padding: 0; }
body {
	font: 11px verdana,arial,helvetica,sans-sérif;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
a { color: #596E91; font-weight: bold; }
a:hover { text-decoration: none; }
.grand { font-size: 12px !important; }

#page {
	position: relative;
	margin: auto;
	width: 592px;
	background: url(../images/fond6000.jpg);
	text-align: center;
}
#content {
	position: relative;
	color: #596E91;
}
h3 { font-size: 14px; color: #FF7E00; }
hr {
	width: 280px;
	height: 1px;
	background: #596E91;
	border: none;
}
#bas {
	position: relative;
	margin: 0 auto;
	width: 592px;
	height: 44px;
	background: url(../images/bas6000.gif) no-repeat;
}
#bottom {
	position: relative;
	margin: 0 auto;
	width: 592px;
	font-size: 10px;
	color: #999999;
}
#bottom a { color: #999999; text-decoration: underline; }
#bottom a:hover { text-decoration: none; }
.xxmini { font-size: 9px; }
