/* 
	lCode 
*/

/* Attributs francisés */

.barre { text-decoration: line-through; }

.couleur_orange { color: rgb(236, 118, 0); }
.couleur_noir { color: black; }
.couleur_marron { color: maroon; }
.couleur_vertf { color: green; }
.couleur_olive { color: olive; }
.couleur_marine { color: navy; }
.couleur_violet { color: purple; }
.couleur_bleugris { color: teal; }
.couleur_argent { color: silver; }
.couleur_gris { color: rgb(100, 100, 100); }
.couleur_rouge { color: red; }
.couleur_vertc { color: lime; }
.couleur_jaune { color: yellow; }
.couleur_bleu { color: blue; }
.couleur_rose { color: fuchsia; }
.couleur_turquoise { color: aqua; }
.couleur_blanc { color: white; }

.police_arial { font-family: Arial, serif; }
.police_times { font-family: Times, serif; }
.police_courrier { font-family: 'DejaVu Sans Mono', Courier, monospace; }
.police_impact { font-family: Impact, serif; }
.police_geneva { font-family: Geneva, serif; }
.police_optima { font-family: Optima, serif; }

.taille_ttpetit { font-size: xx-small; }
.taille_tpetit { font-size: x-small; }
.taille_petit { font-size: small; }
.taille_gros { font-size: large; }
.taille_tgros { font-size: x-large; }
.taille_ttgros { font-size: xx-large; }

.position_centre { text-align: center; }
.position_gauche { text-align: left; }
.position_droite { text-align: right; }
.position_justifie { text-align: justify; }

.flottant_gauche { float: left; }
.flottant_droite { float: right; }
.flottant_gauche, .flot_droite { margin:1em; }

.liste_i { list-style-type: lower-roman !important; }
.liste_I { list-style-type: upper-roman !important; }
.liste_a { list-style-type: lower-latin !important; }
.liste_A { list-style-type: upper-latin !important; }
.liste_1 { list-style-type: decimal !important; }
.liste_rectangle { list-style-type: square !important; }
.liste_cercle { list-style-type: circle !important; }
.liste_disque { list-style-type: disc !important; }

span.codeTitre, span.citationTitre, span.spoiler, span.spoiler_hidden /* Titre du code, de la citation et du spoiler */
{
	font-weight: bold;
	display:block;
	margin-left: 50px;
}

div.code, .citation, .spoiler2, .spoiler2_hidden /* Contenu du code, de la citation et du spoiler */
{
	border:1px dashed #888888;
	background-color:white;
	padding: 8px;
	width:70%;
	margin: auto;
	overflow: auto;
}

@media screen {
	.code, .citation, .spoiler2, .spoiler2_hidden /* Contenu du code, de la citation et du spoiler */
	{
	max-height: 700px;
	}
}


.bar_tot
{
	width:200px;
	background-color:#8888FF;
	border:1px solid #4444FF;
	height:20px;
	overflow:hidden;
}

.bar_sub
{
	text-align:center;
	background-color:#AAAAFF;
	color:#000000;
	height:20px;
}

/* Formattage des citation et attentions */
.rmq
{
	padding-left:50px;
	min-height:40px;
}

/* Smileys */

.smilies {
        vertical-align: middle;
}

/* Code */

.code {
	padding-left:10px;
}
	
pre
{
	margin:0px;
	padding:0px;
}

.code ol {
	margin:0px;
	padding:4px;
	padding-left:30px;
	font-size: 12px;
	font-family:'Courier New', 'DejaVu Sans Mono', monospace;
}

.code ol li
{
	list-style-image:none !important;
	list-style-type:decimal !important;
}

.code .console {
	background-color:black;
	color:white;
	border:none;
}
