/* CSS for xiAP forum closed. Copyright to P. Lassus 2003_2006 */

body {
	background : #333333 url(images/bckg.jpg) repeat;
	color: #e0e1d4;
	font: 0.7em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
}

a:link {
	color : #f2f3e7;
	text-decoration: none;
	background: #656565;
}
a:visited {
	color : #f2f3e7;
	text-decoration: none;
	background: #656565;
}

a:hover {
	color : #e0e1d4;
	background: #005fa2;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 561px;
}

#header {
	background: no-repeat left top url(images/header.jpg);
	width: 561px;
	height: 71px;
}

#corps {
	width: 561px;
	background: repeat-y url(images/mainbckg.jpg);
	text-align: center;
	padding: 20px;
	margin-right: 50px;
}

#announce {
	
	background: no-repeat none #3b3b3b;
	text-align: center;
	font: 20px "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #005fa2;
	border: 1px solid #cecfb1;
	padding: 10px;
	margin-right: 80px;
	margin-left: 30px;
}

#blabla {
	width: 500px;
	text-align: left;
	padding: 10px;
}

#footer {
	background: no-repeat url(images/footer.jpg) left top;
	padding-top: 30px;
	text-align: center;
	font-size: 11px;

}
