<style type="text/css">

body {
	background-image : url(../images/fond.gif);
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
}
td {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}
div {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
}
a{
	text-decoration: none;
	color: gray;
}
a.u{
	text-decoration: underline;
	color: gray;
}
.small {
	font-size: 8pt;
}
/* main styles */
h1{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}
h2{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}
hr{
	height: 1px;
	color: lighrgrey;
	text-align: center;
	width: 75%;
}
.menugauche, .menugauche a{
	padding-left: 10px; 
	background: url(../images/fond_gauche.gif) repeat-y;
	color: #FFFFFF;
}
.menugauche a:hover{
	color: lightgrey;
}

/* menu */
td.menuselected {
	background-color: silver;
}
td.menu {
	background-color: lightgrey ;
}

/* forms */
input
{
	background-color : #FFFFFF ;
	color : #000000 ;
	font-size : 10px ;
	color: gray ;
	font-weight : normal ;
	border : 1px solid lightgrey ;
	height : 12px ;
	width: 120px;
}
input.button
{
	background-color : #FFFFFF ;
	color : #000000 ;
	font-size : 10px ;
	color: gray ;
	font-weight : normal ;
	border : 1px solid lightgrey ;
	height : 18px ;
	cursor: hand;
	cursor: pointer;
	width: 120px;
}
</style>
