/* *****************************************************
 *  Feuille d'impression
 *
 *  auteur:   erational.org
 *  version:  1.0
 *  date:     2005.10.17
 * *****************************************************/
 
 /* Media Print - élément à cacher
-------------------------------------------------------- */
@page { 
	size: portrait;
	margin: 0;
	padding: 0;
} 

.spip-admin-float   {display:none;}
#sidebar            {display:none;}
#footer             {display:none;}
#mysweetfeet        {display:none;}


/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #47473c;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
	text-decoration: none
}


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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #47473c url(img/page.png) repeat-y center top;
	color: inherit;	
}
 
/* L'entête
-------------------------------------------------------- */

#top h1{
	margin: 0;
	padding-top: 2px;
	color: #F90;
}

#top h1 a{
	text-decoration: none;
	color: #F90;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	color: #DFDFDF;
	text-align: left;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
  display: none;
  /*
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
	*/
}

.post-title{
	color: #F90;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #F90;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */

/* Le pied de page
-------------------------------------------------------- */

/* Autres éléments (ajout erational)
-------------------------------------------------------- */





