@charset "utf-8";
/* CSS Document */

.corps .faces_nationales {
	border: 4px outset #000099; /* Bordure du tableau avec effet 3D (outset) */
	border-collapse: collapse;
	margin: auto;
	height: auto;
	width: 600px;
	}
.corps .faces_nationales caption {
	font-family: Arial, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 14px;
	color: #000066; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
	margin-bottom: 20px;
	}
.corps .faces_nationales th {
	background-color: #0000FF;
	color: white;
	font-size: 12px;
	font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
	width: 33%;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: outset;
	border-top-color: #000072;
	padding-top: 3px;
	padding-bottom: 3px;
	}
.corps .faces_nationales td {
	border: 1px solid black;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	text-align: center; /* Tous les textes des cellules seront centrés*/
	padding: 7px;
	background-color: #FFFFEC;
	font-size: 12px;
    }
.corps .faces_nationales .un_cent {
	height: 106px;
	width: 106px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.corps  .faces_nationales  .deux_cents {
	height: 121px;
	width: 121px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.corps  .faces_nationales  .cinq_cents {
	height: 137px;
	width: 137px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.corps  .faces_nationales  .dix_cents {
	height: 128px;
	width: 128px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.corps  .faces_nationales  .vingt_cents {
	height: 144px;
	width: 144px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.corps  .faces_nationales  .cinquante_cents {
	height: 157px;
	width: 157px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.corps  .faces_nationales  .un_euro {
	height: 150px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.corps  .faces_nationales  .deux_euros {
	height: 167px;
	width: 167px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.corps .com_nationnales td {
	width: 50px;
}

