/*  ---------------------------------------------------------------- */
/*  Feuille de style specifique a l'impression                       */
/*  ---------------------------------------------------------------- */

/*  Correction des styles HTML par defaut
---------------------------------------------- */
body {
	background: #FFF;
	text-align: left;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}

.printerfriendlyDoc{

	width: 100%;

	margin: 11px;

	

	text-align:justify;

}

.logoLibeDoc{

	border-left : 0px;

	border-right :0px;

	border-top: 0px; 

	border-bottom : 1px;

	border-style: solid;

	border-color: #cccccc;

	padding-bottom: 10px;

 }

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; list-style: none; }

#titre{
	font-size: 30px;
	color: #0066CC;
	font-family: "Trebuchet MS","Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px 100px 0px 0px;
}



/*  Ne pas imprimer : on elimine les elements de navigation (display: none;)
---------------------------------------------- */
#entete, #hierarchie, #navigation, .encart, #pied { display: none; }
.forum-repondre, .forum-repondre-message, .formulaire_spip { display: none; }
.spip-admin, .spip-admin-float, .invisible { display: none; }

/*  Disposition a l'ecran
---------------------------------------------- */
.nettoyeur { clear: both; }

/*  Pour les liens, on les souligne et
/*  on affiche l'URL cible a la suite des liens sortants (!)
---------------------------------------------- */
a { color: #520; text-decoration: underline; }
/*a.spip_out:after, a.spip_glossaire:after { display: inline; content: " [" attr(href) "]"; }*/


/*  Un peu de coquetterie
/*----- cadres --------------*/


#page {
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	
	position: relative;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	
}
#bandeau {
	background: repeat-x url(images/toolbar_bg.png);
	position: relative;
	

}
#conteneur { width: 100%; }


/* espaceurs de blocs
------------------------- */
.invisible { position: absolute; top: -3000em; height: 1%; }
.nettoyeur { clear: both; margin: 0; padding: 0; border: 0; height: 0; line-height: 1px; font-size: 1px; overflow: hidden; }


#container {
width: 100%;
background: #FFF;
	
}

.contenu {
	margin: 10px;
}

		
		
		

	
#bas_page{
	font-size: 80%;
	text-align: center;
	width: 100%;
	clear: both;
}

/*------mise en page chemin ---------*/






/*------mise en page articles--------*/



 .article .hebreu {
	
	font-size: 140%;
	font-family: "Courier New", Courier, monospace;
	margin-right: 20px;
	
	
}
 .article .hebreu  p {
	margin-top: -5px;
}

.article{
	width: 100%;
	font-size: 80%;
	text-align: justify;
	text-indent: 0px;
	vertical-align: top;
	margin-left: 5px;
}
.article .titre {
	font-size: 30px;
	color: #0066CC;
	font-family: "Trebuchet MS","Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px 100px 0px 0px;
	
}
.article .image {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	border-top: 1px solid #999999;
	border-right: none #999999;
	border-bottom: none #999999;
	border-left: 1px solid #999999;
	color: #FFFFFF;
}
.article .date {
	color: #666666;
	text-indent: 40px;
	font-weight: bold;
}

.date{
	color: #999999;
	font-weight: bold;
	text-align: left;
}
a.spip_in { font-family : Arial, helvetica; font-size : 11px; color :#666666; text-decoration: none;}
a.spip_in :link{font-family : Arial, helvetica; font-size : 11px; color :#990000; text-decoration: none;}
a.spip_in :visited{font-family : Arial,helvetica; font-size : 11px; color :#6633FF; text-decoration: none;}
a.spip_in :hover{font-family : Arial, helvetica; font-size : 11px; color : #000099; text-decoration: none;}
a.spip_in :active{font-family : Arial,helvetica; font-size : 11px; color : #730000; text-decoration: none;}

a.spip_out{font-family : Arial, helvetica; font-size : 11px; color :#666666; text-decoration: none;}
a.spip_out :link{font-family : Arial, helvetica; font-size : 11px; color :#990000; text-decoration: none;}
a.spip_out :visited{font-family : Arial,helvetica; font-size : 11px; color :#6666CC; text-decoration: none;}
a.spip_out :hover{font-family : Arial, helvetica; font-size : 11px; color : #000099; text-decoration: none;}
a.spip_out :active{font-family : Arial,helvetica; font-size : 11px; color : #730000; text-decoration: none;}


a.spip_url { font-family : Arial, helvetica; font-size : 11px; color :#666666; text-decoration: none;}








#footer {
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	color: #909090;
}


#footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}


/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes de Spip-contrib 2007  */
/*  reprises des styles de la dist et de spip.net 2007  */
/*  ----------------------------------------------------------- */



/* Fil d'Ariane
------------------------- */
#hierarchie { clear: both; 
	margin: 0px 13em 0px 1em;
	padding-top : 0px; 
	border-top: 0px solid #339999;
	font-size: 0.77em; }

/* Pied de page
------------------------- */
#pied {
	clear: both;
	width: 100%;
	margin-top: 0em;
	border-top: 1px dotted #eeeeec;
	padding: 8px;
	text-align: center; 
	background: #eeeeec ;
}
#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }



/*  ------------------------------------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------------------------------------- */


