/***********************************************/
/*Crée le 17 juillet 2008 par Odile */
body{
	font-family: Bookman Old Style, Helvetica, sans-serif;
	font-size: 0.9em; /* affiché en 12px */
	font-weight:bolder;
	color: #FFFFFF;
	line-height: 1.166;
	padding: inherit;
	cursor:url(../moncurseur.cur), auto; 
	background-color: #000000;
	width:100%;
	height:100%;
	margin-top: 0;
}


ul {
	float: none;
	list-style-type: square;
	color: #000000;
	background: #17a;
	border-bottom: 0.2em solid #17a;
	border-right: 0.2em solid #17a;
	border-left: 0.2em solid #17a;
	background-color: #6699FF;
	text-align: left;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/* fix for browsers that don't need the hack */
html>body {border-bottom: none;
padding: 0px 0px 5px 0px;
border-bottom-color:#cccccc;
}


a{
	color: #FFFFFF;
	font-weight:bolder;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	font-weight:bolder;
	text-decoration: none;
}

a:visited{
	color: #333333;
	font-weight:bolder;
	text-decoration: none;
}

a:hover{
	color: #000000;
	font-weight:bolder;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center
}
.mot {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight:bolder;
	text-align: center;
	background-color: #000000;
}


table {
	background-color: #0099FF;
}
