/* CSS Document */

body {
	background-image: url(http://www.abix.fr/pagestatic/Opes/jeu_mai/grand_jeu_mai_bkg.jpg);
	font-family: Arial, Helvetica, sans-serif;   
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.whitetxt{
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	}

.greentxt{
	font-size: 11px;
	font-style: normal;
	color: #b2e734;
	text-decoration: none;
	font-weight: bold;
	text-align:right;
	}

.blacktxt{
	font-size: 10px;
	font-style: normal;
	color: #5c9a09;
	text-decoration: none;
	}

input {

	font-size: 11px;	
	border: 0px solid #a0a0a0;
	background-color: #FFFFFF;
	color: #535353;
	
	}	
input.submit {

	border: none;
	background-color: transparent;
	}	
