
.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; }

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

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

.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; }

.vcentre { vertical-align: middle !important; }

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

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

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

.titre1{font-size:26px;}
.titre2{font-size:20px; font-style:italic;}

span.citation
{
	font-weight: bold;
	display:block;
	margin-left: 50px;
}

div.citation2
{
	border:1px dashed blue;
	background-color:white;
	padding: 8px;
	width:95%;
	max-width:95%;
	margin: auto;
	overflow: auto;
	background-color:#f5f1f2;
}

#prev_texte
{
	height: 250px; 
	width:98%; 
	padding:3px;
	background-color:white;
}

fieldset
{
	margin-bottom:20px;
	padding: 5px;
	padding-bottom: 20px;
}

legend
{
	color: #2C485C;
	font-weight: bold;
	font-family: Arial, times, 'Times new roman', serif;
}

/* Cadres de prÃ©visualisation du zCode parsÃ©. Certains ont des tailles diffÃ©rentes selon les utilisations.
Conserver Ã  tout prix l'overflow qui permet d'avoir des barres de dÃ©filement pour se ballader dans l'aperÃ§u */

.cadre_previsualisation_finale
{
	border: 1px dotted #2C485C;
	padding: 3px;
	margin-top:10px;
	width:95%;
}

.bouton_prev_finale
{
	text-align:center;
}

.code_parse_final
{
	max-height:500px;
	overflow:auto;
}

.apercu_tps_reel
{
	border: 1px solid #2C485C;
	overflow: auto;
	margin-top: 1px;
	padding: 0.2em;
	width:650px;
}

html>body .apercu_tps_reel
{
	width:95%;
}

#prev, #prev_texte, #prev_notepad, #prev_avert
{
	height: 250px;
}

#prev_intro, #prev_conclu, #prev_qst, #prev_explic, #prev_sig, #prev_bio, #prev_nws_texte, #nws_texte, #prev_cmt_texte, #cmt_texte
{
	height: 200px;
}

/* Tous les textarea des zForm */

textarea
{
	border: 1px solid #2C485C;
	width: 99%;
	height:200px;
	padding: 0.2em;
}

/* D'autres class utilisÃ©es dans la zForm (smilies, boutons...) */

.send
{
	text-align: center;
	margin-bottom:40px;
}
.cleaner
{
	clear: both;
}

.boutons
{
	margin-right: 20px;
}

.smilies_zform
{
	width:130px;
	height:180px;
	clear:left;
	float:left;
}

#smilies{
    text-align: center;
}

#smilies table td
{
    text-align: center;
}

.boutons_zform, .zform
{
	margin-left: 130px;
}

.smilies_zform_grande
{
	width:130px;
	height:280px;
	float:left;
}

.smiley_cliquable, .bouton_cliquable
{
	cursor:pointer;
}

.opt_titre
{
	text-align:center;
	font-weight:bold;
}

.case_apercu
{
	float: left;
}

.erreur
{
	color: red;
	background-image: url('../images/zone_texte/zcode_erreur.png');
}

.question
{
	color: blue;
	background-image: url('../images/zone_texte/zcode_question.png');
}

.attention
{
	color: rgb(236, 118, 0);
	background-image: url('../images/zone_texte/zcode_attention.png');
}

.information
{
	color: green;
	background-image: url('../images/zone_texte/zcode_info.png');
}

.information, .attention, .question, .erreur
{
	height:30px; /* On fixe la hauteur, que IE interprï¿½te comme une "hauteur minimale" */
	text-align:left;
}

.rmq /* Style des "remarques" : information, erreur, question et attention */
{
	background-position:10px 10px;
	background-repeat: no-repeat;
	padding: 8px;
	padding-left: 50px;
}










