/* CSS Document */
body {
	background-color: #B70000;
	color: white;

	scrollbar-face-color: #B70000; 				/* dessus des boutons et de la barre de défilement */
	scrollbar-shadow-color: #000000;			/* couleur sombre du relief des boutons */
	scrollbar-highlight-color: #ffcc00;			/* couleur claire du relief des boutons */
	scrollbar-arrow-color: #ffcc00;				/* couleur des flèches */
	scrollbar-3dlight-color: #000000;  			/* couleur claire du relief des boutons non enfoncés */
	scrollbar-darkshadow-color: #000000; 		/* couleur sombre du relief des boutons non enfoncés */
	scrollbar-track-color: #A70000; 			/* couleur du fond de la barre */
}

a:link { font-weight:normal; color:#FFBB00; text-decoration:underline }
a:visited { font-weight:normal; color:#FFBB00; text-decoration:underline }
a:hover { font-weight:normal; color:#FFBB00; text-decoration:none }
a:active { font-weight:normal; color:#FFBB00; text-decoration:none }
a:focus { font-weight:normal; color:#FFBB00; text-decoration:none }

.colfond {
	background-color: #B70000;	
}

.entrez {
	font-family: Comic Sans MS;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
.whitlarg {
	font-family: Comic Sans MS;
	font-size: large;
	color: white;
	text-align: justify;
}
.whitlarg2 {
	font-family: Comic Sans MS;
	font-size: large;
	color: white;
	text-align: center;
}
.whitnorm {
	font-family: Comic Sans MS;
	font-size: normal;
	color: white;
	text-align: center;
}
.bordo{
	background-color: #A70000;
}
.yellnorm {
	font-family: Comic Sans MS;
	font-size: normal;
	color: #FFBB00;
	text-align: center;
}
.yellbold {
	font-family: Comic Sans MS;
	font-size: normal;
	font-weight: bold;
	color: #FFBB00;
	text-align: center;
}
.yelllarg2 {
	font-family: Comic Sans MS;
	font-size: large;
	color: #FFFF88;
	text-align: center;
	font-style: italic;
}
.elmenub {
	background-image: url(img/assiette-bordo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.elmenud {
	background-image: url(img/assiette-dore.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.xxs {
	font-size: xx-small;
}
.xs {
	font-size: x-small;
}
.xsi {
	font-size: x-small;
	font-style: italic;
}
.medium {
	font-size: medium;
	font-weight: bold;
}
#tdplan td {
	border: thin ridge #F4A460;
	color: #FFBB00;
}
.invLP {
	color: #A70000;
	background: #FFFFCC;
	font-family: Insula, Comic Sans MS;
	font-size: large;
	font-weight: bold; /* color: #FFBB00; */
	text-align: center;
}
.invLPm {
	color: #A70000;
	background: #FFFFCC;
	font-family: Insula, Comic Sans MS;
	font-size: medium;
	font-weight: normal; /* color: #FFBB00; */
	text-align: center;
}
#tdinv td {
	border: thin ridge #F4A460;
	color: #A70000;
	background: #FFFFCC;
}
#tdinvwob td {
	color: #A70000;
	background: #FFFFCC;
}

.largepol {
	font-family: Insula, Comic Sans MS;
	font-size: large;
	font-weight: bold; /* color: #FFBB00; */
	text-align: center;
}
.txtcompteur {
    	font-size: xx-small;
    	font-family: "Arial";
    	color: #FFCC00;
    	font-weight: normal;
   		text-align: center;
    	text-decoration: none;
	}
.fondYell {
	background-color: #FFBB00;
	color: #A70000;
	font-family: Comic Sans MS;
	font-size: medium;
}



