/* GateCode */

/* Titre Orange */
.gatecode1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E9967A;
	font-weight: bold;
}
/* Spoiler */
.spoiler {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4682B4;
	background-color : #4682B4;
	width: 500px;
	border-bottom-color: #000000;
}
.spoilertitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFDEAD;
}

/* Gras */
.gras { font-weight:bold; }
/* Italique */
.italic { font-style: italic; }
/* Souligner */
.souligne { text-decoration: underline; }
/* Barrer */
.barre { text-decoration: line-through; }

/* Citation */
.citation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color : #C0C0C0;
	width: 500px;
	border-bottom-color: #000000;
}

.citationtitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #008B8B;
}
/* Image Gauche  */
.imagegauche { float: left; }
/* Image Droite  */
.imagedroite { float: right; }
/* Centrer */
.centre { text-align: center; }
/* Droite */
.droite { text-align : right; }
/* Justifier */
.justifier { text-align : justify; }





