/***********************************************************************
** screen.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/***********************************************************************
** These define the pmwiki "default" skin.  DO NOT EDIT THIS FILE
** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make
** changes to these settings, you can create a custom skin (see the
** README file), or you can use pub/css/local.css to override the
** settings here.
***********************************************************************/
body { margin-left:20px; margin-right:20px; }
@media screen { body { position:absolute; } }
.pagetitle { font-size:200%; font-weight:bold; }

#wikilogo { border-bottom:2px solid #cccccc; }

#wikihead {
  position:absolute; top:0px; right:0px;
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft {
  width:150px;
  padding-top:0.5em; padding-right:5px;
  font-size:smaller;
  border-right:2px solid #cccccc;
}
#wikileft h1 {
  margin:0px; background-color:#eeeeff;
  font-size:medium; text-align:center;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { padding-bottom:1em; padding-top:0.5em; }

#wikititle { padding-left:10px; vertical-align:top; }
#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { font-size:smaller; text-align:right; vertical-align:top; }
#wikicmds a { display:block; }

#wikifoot { clear:both; border-top:2px solid #cccccc; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

/*************************************************************************
**
** Arabexpo css
**
** v 0.2 / 12/07/05
**
** Copyright 2005 Antony Templier (z3l@free.fr)
*************************************************************************/

div {
    /* border: solid 1px #555;  Débugage */
}

/* STRUCTURE */
    body {
        position:relative;
        font-family:  Arial, Helvetica, Verdana, sans-serif;
        font-size: 80%;
        margin:0; padding:50px 0;
        background: #000000;
        color: #FFFF66;
        }

    #contener {
        position: relative;
        width: 780px;
        margin: 0 auto;
    }

    #header {
        margin:0; padding:0;
        border-bottom : solid 1px #FF6;
        height: 137px;
        background: url("images/titre.png") top left no-repeat;
        }

    #main1 {
        margin:0; padding:0;
        background:url("images/bandogauche.png") top left repeat-y;
        }
    #main2 {
        margin:0; padding:0;
        background:url("images/fcolr.png") top right repeat-y;
        }
    #left {
        float:left;
        width:64px;
        margin:0; padding:0;
        }
    #right {
        float:right;
        width:141px;pmichaud@pobox.com
        margin:0; padding:0;
        }
    #middle {
        margin:0 141px 0 64px;
        /*font-size:80%;*/
        }

    #footer {
        border-top : solid 1px #FF6;
        background:url("images/bandobas.png") top right repeat-x;
        height: 90px;

    }

    .column-in {
        margin:0; padding:0.5em 1em;
        }
    .cleaner {
        clear:both;
        height:1px;
        font-size:1px;
        border:none;
        margin:0; padding:0;
        background:transparent;
        }

/* Intérieur pied de page*/
    #tools {text-align: right;}

    #tools a{
    color: #777;
    text-decoration:none;
    }

    #tools a:hover {
    background:#000;
    color: white;
    }

    .actionsnav li {display: inline;}
    /*.actionsnav a {display: inline-block;}*/
    .actionsnav li:after {
        content:" | ";
        color: #FF6;
    }
    .actionsnav .logout:after, .admintools:last-child:after {content:none;} /*Suppression dernier pipe*/

    .logout a{color: #ddd; text-decoration:none; font-weight:bold}
    .logout a:hover {background:#fff; color: black;}

    .actionsnav .frame { /*Admin tools*/
        border: none;
        background: transparent;
        }

    #infoEndPage{
        color: #555;
        font-size:x-small;
        text-align: right;
        margin-top:75px;
    }

    #infoEndPage a{color:#777;text-decoration:none;}
    #infoEndPage a:hover{background:#000;color: white;}

    .cs{color:#fff;}

/*image étoile */
    .footcol1 {
    float: left;
    }

    .footcol1 img {
    background:  red;
    border:0;
    text-decoration:none;
    }

/* Boutons thématiques*/
    .bouton {
    text-align: right;
    font-size: 75%;
    width: 130px;
    border-right: 1px solid #FFFF66;
    border-bottom: 1px solid #FFFF66;
    padding: 5px;
    }

    .bouton p {
    margin:0;
    padding:0;
    }

/* Langues */
   .en {
    color: #6692BA;
    }

    .ar{
    color: #FF9766;
    direction: rtl;
    font-size: 150%;
    }

    #barlang {
    position: absolute;
    font-size: x-small;
    padding: 0;
    margin: 0;
    top: 110px;
    }

    /* liens langues permanents & liens barre thématique */
    .bfr {color:#FFFF66; text-decoration:none;}
    .bfr:hover {background:#FFFF66;color: black;}

    .ben {color:#6692BA; text-decoration:none;}
    .ben:hover{background:#6692BA;color: black;}

    .bar {color:#FF9766; text-decoration:none; font-size: 150%; direction: rtl;}
    .bar:hover{background:#FF9766;color: black;}

/* Divers */
    .cache { display:none; }

    h1,h2,h3,h4 { margin: 0.2em 0 }
    p { margin: 0.5em 0 }
    a { color:white }

/* Shearch box */
#cherche {
    position: absolute;
    top: 85px;
    right: 141px;
    width: 200px;
    text-align: right;
}

#cherche form {
    padding: 0;
    margin:0;
    }

.cherchetitre {
    font-size: 80%;
    font-weight:normal;
    }

.msearchbox{
    font-size: 100%;
    background: #000;
    color: #FFFF66;
    border: 1px solid #FFFF66;
}
.msearchbutton{
    background: #000;
    color: #FFFF66;
    border: 1px solid #FFFF66;
}

/* Page historique */

/*.diffbox{}*/
.difftime{color:black;}
/*.diffauthor{}*/
.difftype{color:grey;}

