/* Si vous ouvrez ce fichier en ligne, faites Enregister sous... 							*/
/* puis renommez-le en spip_style.css et installez-le à la place du fichier standard			*/
/*																	*/
/* Fichier spip_style.css avec explications pour modifier facilement le look sous SPIP			*/
/* Modifiez les parametres selon vos goûts. Cette combinaison est baptisée WEBGENE				*/
/* - 28/02/02 - Utilisation libre -												*/

/* INSTRUCTION		TRADUCTION			PARAMETRES POSSIBLES						*/	
/* text decoration:	decoration texte		none underline overline line-through blink		*/
/* font-style		police-style		normal italic							*/
/* font-family:      	police-famille		Arial Times Helvetica courrier albertus ...		*/ 
/* font-size:        	police-taille		12pt 18pt... ou 100% 120% ou small medium ...		*/
/* font-weight:      	epaisseur de police	normal bold ou 100 200 ... 900 (bolder)			*/ 
/* color:            	couleur de texte		#RRVVBB ou gray white silver ... 				*/
/* background-color:	couleur de fond		#RRVVBB ou gray white silver ...ou transparent		*/
/* padding:         	écartement			1px 6px... ou 4% 15% ...					*/
/* width:            	largeur			80% 100% 110% ...							*/
/* text-align:       	alignement du texte	left right center							*/
/* vertical-align:   	alignement vertical 	top middle bottom							*/

/*			QUELQUES PARAMETRES COURANTS 										*/
/*																	*/
/* 	underline:souligné  overline: surligné  line-through:barré  bold:gras  none: aucun 			*/
/* 	COULEURS:  #RRVVBB  RougeVertBleu chacune dosées entre 00 et FF  (11,33,..,99,AA,BB, ..., FF) 	*/
/*																	*/
/*	(rrvvbb) ou	(color)	(traduction)										*/
/* 	FF0000	red    	rouge												*/
/* 	00FF00 	green  	vert												*/
/* 	0000FF 	blue  	bleu												*/
/* 	FFFFFF 	white  	blanc   											*/
/* 	000000 	black 	noir    											*/
/*	C0C0C0	gray	gris													*/
/*	F0F0F0		gris clair												*/
/* 	FFFF00	yellow  	jaune   											*/
/*	FFDDBB		sable													*/
/*  008080   teal                            */

/* VOUS POUVEZ AJOUTER DES LIGNES "police-style:italic;" ou autres dans les éléments 			*/
/* pour les instructions/paramètres de style voir ici: http://www.laltruiste.com/courscss/		*/
/* pour les choix de couleur voir ici: http://outils.zazie.net/couleur_comp.php3				*/

/* LES PARAMETRES ICI --vvvvvvvv  sont à modifier (tabulations prévues pour WordPad)			*/

BODY{
/* Familles de police des textes (textes de squelette .html sans <font>) 					*/
	font-family:	arial,helvetica,sans-serif; 
/* Taille des textes (textes des squelettes .html sans <font>) 							*/
	font-size:		12px;
/* Couleur des textes (textes de squelette .html sans <font>), ici bleufoncé 					*/
	color:		#003333;
/* Couleur ou image de fond des pages (point de separation spip sur fond blanc!), ici blanc 		*/
	background:		#CCCCCC url(#CHEMIN{IMG/fondmurbien.jpg}) repeat fixed;
/* Couleurs de la barre de défilement 											*/
 scrollbar-face-color:	#339999;
 scrollbar-highlight-color:#FFFFFF;
 scrollbar-3dlight-color:#0000FF;
 scrollbar-darkshadow-color:#000000;
 scrollbar-arrow-color:	#FF0000;
 scrollbar-track-color:	#336699;
}

/* Liens non visités (avant clic) (attention fonds messages et menu) , ici bleusombre/transparent 	*/
a:link {
	text-decoration:	underline;
	police-style:	normal;
	font-weight:	normal;
			/* Couleur du texte des liens non visités, ici bleusombre 					*/
	color:		#000099;
			/* Couleur du fond des liens non visités, ici transparent 					*/
	background-color:	transparent;
}
/* Liens visités (après clic) (attention fonds messages et menu), ici vert teal/transparent 	*/
a:visited {
	text-decoration:	underline;
	font-style:		normal;
	font-weight:	normal;
	color:		#008080;
	background-color:	transparent;
}
/* Liens au survol (de la souris), ici bleu/blanc (attention fond blanc sur fond menu), ici bleu/gris */	
a:hover {
	text-decoration:	underline;
	font-style:		normal;
      font-weight:	normal;
	color:		#0000FF;
	background-color:	#EEEEEE;
}
/* Liens actifs (au clic), ici rouge/blanc										*/
a:active	{
	text-decoration:	underline;
	font-style:		italic;
	font-weight:	normal;
	color:		#FF0000;
	background-color:	#FFFFFF;
}
/* Liens vers l'extérieur(?) du site (avant clic), ici verfoncé/transparent 					*/
a.offsite	{
	text-decoration:	underline;
	font-style:		normal;
	font-weight:	normal;
	color:		#006600;
	background-color:	transparent;
}

/* Liens d'articles URL non visités ([->http://...]) ici vertfoncé/gris 					*/
a.spip_url {
	text-decoration:	underline;
	font-style:		normal;
	font-weight:	normal;
	color:		#006600;
	background-color:	#EEEEEE;
}
/* Liens d'articles INTERNES non visités dans articles ([nomdulien->article.xx] 				*/
/* ou [->articlexx]-qui affiche le titre de l'articlexx-) ici rouge/gris  					*/
a.spip_in { 
	text-decoration:	underline;
	font-style:		normal;
	font-weight:	normal;
	color:		#0000AA;
	background-color:	transparent;
} 
/* Liens d'articles EXTERNES non visité dans articles 								*/
/* ([nomdulien->http...] ou [http...->http...]) ici bleu/gris  							*/
a.spip_out {
	text-decoration:	underline;
	font-style:		normal;
	font-weight:	normal;
	color:		#0000FF;
	background-color:	transparent;
}

/* Notes de bas de page créées par raccourci [[xx]],  ici bleu/gris 						*/
p.spip_note {
	text-decoration:	none;
	font-style:		italic;
	font-weight:	normal;
	color:		#FF00FF;
	background-color:	transparent;
}

/* TABLEAUX créés avec raccourcis | SPIP |  ||  |  									*/

			/* Première rangée des tableaux, ici noir/sable 						*/
table.spip tr.row_first {
	font-weight:	bold;
	color:		#000000;
	background-color:	#FFDDBB;
}
			/* Lignes paires des tableaux, ici noir/gris 							*/
table.spip tr.row_odd {
	color:		#000000;
	background-color: #C0C0C0;
}
			/* Lignes impaires des tableaux, ici noir/grisclair 						*/
table.spip tr.row_even {
	color:		#000000;
	background-color: #F0F0F0;
}
			/* Cases composant les tableaux  									*/
table.spip td {
	padding:		1px;
	text-align:		left;
	vertical-align:	center;
}

/* Formulaires cases (inscr, pétit, prop site, rech dans site), ici noir/blanc  			*/
.forml {
	color:		#000000;
	background-color:	#FFFFFF;
	width:		100%;
}
/* Séparations de parties (Cadres) de formulaires (inscription etc.)						*/
/* ici fond gris C0C0C0      bordure gris foncé 666666  								*/
.spip_encadrer {
	background-color:	#EEEEEE;
	width :		100%;
	padding:		5px;
	border:		1px #666666 solid;
}
/* documents */
.spip_documents {
	font-size:		10px;
}
/* Boutons de formulaires, ici bleufoncé/sable 										*/
.spip_bouton {
	color:		#000033;
	background-color:	#FFDDBB;
}


/* Formulaire "Rechercher" (page sommaire), ici bleusombre/sable 							*/
.formrecherche {
	color: #000000;
	background-color:	#33CC99;
	width:           	 50% ;
}

/* Surlignage des mots recherchés sur une page de résultats de recherche, ici: Fond Jaune 		*/
.spip_surligne {
	background-color: #FFFF66;
}

/* Messages de réponse aux formulaires (inscription,pétition), ici rouge/sable 				*/
.reponse_formulaire {
	text-decoration:	none;
	font-family:	Verdana,Arial,Helvetica,sans-serif;
	font-weight:	bold;
	font-size:		110%;
	color:		red;
	background-color:	#FFDDBB;
}
/* Intertitre dans les textes (3 accolades SPIP)  									*/
h3.spip {
	font-family:	Verdana,Arial,Helvetica,sans-serif;
	font-weight:	bold;
	font-size:		120%;
	text-align:		center;
}
/* Balise <cadre></cadre> (encadre/visibles des lignes de code, pour cop/coll) ici, bleu/blanc 		*/
.spip_cadre {
	color:		#0000FF;
	background-color:	#FFFFFF;
	width :		100%;
	padding:		15px; 
}
/* Balise <code></code> (laisse visibles des lignes de code, pour explics) ici, bleu/blanc 		*/
.spip_code {
	font-size:		100%;
	color:		#0000FF;
	background-color:	#FFFFFF;
	width :		100%;
}


/* non paramétré pour l'instant ...												*/
table.spip { } /* raccourci | || pour tableau, comportement général d'un tableau créé: position etc. */
hr.spip { } /*  raccourci ---- pour ligne de séparation horizontale */
b.spip { } /* raccourci gras (bold) {{xx}} */
i.spip { } /* raccourci italique {xx} */
p.spip { } /* raccourci de saut de paragraphe (en sautant une ligne) */

/* Tout ce qui est écrit entre slashes // n'a aucune fonction. 							*/
/* Lorsque vos parametres seront définitifs, vous pourrez éventuellement					*/
/* supprimer ces lignes de textes, ainsi que les lignes où le paramètre est "normal" 			*/
*/
