/*
zform.css
---------		Par Karamilo & M@teo21

Créé le 15 Juillet 2004


Description : feuille de style de la zForm, formulaire
permettant l'édition du zCode.

*/

/* Quelques éléments de formulaire de base */

#corps label.label_cote
{
	float:left;
	width: 120px;
	margin-right: 8px;
	text-align: right;
	font-weight: bold;
}

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

legend
{
	color: #FFF;
	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: 650px;
	height:200px;
	padding: 0.2em;
	background-color:#a8c4dd;
}

html>body textarea
{
	width: 95%;
}

/* 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;
}

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