#contenu table {
	border-spacing:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #039;
	margin: 50px 0 0 0px;
	width: 100%;
}
#contenu table p {
	font-size: 1em;
	line-height:1.3em;
}
#contenu thead th {
	text-align: right;
	color: #039;
	font-size: 1em;
	border: none;
	height: 2em;
	font-weight: bold;
}
#contenu thead th#titre {
	text-align: left;
	text-indent: 5px;
	text-align: left;
}
#contenu tbody tr {
	background: #FFF;
}
#contenu table tbody tr td {
	height: 2.2em;
	padding : 4px;
	background: #FFF;
	border: none;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	color: #5375A8;
	font-size: 1.1em;
	text-align: left;
}
#contenu table tbody tr td.titre {
	background: url('../images/fleche2.gif') 4px 6px no-repeat;
	text-indent: 17px;
	text-align: left
}
#contenu table tbody tr td {
	text-align: right;
}
#contenu thead th#prepa, #contenu thead th#cuisson, #contenu thead th#diff {
	width: 80px;
}
#contenu tbody tr:hover td, #contenu tbody tr:hover td.titre, #contenu tbody tr.gris:hover td, #contenu tbody tr.gris:hover td.titre {
	background: #E8FBFF;
}
#contenu tbody tr:hover td.titre, #contenu tbody tr.gris:hover td.titre {
	background: url('../images/fleche2.gif') 4px 6px no-repeat #E8FBFF;
}
#contenu tbody tr.gris td, #contenu tbody tr.gris td.titre {
	background-color: #fcfcfc;
}
