.main {
	cursor: hand;
	border: thin solid #0000FF;
}

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#0000FF;
	text-decoration:none;

}

a:hover {
	background-color:#0000FF;
	color:#FFFFFF;

}

body {
	background-image: url(images/apmain.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top left;
	margin-left: auto;
    margin-right: auto; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	position: absolute; 
	top: 0; 
	bottom: 0; 
	width: 100%;
    height: 100%;
}

.menu {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

.mini {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.contenu {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #e8003a;
}

