/* CSS Document */

body {
	text-align:center;
	margin:20px;
	padding:0;
	font: verdana,aria,sans-serif;
	color:#555;
	background:#eae6db url("fond.png") no-repeat center fixed;
	}
a {
	color:#000;
	text-decoration:none;
	}
p {
	font-size: large;
	}		
a:hover {
	border-bottom:1px dotted;
	color:#0000ff;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:0px;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:260px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:240px; /* actual value */
	margin:0 0 -10px 0;
	padding:0px;
	text-align:right;
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}

