/*
Feuille de style générale du site web biblio.ismalaris.org - Thème Berlin
Copyriht © 2007-2010, Florian Birée <florian@biree.name>.
*/

/******************************************************************************/
/*                                 Général                                    */
/******************************************************************************/

/* corps de la page :
*********************/

html, body{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.2;
}

html{
    background-color: #f2c56c;
    padding: 1em 5%;
}

body{
    color: #f2c56c;
    font-size: 85%;
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    background-color: #661101;
}

/* liens :
**********/
a, a:visited{
    color: #661101;
    text-decoration: underline;
}
a:hover{
    color: #f2c56c;
    text-decoration: underline;
}

/* Titres :
**********/
h1, h2, h3, h4, h5, h6{
    color: #661101;
    font-weight: bold;
}

/* abbréviations :
******************/
acronym, abbr {
    cursor:help;
    border-bottom: 1px dotted #f2c56c;
}

/* Citations :
**************/
q {quotes : "« " " »" "“" "”";}
q:before{content : open-quote;}
q:after{content : close-quote;}

blockquote {
    background: #f2c56c;
    border-left: #661101 3px double;
    margin: 0 1em;
    padding: 0 1ex;
}

/* Paragraphes :
****************/
p {
    text-align: justify;
}

/* Listes :
***********/
ul {
    list-style-image: url(img/puce.gif);
}

/* Éléments de texte à police de largeur fixe :
***********************************************/
textarea, pre, code { font-size:0.9em; }
pre, code { font-family: 'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height: 1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* hCards :
***********/
abbr[class*="dt"] {border:none;}
 
.vcard {
    background: url(img/vcard.png) top left no-repeat;
    padding-left: 20px;
    min-height:16px;
}

.right {
	float:right;
	margin:0 0 1em 1em;
}
.left {
	float:left;
	margin: 0 1em 1em 0;
}

/******************************************************************************/
/*                              Décorations                                   */
/******************************************************************************/

/* liens absolus :
******************/
a[href^="http"]:after {content:"\0000a0"url(img/ext.png);}
a[href*="biree.name"]:after, a[href*="localhost"]:after, a.image:after {content:""; content:none;}
a[href^="mailto:"]:after {content:"\0000a0"url(img/mail.png);}
a[href^="xmpp:"]:after {content:"\0000a0"url(img/jabber.png);}
a[href^="sip:"]:after {content:"\0000a0"url(img/phone.png);}

/* liens en langue étrangère :
******************************/
a[hreflang]:before {content:"("attr(hreflang)")\0000a0";}
a[hreflang="fr"]:before {content:""; content:none;}

/******************************************************************************/
/*                             Structure                                      */
/******************************************************************************/

/* Header :
***********/
#header {
    background: #661101 url(img/berlin.jpg) top left no-repeat;
    padding-top: 1em;
    padding-left: 400px;
    margin-bottom:0;
    height:200px;
    text-align:right;
    font-size:1.1em;
}
#header a, #header a:visited {
    color: #f2c56c;
    text-decoration: none;
}
#header a:hover {
    color: #f2c56c;
    border-bottom: 1px #f2c56c dashed;
}
#header h1 {
    margin-right:1ex;
    color:#A1B747;
}
#header h2 {
    background:#f2c56c;
    color:#661101;
    width:100%;
    padding: 1ex 1em 1ex 0;
}
#header h2:before {
    color:black;
    content:"[[ "
}
#header h2:after {
    color:black;
    content:" ]]"
}

/* NavBar :
***********/

#navbar {
    width:25%;
    float:left;
    font-size:95%;
    color:#f2c56c;
}
#navbar a, #navbar a:visited {
    color:#f2c56c;
    border-bottom: 1px #f2c56c dotted;
    text-decoration:none;
}
#navbar a:hover {
    color:#f2c56c;
    border-bottom: 1px #f2c56c dashed;
    text-decoration:none;
}
#navbar > * {
    border-top: 1px #f2c56c dashed;
    padding-top:1em;
    margin-left:1em;
    margin-right:1em;
}

#navbar form, #navbar fieldset{
    border:none;
    /*margin:0;
    padding:0;*/
}


/* Content :
************/
#content {
    margin: 0 1em 0 26% ;
    padding: 1ex;
    font: 1em/1.5em georgia, "Times New Roman", Times, serif;
    background:url(img/bg.jpeg);
    border-left: 1px #661101 dashed;
    min-height:16em;
    color:black;
}

/* page footer :
****************/
#infos {
    position:relative;
    top: -4em;
    width:25%;
    font-size:0.8em;
    color:#f2c56c;
}
#infos a{
	color:#f2c56c;
}

/* Footer :
***********/
#footer {
    font-size:0.8em;
    margin-top:-3.5em;
    padding-bottom:1em;
    padding-left:26%;
    color:#f2c56c;
}
#footer p{
    margin:0;
}
#footer a, #navbar a:visited {
    color:#f2c56c;
    border-bottom: 1px #f2c56c dotted;
    text-decoration:none;
}
#footer a:hover {
    color:#f2c56c;
    border-bottom: 1px #f2c56c dashed;
    text-decoration:none;
}

/* Edit field :
***************/

#id_page_content {
	display: block;
	width: 100%;
	height: 30em;
}

