/*--- zCode ---*/
/*--- balises deja regler ---
strong
{
	
}
em
{
	
}
del
{
	
}
ins
{
	
}
sup
{
	
}
sub
{
	
}
*/
li.zcode
{
	margin: 0px;
	padding: 0px;
}
.rouge
{
	color: red;
}
.bleu
{
	color: blue;
}
.vert
{
	color: green;
}
.jaune
{
	color: yellow;
}
.orange
{
	color: orange;
}
.violet
{
	color: purple;
}
.noir
{
	color: black;
}
.gris
{
	color: gray;
}
.blanc
{
	color: white;
}
.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;
}
.gauche
{
	text-align: left;
}
.centre
{
	text-align: center;
}
.droite
{
	text-align: right;
}
.flottant_gauche
{
	float: left;
	margin-right: 10px;
}
.flottant_droite
{
	float: right;
	margin-left: 10px;
}
.flottant_aucun
{
	clear: both;
}
.signaux
{
	min-height: 35px;
	padding: 8px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 10px 12px;
}
.question
{
	background-image: url("question.png");
	color: blue;
}
.information
{
	background-image: url("information.png");
	color: green;
}
.attention
{
	background-image: url("attention.png");
	color: #ec7600;
}
.erreur
{
	background-image: url("erreur.png");
	color: red;
}
acronym
{
	border-bottom: 1px dotted;
}
@media screen
{
	acronym
	{
		cursor: help;
	}
}
.smilies
{
	vertical-align: middle;
}
.bloc_titre
{
	display: block;
	margin: 10px 10px 0px 20px;
	font-weight: bold;
}
.bloc_in
{
	overflow: auto;
	padding: 15px;
	margin: 0px 10px 5px 20px;
}
.citation
{
	
	border:1px dashed #201A1A;
	background-color: #3B3B3B;
}
.console
{
	background-color: #000000;
	color: #ffffff;
}
.level_member
{
	color: #288cf0;
}
.level_modo
{
	font-weight: bold;
	color: #16ba16;
}
.level_root
{
	font-weight: bold;
	color: #d61616;
}
.automargin
{
	margin-left: auto;
	margin-right: auto;
}

table.zcode
{
	width: 97%;
	margin: auto;
	border: 1px solid #201A1A;
	border-collapse: collapse;
	background-color: #282424;
	text-align: center;
}
table.zcode tr
{
	line-height: 175%;
	border: 1px solid #201A1A;
}

