/* http://www.vracimages.com/cliparts/nature/feuille/007.gif */

body{
	margin-top : 20px;
	/*  background-color : white;  */
	background-image : url(fond_vert.jpg); /* Source : http://www.toutimages.com/fonds.htm */
	color : black;
}

thead{
	text-align : center;
}

tfoot{
	text-align : center;
}

tbody{
	text-align : left;
}

span{
	font-weight : bold;
}

input{
	text-align : right;
}

table{
	width : 100%;
}

h3{
	margin : 0px;
	text-align : center;
}

a{
	color : black;
	/*  text-decoration : none;  */
}

p{
	text-align : center;
}

.readonly{
	background-image : url(fond_beige.gif);
}

.saisie{
	background-color: #FFFFCC;
}

#page{
	width: 700px;
	margin-left : auto;
	margin-right : auto;
	padding-left : 20px;
	padding-right : 20px;
	padding-bottom : 10px;
	/*  background-color: #DDDDDD;  */
	background-image : url(fond_beige.gif); /* Source : http://www.toutimages.com/fonds.htm */
	color: inherit;
	border : 1px solid black;
}

#page p{
	text-align : justify;
}

/* peu différent de page */
#menu{ 
	width: 700px;
	margin-left : auto;
	margin-right : auto;
	padding-left : 20px;
	padding-right : 20px;
	padding-bottom : 10px;
	background-image : url(fond_beige.gif); /* Source : http://www.toutimages.com/fonds.htm */
	color: inherit;
	border : 1px solid black;
	text-align : center;
	margin-bottom : 20px;
}

.rc td{
	padding-top : 10px;
}

.rc form{
	padding-top : 20px;
}

.rc{
	text-align : center;
}

.number{
	text-align : center;
}
.number span{
	text-align : center;
	font-style : italic;
	font-weight : normal;
}

.good{
	color : red;
}
.bad{
	color : blue;
}