body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: Black;
	margin-top: 0px;
}
/*
MENU
*/
#menu .select{
	font-size: 90%;
	display: block;
	height: 25px;
	width: 109px;
	color: blue;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
	background-image: url(images/puce2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	background-color: #F7F7F7;
	padding-top: 10px;
}
#menu a {
	font-size: 90%;
	display: block;
	height: 25px;
	width: 109px;
	color: black;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
	background-image: url(images/puce1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	background-color: #F7F7F7;
	padding-top: 10px;
}
#menu a:hover {
	font-weight: bold;
	color: blue;
	text-decoration: none;
	background-image: url(images/puce2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
td {
	background-color: White;
}

#contenu {
	font-size: 90%;
	color:blue;
	margin-left:15px;
	margin-right:5px;
	margin-top:15px;
}
#contenu .titre {
	font-size: 160%;
	font-weight: bold;
}
#contenu img {
	float: right;
}

/* Le Form
--------------------- */
textarea, input, normal {


	background-color: white;
	color: #B22222;
}

.focus {
	background: #FFC860;
	color: black;
}
	
.retour {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style:italic;
	color: #EA7D1C;
}



