
body {	
	text-align: center;
	background:url(fond.jpg) #b1c0fc repeat-x;
	background-position: bottom center;
}

#fond {
	background:url(fond2.png) no-repeat center ;
	margin:auto;
	width: 1000px;
	height: 650px;
}

a:link, a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}


a:hover {
    color: #666666;
    text-decoration: underline;
    background-color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
}

a:active {
    color: #666666;
    text-decoration: none;
    background-color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
}

#main {

	margin:auto;
	width: 750px;
}
