/*
format.css
---------		Par Forissier Pierrick

Cr&eacute;&eacute; le 12 Janvier 2007


*/

/* Quelques &eacute;l&eacute;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: #2C485C;
	font-weight: bold;
	font-family: Arial, times, 'Times new roman', serif; }

/* Cadres de pr&eacute;visualisation du zCode pars&eacute;. Certains ont des tailles diff&eacute;rentes selon les utilisations.
Conserver &agrave; tout prix l'overflow qui permet d'avoir des barres de d&eacute;filement pour se ballader dans l'aper&ccedil;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; }


/* D'autres class utilis&eacute;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: 0px; }

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

.smiley_cliquable, .bouton_cliquable {
	cursor:pointer; }

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