@charset "utf-8";
h1 {
	color: #E91E21;
}
h2 {
	color: blue;
}
h3 {
	color: lightcoral;
}
.orangeGras{
	color:#FA6A05;
	font-weight:bold;
}
.orangeLeger{
	color:#F8D2A9;
	font-weight:bold;
}
.orangeMoyen{
	color:#F9AC59;
	font-weight:bold;
}
.rougeGras{
	color:#F4080C;
	font-weight:bold;
}
.rougeGras26{
	color:#F4080C;
	font-weight:bold;
	font-size: 26px;
	text-align: center;
}
.rougeLeger{
	color:#A24B4C;
	font-weight:bold;
}
.rougeMoyen{
	color:#F55E61;
	font-weight:bold;
}
.bleu{
	color:#1D3AE9;
	font-style:bold;
}
.bleuGras{
	color:#1D3AE9;
	font-weight:bold;
	font-size: 26px;
	text-align: center;
}
.gros{
	font-size:14px;
}
.vertGras{
	color:#047407;
	font-weight:bold;
	font-size: 26px;
}
.vertMoyen{
	color:#298418;
	font-weight:bold;
	font-size: 26px;
}
.vertLeger{
	color:#AAF6A9;
	font-weight:bold;
	font-size: 26px;
}
.message{
	color:#0A19C8;
	font-style: normal;
	font-size: 20px;
}
.message2{
	color:#0A19C8;
	font-style: normal;
	font-size: 30px;
}
form
{
	display:inline;
} 
.toutLesBords{
	border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style:solid;
}
.pasDeBordGauche{
	border-left-style: hidden;
}
.pasDeBordDroit{
	border-right-style: hidden;
}
.pasDeBordGaucheHaut{
	border-left-style: hidden;
	border-top-style: hidden;
	background-color: white;
}
.pasDeBordGD{
	border-left-style: hidden;
	border-right-style: hidden;
}
.pointilleBordGD{
	border-left-style: dashed;
	border-right-style: dashed;
}
.bordBas{
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-bottom-style:solid;
}
.fondJaune{
	background-color: beige;
}
.fondVert{
	background-color: chartreuse;
}
.fondTurquoise{
	background-color: darkturquoise;
}
.fondMagenta{
	background-color: magenta;
}
.fondRouge{
	background-color: indianred;
}
.divAlign{
	display:inline;
}
.gros150{
	font-size: 150%
}
.algo{
    background-color: bisque;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
@font-face{
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
.pointilleBordG{
	border-left-style: dashed;
}
.pointilleBordD{
	border-right-style: dashed;
}
.surlignage{
    border-top-style: solid;
}
.centrer {
  text-align: center;
}
.alignediv{
    display:inline;
}
.roseLeger{
	color:#EC9FF3;
	font-weight:bold;
}
.roseMoyen{
	color:#E85FF8;
	font-weight:bold;
}
.roseGras{
	color:#80028F;
	font-weight:bold;
}
.petitCaractere{
	font-size: 6px;
}
.moyenCaractere{
	font-size: 10px;
}
