.gras { font-weight: bold; }
.italique { font-style: italic; }
.souligne { text-decoration: underline; }
.barre { text-decoration: line-through; }
.clignote { text-decoration: blink; }

.droite { text-align: right; }
.gauche { text-align: left; }
.centre { text-align: center; }
.justifie { text-align: justify; }

.flot_droite { float: right; }
.flot_gauche { float: left; }
.flot_centre { float: center; }

.ttpetit { font-size: xx-small; }
.tpetit { font-size: x-small; }
.petit { font-size: small; }
.gros { font-size: large; }
.tgros { font-size: x-large; }
.ttgros { font-size: xx-large; }

.orange { color: rgb(236, 118, 0); }
.noir { color: black; }
.marron { color: maroon; }
.vertf { color: green; }
.olive { color: olive; }
.marine { color: navy; }
.violet { color: purple; }
.bleugris { color: teal; }
.argent { color: silver; }
.gris { color: rgb(100, 100, 100); }
.rouge { color: red; }
.vertc { color: lime; }
.jaune { color: yellow; }
.bleu { color: blue; }
.rose { color: fuchsia; }
.turquoise { color: aqua; }
.blanc { color: white; }

.arial { font-family: Arial, serif; }
.times { font-family: Times, serif; }
.courrier { font-family: Courier, serif; }
.impact { font-family: Impact, serif; }
.geneva { font-family: Geneva, serif; }
.optima { font-family: Optima, serif; }

.rmq {
	background-position:10px center;
	background-repeat: no-repeat;
	padding: 8px;
	padding-left: 45px;
}

span.code, span.citation, span.spoiler, span.spoiler_hidden {
	font-weight: bold;
	display:block;
	width:90%;
	margin-left: 50px;
}

div.code2, .citation2, .spoiler2, .spoiler2_hidden {
	border:1px dashed #e6e6e6;
	background-color:white;
	margin-left: 40px;
	margin-right: 40px;
	padding: 8px;
	overflow: auto;
}
.smilies { vertical-align: middle; }

caption
{
   margin: auto;
   font-family: Arial;
   font-weight: bold;
   font-size: 11pt;
   margin-bottom: 20px;
}
table{
   border: 4px outset green;
   border-collapse: collapse;
}
th{
   color: white;
   font-size: 11pt;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}
td
{
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center;
   padding: 5px;
}