/*CSS 3C Diagnostic*/


#corps {
	width: 860px;
	margin-left: 20px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}
/* Tableau */
.tableau{
	font-family: Verdana;
	font-size: 12px;
}
.entete_tableau {
	background: #f9b317;
	text-align: center;
	color: white;
	font-weight: bold;
}
.contenu_tableau {
	background: #DFDFDF;
}
.date_document {
	text-align: center;
}
.titre_document {
	font-weight: bold;
}
.desc_document {
	font-size: 10px;
}