/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                eduDz
                          Page CSS d'eduDZ  
    
    Créée le              :  06 Avril 2006 (Oulaa ça date :D)
    Derniere mise a jour  :  26 Juil 2009                                                       
    Auteur                : InSide
    Version               : 2.0
    ------------------------------------------------------------------------------*/


/* -------------------- Couleurs */

.rouge      { color:#FF0000; }
.orange     { color:#FF9900; }
.jaune      { color:#FFFF00; }
.vert-f     { color:#009900  }
.vert-c     { color:#00FF66; }
.bleu-f     { color:#0000FF; }
.bleu-c     { color:#077FA7; }
.noir       { color:#000000; } 
.gris       { color:#999999; }
.gris-c     { color:#7B7B7B; }
.blanc      { color:#FFFFFF; }


/* -------------------- Balise position */
.gauche     { text-align: left;    }
.droite     { text-align: right;   }
.justifie   { text-align: justify; }
.centre 
{
    text-align   : center;
    margin-left  : auto;
    margin-right : auto;
}

/* -------------------- Mise en page */
.souligne   { text-decoration:underline; }


/* -------------------- Balise taille */
.ttpetit    { font-size: xx-small; }
.tpetit     { font-size: x-small;  }
.petit      { font-size: 0.9em;    }
.gros       { font-size: large;    }
.tgros      { font-size: x-large;  }
.ttgros     { font-size: xx-large; }



/* -------------------- Balise float */

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



/* -------------------- Balise code */

.autre
{
    font-family : "Bitstream Vera Sans Mono","courier new",monospace; 
    font-size   : 0.9em;
    border      : 1px #E6E6E6 solid;
    padding     : 5px;
    padding-top : 16px;
    background  : url(images/test/code.png) no-repeat left top;

}


.console
{
    font-family       : "Bitstream Vera Sans Mono","courier new",monospace; 
    font-size         : 0.9em;
    background-color  : #000000;
    color             : #FFFFFF;
    border            : 1px #E6E6E6 solid;
    background-image  : url(images/test/code.png);
    background-repeat : no-repeat;
    background-position :  left top;
    padding     : 5px;
    padding-top : 18px;    
}



/* -------------------- Balises d'informations */

.attention
{  
    color       : #d38d61;
    background  : url(images/Zcode/attention.png) no-repeat;
}
.information
{   
    color       :#488048;
    background  :url(images/Zcode/info.png) no-repeat;
}

.erreur
{
    color       :#c25f5f;
    background  :url(images/Zcode/erreur.png) no-repeat;
}

.question
{
    color       :#6c96d3;
    background  :url(images/Zcode/question.png) no-repeat;
}

.wiki_vide
{
    color       :#488048;
    background  :url(images/Zcode/drapeau-vert.png) no-repeat;
}

.information, .attention, .question, .erreur, .wiki_vide, .barre_info
{
    height              :50px; /* On fixe la hauteur, que IE interprete comme une "hauteur minimale" */
    display             :block;
    font-weight         :bold;
    padding-left        :50px;
    vertical-align      :middle;
    background-position :5px 50%;
}

/* 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
{
    height:auto;
    min-height:35px;
}

/* -------------------- Balises citation */
.bloc_citation
{
    width       : 80%;
    margin      : 20px;
    border      : 1px solid #F0F0F0;
    border-left : 4px solid #F0F0F0;
    padding     : 0px 8px 8px 8px;
    background  : url(images/objets/quote.gif) no-repeat 20px 15px;  
}

.auteur_citation
 {
    font-size    : 13px;
    font-weight  : bold;
    color        : #777777;
    text-indent  : 25px;
    padding-left : 10px;
    font-variant    : small-caps;
 }