/* CSS Document */
.fond {
	background-color: #FFC;
	text-align: center;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006;
}
td {
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	border: thin solid #666;
	color: #F00;
}
th {
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	border: thin solid #666;
	color: #F00;
}

.bg_050_Chinois {
	background-repeat: no-repeat;
	background-color: #F00;
	color: #FF0;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
}

.bg_000_Green {
	background-repeat: no-repeat;
	background-color: #E8FF8A;
	color: #2B4D3E;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
}

.bg_100_Blue {
	background-repeat: no-repeat;
	background-color: #79FFFF;
	color: #2B4D3E;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
}


.bg_200_Orange {
	background-repeat: no-repeat;
	background-color: #FF0;
	color: #F00;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
}
.bg_300_Francais {
	background-repeat: no-repeat;
	color: #00F;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	background-color: #FFF;
}
.bg_300_FrancaisLeft {
	background-repeat: no-repeat;
	color: #00F;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	background-color: #FFF;
	text-align: left;
}

  .bordered-image {
	    border: 5px solid black !important;
        border-radius: 10px; /* Optional: Rounded corners */
        padding: 5px; /* Optional: Adds spacing inside border */
    }
	
	
.bg_100_BlueCopy {
	background-repeat: no-repeat;
	background-color: #79FFFF;
	color: #2B4D3E;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
}

.genfont {
	background-color: #55737D;
	border: medium solid #303234;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #303234;
}
.fondAdmin {

	background-color: #55737D;
}
.anchor {
	border: medium none;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #006666;
	vertical-align: top;
	background-position: top;
}
.brique {
	font-weight: bold;
	text-align: center;
}
.briqueTitre {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}
.briqueGrosTitre {
	font-weight: bold;
	font-size: 36px;
}

.briqueSmall {
	font-size: 18px;
}
.copyright {
	font-size: 10px;
}
