#contenu h1 {
	color: blue;
	font-size: large;
}

#contenu thead {
	font-weight: bold;
	text-align: center;
}

#contenu tbody {
	text-align: center;
}

#contenu .tbl_light, #contenu .tbl_light td {
	border-collapse: collapse;
	border: 1px solid #A0A0A0;
}

#cadre_photo {
	position: fixed;
	top: 100px;
	left: 100px;
	display: none;
	border: 1px solid #808080;
	z-index: 10;
	background-color: white;
}

#chargement {
	display: none;
	background-color: red;
	color: white;
	font-size: medium;
	float: left
}

.lien_gris, .lien_gris:hover, .lien_gris:visited, .lien_gris:active {
	font-size: small;
	color: black;
	text-decoration: underline;
}

.oui {
	color: green;
}

.peu {
	color: orange;
}

.non {
	color: red;
}

.decod {
	width: 120px;
}