/* Les_Pruneaux.css - feuille de style pour le squelette des pruneaux */

	/*
	 * Essais pour une lettrine...
	 *
	 * => Marche bien sous IE, mais pas sous FireFox !!
	 */

	DIV[class="texte"] > P:first-child:first-letter	
	{ 
		font-size:	280%;	
		font-style:	italic;	
		font-weight:	bold;	
		float:		left;
		padding-right:	0.1em;
	}




	/* ===================================================================== */
	/* ===================================================================== */
	/* === CADRES DE LA PAGE =============================================== */
	/* ===================================================================== */
	/* ===================================================================== */


	/* --- Corps de page ------------------------------------ */
	body 
	{
		background-image:	transparent url("/img/background.jpg");
		padding: 		0px;
	}

	/* --- Logo --------------------------------------------- */
	div.frame_logo
	{
		position:		fixed;
		top: 			5px;
		left: 			5px;
	}

	/* --- Bandeau supérieur -------------------------------- */
	div.frame_navigator
	{
		background-color:	rgb(200, 200, 200);
		opacity: 		0.90;
		filter: 		alpha(opacity=90);

		position:		fixed;
		top: 			5px;
		left: 			210px;
		right: 			5px;
		height: 		17px;
		padding: 		1px;
		overflow:		hidden;

		border-width: 		2px;
		border-style: 		groove;

		font-size: 		14px;
		text-align:	 	left;
	}

	/* --- Bandeau inférieur -------------------------------- */
	div.frame_links
	{
		background-color: 	rgb(200, 200, 200);

		position:		fixed;
		bottom:			0px;
		right:			0px;
		left:			0px;
		height:			20px;

		padding: 		0px;
		overflow:		hidden;
		font-size: 		14px;
		font-style: 		italic;
		text-align: 		center;

		border-top:		1px solid #101010;
	}

	div.frame_links_normal
	{
		position:		absolute;
		top:			2px;
		left:			10px;
	}

	div.frame_links_admin
	{
		position:		absolute;
		top:			2px;
		right:			160px;
	}

	div.frame_links_logo
	{
		position:		absolute;
		top:			2px;
		right:			10px;
	}


	/* === MENU, OMBRE ET ATTRIBUTS ============================================== */

	/* --- Menu --------------------------------------------- */
	div.frame_menu_content
	{
		background-color:	rgb(200, 200, 200);
/*		background-image:	url("/img/background.jpg");*/

		position:		fixed;
		width:			180px;
		left:			5px;
		top:			140px;
		bottom:			30px;

		padding: 		5px;
		overflow:		auto;
		font-size: 		14px;
		text-align: 		left;
	}

	/* --- Ombre -------------------------------------------- */
	div.frame_menu_shadow
	{
		background-color:	rgb(160, 160, 160);

		position: 		fixed;
		width: 			190px;
		left: 			10px;
		top: 			145px;
		bottom:			25px;
	}


	/* === CONTENU ET ATTRIBUTS ================================================== */

	/* --- Contenu de la page ------------------------------- */
	div.frame_content
	{
		margin: 		30px 0px 0px 210px;
		padding:		10px;
		overflow:		hidden;		
	}




	/* ===================================================================== */
	/* ===================================================================== */
	/* === ELEMENTS ======================================================== */
	/* ===================================================================== */
	/* ===================================================================== */


	/*
	 * Correction des styles HTML par defaut
	 */

	.structure 
	{
		display: none;
	}

	h1,h2,h3,h4 
	{
		margin-top: 0em;
		margin-bottom: 0em;
		font-size: 100%;
		font-weight: normal;
	}

	/*
	 * Styles generaux
	 */
	a			{ text-decoration: none; color: #303030; }
	a:hover			{ text-decoration: none; color: #101010; background: #e8e8e8;	}
	a.selection_sommaire	{ text-decoration: none; color: #303030; font-weight: bold;	} 		/* Article  : Gris */
	a.selection_article	{ text-decoration: none; color: #109010; font-weight: bold;	} 		/* Article  : Vert */
	a.selection_rubrique	{ text-decoration: none; color: #1040FF; font-weight: bold;	} 		/* Rubrique : Bleu */
	a.normal_link		{ text-decoration: none; color: #101010; font-weight: bold;	font-style: italic;	}
	a.admin_link		{ text-decoration: none; color: #101010; 			font-style: italic;	}
	a.spip_out		{ text-decoration: none; color: #a02020; }
	a.spip_in, 
	a.spip_url		{ text-decoration: none; color: #2020a0; }
	a.spip_glossaire	{ text-decoration: none; color: #20a020; }


	/* 
	 * Attribut : Titre Menu
	 */
	div.menu_title
	{
		font-size:		18px;
		text-align:		center;
		text-decoration:	underline;
		padding:		10px;
	}

	/* 
	 * Attributs : Niveaux Menu
	 */
	div.menu_separator	{	padding: 10px 0px 10px 0px;							}
	div.menu_level_1	{	padding-left:	 0px;		font-weight:	bolder;
							padding-top:	10px; 								}
	div.menu_level_2	{	padding-left:	15px;		font-size:		90%;	}
	div.menu_level_3	{	padding-left:	30px;		font-size:		90%;	}
	div.menu_level_4	{	padding-left:	45px;		font-size:		90%;	}
	div.menu_level_5	{	padding-left:	60px;		font-size:		90%;	}

	/*
	 * Attribut pour afficher un comptage
	 */
	font.comptage		{	font-weight:	normal;		font-size:		70%;	}


	/*
	 * Styles pour le contenu (c-a-d. la colonne principale)
	 */
	.frame_content h1	/* used */
	{
		font-size: 	180%;
		font-weight: 	bold;
		text-shadow: 	0.2em 0.2em;
	}

	.frame_content h2	/* used */
	{
		font-size: 	120%;
		font-weight: 	bold;
		text-shadow: 	0.2em 0.2em;
	}

	.frame_content .surtitre /* used */
	{
		font-size: 	110%;
		font-weight: 	bold;
		font-variant: 	small-caps;
		margin-top: 	0em;
		margin-bottom: 	0em;
	}

	.frame_content .categorie /* used */
	{
		font-size: 	80%;
		font-variant: 	small-caps;
		text-align:	right;
		margin-top: 	0em;
		margin-bottom: 	0.2em;
		margin-right:	1em;
		
	}

	.chapo 			/* used */
	{
		font-family: 	"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		font-weight: 	bold;
		text-align: 	justify;
		font-size: 	80%;
		line-height: 	1.4em;
		margin-top: 	1em;
	}

	.texte,			/* used */ 
	.texte p.spip 
	{
		font-family: 	Georgia, Garamond, Times, serif;
		text-align: 	justify;
	}

	.ps 			/* used */
	{
		font-family: 	Georgia, Garamond, Times, serif;
		text-align: 	justify;
		font-size: 	85%;
		padding-top: 	0.6em;
		margin-top: 	0.6em;
		border-top: 	1px dashed #404040;
	}

	.notes 			/* used */
	{
		font-family: 	Georgia, Garamond, Times, serif;
		text-align: 	left;
		font-size: 	80%;
		margin-top: 	0.6em;
		margin-bottom: 	0.6em;
		border-top: 	1px solid #a0a0a0;
		padding: 	1.5em;
	}

	/*
	 * Disposition a l'ecran : colonnes, encarts, cartouches
	 */

	.cartouche_sommaire	/* used */
	{
		margin-top:	0em;
		padding-top:	0em;
		border-bottom:	3px solid #303030;
		padding-bottom:	1em;
		margin-bottom:	1em;
	}

	.cartouche_article	/* used */
	{
		margin-top:	0em;
		padding-top:	0em;
		border-bottom:	3px solid #109010;
		padding-bottom:	0em;
		margin-bottom:	1em;
	}

	.cartouche_rubrique	/* used */
	{
		margin-top:	0em;
		padding-top:	0em;
		border-bottom:	3px solid #1040FF;
		padding-bottom:	0em;
		margin-bottom:	1em;
	}

	.encart			/* used */
	{
		font-family: 	Verdana, Arial, Helvetica, sans-serif;
		float: 		right;
		width: 		34%;
		margin-left: 	4%;
		margin-top: 	0em;
		margin-bottom: 	0em;
		margin-right: 	0px;
	}

	div.spip-admin		/* used */
	{
		position: 	fixed;
		bottom: 	15px;
		right: 		0px;
		font-size: 	90%;
		padding: 	2px;
		line-height: 	1.4em;
	}

	input.spip_bouton	/* used */
	{
		border: 	2px solid #404040;
		padding: 	3px;
		background: 	#d0d0d0;
		font-family: 	"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}




	/* USED ??????????????????????????????????????????????? */

/*
	.frame_content .detail 	
	{
		font-size: 	80%;
		color: 		#303030;
		margin-left: 	2em;
	}

	.frame_content .detail .important 
	{
		color: 		#a02020;
	}

	.extrait
	{
		border: 	groove 2px #a0a0a0;
		padding: 	1em;
		font-size: 	85%;
		margin: 	0.1em;
		margin-top: 	0.5em;
		margin-bottom: 	0.5em;
		margin-left: 	2em;
		margin-right: 	0.1em;
		line-height: 	1.4em;
	}


	.liste-articles
	{
		margin-top: 	1em;
		margin-bottom: 	1em;
		clear: 		left;
	}

*/

/* end of file */
