.fl, .flot_gauche { float: left; } /*.flot_gauche sert pour le zCode */
.fr, .flot_droite { float: right;} /*.flot_droite sert pour le zCode */

.dnone{ display: none; }
.dinline{ display: inline; }
.dblock{ display: block; }

.orange, .couleur_valid  { color: #EC7600; }
.noir { color: black; }
.marron { color: maroon; }
.vertf, .couleur_newser  { color: green; }
.olive { color: olive; }
.marine { color: navy; }
.violet { color: purple; }
.bleugris { color: teal; }
.argent { color: silver; }
.gris { color: #646464; }
.rouge, .couleur_admin, .error_list li { color: red; }
.vertc { color: lime; }
.jaune { color: yellow; }
.bleu, .couleur_modo { color: blue; }
.rose { color: fuchsia; }
.turquoise { color: aqua; }
.blanc { color: white; }

.bg_orange { color: #EC7600; background-color: #EC7600; }
.bg_noir { color: black; background-color: black; }
.bg_marron { color: maroon; background-color: maroon; }
.bg_vertf { color: green; background-color: green; }
.bg_olive { color: olive; background-color: olive; }
.bg_marine { color: navy; background-color: navy; }
.bg_violet { color: purple; background-color: purple; }
.bg_bleugris { color: teal; background-color: teal; }
.bg_argent { color: silver; background-color: silver; }
.bg_gris { color: #646464; background-color: #646464; }
.bg_rouge { color: red; background-color: red; }
.bg_vertc { color: lime; background-color: lime; }
.bg_jaune { color: yellow; background-color: yellow; }
.bg_bleu { color: blue; background-color: blue; }
.bg_rose { color: fuchsia; background-color: fuchsia; }
.bg_turquoise { color: aqua; background-color: aqua; }
.bg_blanc { color: white; background-color: white; }


.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; }
.fontsize_09 { font-size: 0.9em; }
.fontsize_08 { font-size: 0.8em; }

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

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

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

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

.clearer { clear: both; }
.clearer_right { clear: right; }
.clearer_left { clear: left; }

.margin_1em { margin: 1em; }


.rmq /* Style des "remarques" : information, erreur, question et attention */
{
	background-position: left;
	background-repeat: no-repeat;
	padding: 4px 0 4px 50px;
}
.erreur     {color: #BE0B0B;background-image: url('../../images/designs/2/zcode/zcode_erreur.png');}
.erreur2     {color: #145AC1;background-image: url('../../images/designs/2/zcode/zcode_erreur.png');}
.question   {color: #145AC1;background-image: url('../../images/designs/2/zcode/zcode_question.png');}
.attention  {color: #DA5E0F;background-image: url('../../images/designs/2/zcode/zcode_attention.png');}
.information{color: #7D9B0A;background-image: url('../../images/designs/2/zcode/zcode_info.png');}

.information, .attention, .question, .erreur
{
	height:30px; /* On fixe la hauteur, que IE interprète comme une "hauteur minimale" */
	text-align:left;
}
/* Petit arrangement CSS pour une différence entre IE et Firefox. On rétablit en fait la hauteur en auto (par défaut), et on utilise min-height pour définir une hauteur minimale sous Firefox et autres navigateurs comprenant le CSS 2. */
html>body .information, html>body .attention, html>body .question, html>body .erreur, html>body .erreur2
{
	height:auto;
	min-height:30px;
}

.flot_gauche, .flot_droite { margin:1em; }

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

div.code2, .citation2, .spoiler2, .spoiler2_hidden /* Contenu du code, de la citation et du spoiler */
{
	border:2px solid #DEE5F0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F6F8FC;
	padding: 8px;
	overflow: auto;
}

.message .code2 {width: 600px;}
.boite_message .code2, div#prev_final_texte .code2 {width: 640px;}

@media screen {
	.code2, .citation2, .spoiler2, .spoiler2_hidden /* Contenu du code, de la citation et du spoiler */
	{
       [if ! IE] max-height: 700px;
	}
}

.syntaxtable {width: 90%;}
.syntaxtable .linenos {width: 30px;}
.syntaxtable, .syntaxtable tr, .syntaxtable td, .syntaxtable tbody
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	border-collapse: collapse;
	border: none;
}
.code2 pre, .code2
{
	font-family:  'DejaVu Sans Mono', 'Lucida Console', 'Courier', monospace;
	font-size:1.0em;
	line-height: 110%;
}
.ln-xtra { color: #880; background-color: #FFB; }

@media screen {
    div.console, .console table, .console td, .console tr
    {
        background-color:black;
        color:white;
        border:none;
    }
}

.console .linenos {display: none;}
.code_lien_numerotation {font-size:0.8em;}
.smilies {vertical-align: middle;}

/* Les tableaux zCode */
.tab_user
{
	border-collapse:collapse;
	border:2px solid #2C485C;
	margin: 0px auto 0px auto;
}

span.console
{
    background-color: black;
    color: white;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.rmq /* Style des "remarques" : information, erreur, question et attention */
{
	background-position: left;
	background-repeat: no-repeat;
	padding: 4px 0 4px 50px;
}
.erreur     {color: #BE0B0B;background-image: url('../../images/designs/2/zcode/zcode_erreur.png');}
.erreur2     {color: #145AC1;background-image: url('../../images/designs/2/zcode/zcode_erreur.png');}
.question   {color: #145AC1;background-image: url('../../images/designs/2/zcode/zcode_question.png');}
.attention  {color: #DA5E0F;background-image: url('../../images/designs/2/zcode/zcode_attention.png');}
.information{color: #7D9B0A;background-image: url('../../images/designs/2/zcode/zcode_info.png');}

.information, .attention, .question, .erreur
{
	height:30px; /* On fixe la hauteur, que IE interprète comme une "hauteur minimale" */
	text-align:left;
}
/* Petit arrangement CSS pour une différence entre IE et Firefox. On rétablit en fait la hauteur en auto (par défaut), et on utilise min-height pour définir une hauteur minimale sous Firefox et autres navigateurs comprenant le CSS 2. */
html>body .information, html>body .attention, html>body .question, html>body .erreur, html>body .erreur2
{
	height:auto;
	min-height:30px;
}

.flot_gauche, .flot_droite { margin:1em; }
.flot_gauche {margin-right: 2em;} /* Corrige le problème d'une liste à puce à droite d'un flotant. */

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

div.code2, .citation2, .spoiler2, .spoiler2_hidden /* Contenu du code, de la citation et du spoiler */
{
	border:2px solid #DEE5F0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F6F8FC;
	padding: 8px;
	overflow: auto;
}

.message .code2 {width: 600px;}
.boite_message .code2, div#prev_final_texte .code2 {width: 640px;}

@media screen {
	.code2, .citation2, .spoiler2, .spoiler2_hidden /* Contenu du code, de la citation et du spoiler */
	{
       [if ! IE] max-height: 700px;
	}
}

.syntaxtable {width: 90%;}
.syntaxtable .linenos {width: 30px;}
.syntaxtable, .syntaxtable tr, .syntaxtable td, .syntaxtable tbody
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	border-collapse: collapse;
	border: none;
}
.code2 pre, .code2
{
	font-family:  'DejaVu Sans Mono', 'Lucida Console', 'Courier', monospace;
	font-size:1.0em;
	line-height: 110%;
}
.ln-xtra { color: #880; background-color: #FFB; }

@media screen {
    div.console, .console table, .console td, .console tr
    {
        background-color:black;
        color:white;
        border:none;
    }
}

.console .linenos {display: none;}
.code_lien_numerotation {font-size:0.8em;}
.smilies {vertical-align: middle;}

/* Les tableaux zCode */
.tab_user
{
	border-collapse:collapse;
	border:2px solid #2C485C;
	margin: 0px auto 0px auto;
}
.tab_user td
{
	border:1px solid #2C485C;
	background-color:#E9F0F5;
	padding:5px;
}
.tab_user th
{
	padding:5px;
        background: url("../../images/designs/2/homepage/bg_infobox_titre.png") repeat-x scroll center bottom #808080;
        color: #FFFFFF;
}
span.console
{
    background-color: black;
    color: white;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.tab_user td.code, .tab_user td.linenos /* Correction bug #1556 */
{
	border: 0;
	background-color: #F6F8FC;
}



.tab_user td.code, .tab_user td.linenos /* Correction bug #1556 */
{
	border: 0;
	background-color: #F6F8FC;
}

/* Pygmentize */
.code2 .hll { background-color: #FFC }
.code2 .c { color: #408080; font-style: italic } /* Comment */
.code2 .err { border: 1px solid #F00 } /* Error */
.code2 .k { color: #008000; font-weight: bold } /* Keyword */
.code2 .o { color: #666 } /* Operator */
.code2 .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.code2 .cp { color: #BC7A00 } /* Comment.Preproc */
.code2 .c1 { color: #408080; font-style: italic } /* Comment.Single */
.code2 .cs { color: #408080; font-style: italic } /* Comment.Special */
.code2 .gd { color: #A00000 } /* Generic.Deleted */
.code2 .ge { font-style: italic } /* Generic.Emph */
.code2 .gr { color: #F00 } /* Generic.Error */
.code2 .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.code2 .gi { color: #00A000 } /* Generic.Inserted */
.code2 .go { color: #808080 } /* Generic.Output */
.code2 .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.code2 .gs { font-weight: bold } /* Generic.Strong */
.code2 .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.code2 .gt { color: #0040D0 } /* Generic.Traceback */
.code2 .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.code2 .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.code2 .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.code2 .kp { color: #008000 } /* Keyword.Pseudo */
.code2 .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.code2 .kt { color: #B00040 } /* Keyword.Type */
.code2 .m { color: #666 } /* Literal.Number */
.code2 .s { color: #BA2121 } /* Literal.String */
.code2 .na { color: #7D9029 } /* Name.Attribute */
.code2 .nb { color: #008000 } /* Name.Builtin */
.code2 .nc { color: #00F; font-weight: bold } /* Name.Class */
.code2 .no { color: #800 } /* Name.Constant */
.code2 .nd { color: #A2F } /* Name.Decorator */
.code2 .ni { color: #999; font-weight: bold } /* Name.Entity */
.code2 .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.code2 .nf { color: #00F } /* Name.Function */
.code2 .nl { color: #A0A000 } /* Name.Label */
.code2 .nn { color: #00F; font-weight: bold } /* Name.Namespace */
.code2 .nt { color: #008000; font-weight: bold } /* Name.Tag */
.code2 .nv { color: #19177C } /* Name.Variable */
.code2 .ow { color: #A2F; font-weight: bold } /* Operator.Word */
.code2 .w { color: #BBB } /* Text.Whitespace */
.code2 .mf { color: #666 } /* Literal.Number.Float */
.code2 .mh { color: #666 } /* Literal.Number.Hex */
.code2 .mi { color: #666 } /* Literal.Number.Integer */
.code2 .mo { color: #666 } /* Literal.Number.Oct */
.code2 .sb { color: #BA2121 } /* Literal.String.Backtick */
.code2 .sc { color: #BA2121 } /* Literal.String.Char */
.code2 .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.code2 .s2 { color: #BA2121 } /* Literal.String.Double */
.code2 .se { color: #B62; font-weight: bold } /* Literal.String.Escape */
.code2 .sh { color: #BA2121 } /* Literal.String.Heredoc */
.code2 .si { color: #B68; font-weight: bold } /* Literal.String.Interpol */
.code2 .sx { color: #008000 } /* Literal.String.Other */
.code2 .sr { color: #B68 } /* Literal.String.Regex */
.code2 .s1 { color: #BA2121 } /* Literal.String.Single */
.code2 .ss { color: #19177C } /* Literal.String.Symbol */
.code2 .bp { color: #008000 } /* Name.Builtin.Pseudo */
.code2 .vc { color: #19177C } /* Name.Variable.Class */
.code2 .vg { color: #19177C } /* Name.Variable.Global */
.code2 .vi { color: #19177C } /* Name.Variable.Instance */
.code2 .il { color: #666 } /* Literal.Number.Integer.Long */
/*End of Pygmentise*/

/* Spoiler */
.spoiler3 {	visibility: visible; }
.spoiler3_hidden { display: block; }
.spoiler_hidden a, .spoiler a
{
    visibility : hidden;
}


.supprimer_adresse
{
    float: left;
    width: 140px;
    margin-right: 8px;
    text-align: right;
}

/* zForm */
#corps label.center_label_cote
{
    line-height:23px;
}
#corps label.label_cote
{
    float: left;
    width: 150px;
    margin-right: 8px;
    text-align: right;
    font-weight: bold;
    cursor: pointer;
}
.cadre_previsualisation_finale
{
    border: 1px inset #CCC;
    padding: 3px;
    margin: 10px 0 7px 0;
    width: 95%;
}
.code_parse_final
{
    max-height: 500px;
    overflow: auto;
}
.apercu_tps_reel
{
    border: 1px solid #2C485C;
    overflow: auto;
    margin-top: 1px;
    padding: 0.2em;
    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 */
.boutons{margin-right: 20px;cursor: pointer;}
.boutons_zform, .zform {margin-left: 150px;}
.boutons_zform img {border: 1px #f8fafd solid;}
.boutons_zform img:hover, .element:hover
{
    border-top: 1px #e3e7ec solid;
    border-left: 1px #e3e7ec solid;
    border-bottom: 1px #5F5F5F solid;
    border-right: 1px #5F5F5F solid;
}

.element
{
    border: 1px #f8fafd solid;
}
.smilies_zform {width: 130px; height: 180px; clear: left; float: left;}
.smilies, .smilies table td {text-align: center;}
.smilies_zform_grande {width: 130px;height: 280px;float: left;}
.smiley_cliquable, .bouton_cliquable {cursor: pointer;}

.opt_titre {text-align: center;	font-weight: bold;}
.lien_autobackup {float: right;	margin-right: 3em;}

/* Extra CSS pour la zForm */
.zform_menu
{
    cursor: pointer;
    display:none;
    position:absolute;
    background-color: #f8fafd;
    border: 1px #e3e7ec solid;
    padding: 2px;
}

.zform_couleur
{
    border: 1px #e3e7ec solid;
}

.zform_couleur:hover
{
    border: 1px #5f5f5f solid;
}

.boutons{float: left;}

.zform_trigger
{
    text-align: center;
    margin-right: 4px;

}

.clear{clear: both;}

.zform_menu
{
    display: none;
    position: absolute;
}


#liste_code
{
    padding: 2px;
    width: 150px;
    height:300px;
    overflow:auto;
}


div[id^="recent_"]
{
    color:brown;
    border: 1px #f8fafd solid;
}


div[id^="recent_"]:hover
{
    border-top: 1px #e3e7ec solid;
    border-left: 1px #e3e7ec solid;
    border-bottom: 1px #5F5F5F solid;
    border-right: 1px #5F5F5F solid;
}


div[id^="title_recent_"]
{
    color:brown;
}



.tutorial_wanted .bloc_others .element
{
    min-height: 110px;
    padding: 8px;
    background: url('../../images/designs/2/buttoncut.png') repeat-x -2006px;
    background-position: bottom;
    border: 1px solid white;
    border-bottom: 1px solid #FAFAFA;
    color: #696969;
}

.tutorial_wanted .bloc_others .element .description
{
    overflow: hidden;
}

.tutorial_wanted .bloc_others .element h4, .tutorial_wanted .bloc_headline .headline h4
{
    margin-bottom: 16px;
    font-style: normal;
}

.tutorial_wanted .bloc_others .element .img_my_tutorials, .tutorial_wanted .bloc_headline .headline .img_my_tutorials
{
    margin-top: -4px;
}

.tutorial_wanted .bloc_others .element2
{
    background:url('../../images/designs/2/buttoncut.png') repeat-x bottom -2006px;
    background-color: #FAFAFA;
    border-top:1px solid #FAFAFA;
    border-bottom:1px solid white;
}

.tutorial_wanted .bloc_others .element:hover , .tutorial_wanted .bloc_others .element2:hover
{
    border:1px solid #F5B325;
}
.tutorial_wanted .element2 .redactBlock
{
    border: 1px solid #FAFAFA;
}
#menuh_collaborate .tutorial_wanted .bloc_others .element
{
    border: none;
    border-bottom:1px solid #DEDEDE;
    background: none;
}
#menuh_collaborate .tutorial_wanted .bloc_others .element:hover
{
    border: none;
    border-bottom:1px solid #DEDEDE;
    margin: 0;
    padding: 0;
}
#menuh_collaborate .tutorial_wanted .bloc_others .element, #menuh_collaborate .tutorial_wanted .bloc_others .element2, #menuh_collaborate .tutorial_wanted .bloc_headline .headline
{
    min-height: 50px;
    padding: 0;
    margin: 0;
}


