

/*------------------- ELARGISSEZ LA FENETRE POUR NE PAS AVOIR DE RETOUR DE LIGNE ---------------------*/

/*																	*/

/* Si vous ouvrez ce fichier en ligne, faites Enregister sous... 							*/

/* puis renommez-le en spip_style.css et installez-le à la place du fichier SPIP standard			*/

/*																	*/

/* Fichier spipstyleXXX.css avec explications pour modifier facilement le look sous SPIP			*/

/* Modifiez les parametres selon vos goûts. Cette combinaison est baptisée COLOR				*/

/*																	*/

/* Ce fichier est actif dans toute page html (située dans le même dossier) comportant dans le HEAD	*/

/* l'instruction suivante : 	<link rel="stylesheet" href="spipstyleXXX.css" type="text/css" />		*/

/*																	*/

/*			- 01/10/02 - Cette feuille de style est copie libre CopID -					*/



/* INSTRUCTION		TRADUCTION			PARAMETRES POSSIBLES						*/

/*																	*/

/* text decoration:	decoration texte		none underline overline line-through blink		*/

/* font-family:      	police-famille		Arial Times Helvetica courrier albertus ...		*/

/* font-style		police-style		normal normal oblique						*/

/* font-weight:      	epaisseur de police	lighter normal bold 100 200 ... 900 (bolder)		*/

/* font-size:        	police-taille		10pt 12px 70% 80% xx-small medium large ...		*/

/* color:            	couleur de texte		#RRVVBB ou gray white silver ... 				*/

/* background-color:	couleur de fond		#RRVVBB ou gray white silver ...ou transparent		*/

/* background-repeat:	Répétition image fond	repeat repeat-x repeat-y no-repeat				*/

/* background-position:	Position image fond	100 500 ou 30% 60% ou top right ou center center ...	*/

/* padding:         	écartement			1px 6pt 4% 15% ...						*/

/* padding-top:		écartement haut		aussi: padding-right -left -bottom 				*/

/* margin:			marge				comme padding							*/

/* width:            	largeur			auto 100px 90% ...					*/

/* text-align:       	alignement du texte	left right center	justify					*/

/* vertical-align:   	alignement vertical 	top middle bottom ...						*/



/*						QUELQUES PARAMETRES COURANTS 							*/

/*																	*/

/* 	underline:souligné overline: surligné line-through:barré blink:clignotant 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    											*/

/*	EEEEEE			gris clair											*/

/*	333333			gris foncé											*/

/* 	FFFF00	yellow  	jaune   											*/





/* 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{

/* Famille de police des textes de squelettes .html				 					*/

	font-family:	Verdana,Arial,Helvetica,sans-serif;



/* Taille des textes de squelettes .html				 							*/

	font-size:		70%;



/* Couleur des textes de squelettes .html, ici noir 									*/

	color:		#000000;



/* Couleur ou image de fond des pages, ici gris clair 								*/

	background:		#B0FFE8 url(IMG/fondpage2.jpg) no-repeat;



/* Couleurs de la barre de défilement, ici bleu et vert, ombres blanche noire et bleue			*/

 scrollbar-face-color:	#336699;

 scrollbar-highlight-color:#FFFFFF;

 scrollbar-3dlight-color:#0000FF;

 scrollbar-darkshadow-color:#000000;

 scrollbar-arrow-color:	#FF0000;

 scrollbar-track-color:	#339999;

}



/* Textes des boutons <input> , ici noir/transparent */

INPUT {

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		70%;

	color:		#000000;

	background-color:	transparent;

}



/* Caractéristiques globales (force textes et liens entre <TD> et </TD>), ici noir/transparent 		*/

TD {

	font-size:		80%;

} 



/* MENU ASCENDANT YAHOO positionnement sur la page									*/

div#yahoo-dyn {

	background-color:	ivory ;

	position:		absolute;

 	top: 			50;	// si vous enlevez ces lignes le menu

	left:			50;	// sera en haut à gauche sous le logo

}



/* Lien hors texte non visité (avant clic) , ici bleu /transparent						*/

a:link {

	text-decoration:	underline;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		90%;

	color:		#0000ff;

	background-color:	transparent;

}

/* Tout lien visité (après clic), ici vert/transparent 								*/

a:visited {

	text-decoration:	underline;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		90%;

	color:		#006600;

	background-color:	transparent;

}

/* Tout lien au survol de la souris,ici orange/gris-bleu 									*/	

a:hover {

	text-decoration:	'underline overline';

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

      font-weight:	normal;

	font-size:		90%;

	color:		#28A8A8;

	background-color:	#90FFFF;

}

/* Tout lien actif (au clic), ici rouge/blanc										*/

a:active	{

	text-decoration:	underline;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		90%;

	color:		#FF0000;

	background-color:	#FFFFFF;

}

/* Lien hors texte ADRESSE URL (non visité) <a href="">, ici vert foncé/blanc					*/

a.offsite	{

	text-decoration:	underline;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		100%;

	color:		#003300;

	background-color:	#FFFFFF;

}



/* Lien de texte ADRESSE URL (non visité) [->http://...] ici jaune/noir		 				*/

a.spip_url {

	text-decoration:	underline;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		100%;

	color:		#FFFF00;

	background-color:	#000000;

}



/* Lien de texte EXTERNE (non visité) [xxxxxx->http...] ici violet/gris foncé  				*/

a.spip_out {

	text-decoration:	underline;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		100%;

	color:		#660099;

	background-color:	#CCCCCC;

}



/* Lien de texte INTERNE (non visité) [xxxxx->articlexx] ici marron/gris foncé  				*/

a.spip_in { 

	text-decoration:	underline;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		90%;

	color:		#663300;

	background-color:	#CCCCCC;

} 



/* raccourci SPIP GRAS (bold) {{xx}} , ici bleu/transparent 							*/

b.spip {

	text-decoration:	none;

	font-family:	Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	bold;

	font-size:		90%;

	color:		#0000AA;

	background-color:	transparent;

}



/* raccourci SPIP ITALIQUE {xx} , ici gris/transparent 								*/

i.spip {

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		100%;

	color:		#666666;

	background-color:	transparent;

}



/*  raccourci SPIP ---- pour LIGNE DE SEPARATION horizontale , ici bleue 					*/

hr.spip {

	color:		#0000FF;

}



/* NOTES de bas de page créées par raccourci [[xx]],  ici helvetica et bleu/gris foncé 			*/

p.spip_note {

	text-decoration:	none;

	font-family:	Helvetica;

	font-style:		normal;

	font-weight:	normal;

	font-size:		90%;

	color:		#0000FF;

	background-color:	#CCCCCC;

}



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



			/* Première rangée des tableaux, ici noir/sable 						*/

table.spip tr.row_first {

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	bold;

	font-size:		100%;

	color:		#000000;

	background-color:	#FFDDBB;

}

			/* Lignes paires des tableaux, ici noir/gris 							*/

table.spip tr.row_odd {

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		100%;

	color:		#000000;

	background-color: #C0C0C0;

}



			/* Lignes impaires des tableaux, ici noir/grisclair 						*/

table.spip tr.row_even {

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		100%;

	color:		#000000;

	background-color: #F0F0F0;

}



			/* Cases composant les tableaux  									*/

table.spip td {

	padding:		1px;

	text-align:		left;

	vertical-align:	center;

}



/* FORMULAIRES: SEPARATIONS entre les cases (petition..), ici fond gris, bordure gris foncé		*/

.spip_encadrer { 

	background-color:	#C0C0C0;

	width :		100%;

	padding:		5px;

	border:		1px #666666 solid;

}



/* FORMULAIRES: BOUTONS, ici rouge/sable 											*/

.spip_bouton {

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		70%;

	color:		#FF0000;

	background-color:	#FFDDBB;

}



/* FORMULAIRES: CASES (inscription, pétition, proposition site), ici bleu foncé/sable 			*/

.forml {

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		90%;

	color:		#000033;

	background-color:	#FFDDBB;



	width:		100%;

}



/* FORMULAIRE: RECHERCHE sur le site (page sommaire), ici bleu sombre/sable 					*/

.formrecherche {

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		90%;

	color:		#000099;

	background-color:	#FFDDBB;



	width:           	 50%;

}



/* Messages de REPONSE AUX FORMULAIRES (inscription,pétition), ici rouge/sable 				*/

.reponse_formulaire {

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	bold;

	font-size:		90%;

	color:		#AA0000;

	background-color:	#FFDDBB;

}



/* INTERTITRES dans les textes (3 accolades SPIP {{{ }}} ) , ici bleu foncé/transparent			*/

h3.spip {

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	bold;

	font-size:		80%;

	color:		#000033;

	background-color:	transparent;



	text-align:		center;

}



/* Balise <CADRE ></CADRE > (encadre des lignes de code, pour copier/coller) ici, bleu foncé/blanc 	*/

.spip_cadre {

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		80%;

	color:		#000066;

	background-color:	#FFFFFF;



	horizontal-align:	center;

	text-align:		left;

	width :		90%;

	padding:		5px; 

}



/* Balise <CODE ></CODE > (laisse visibles des lignes de code html ou spip) ici, vert foncé/sable 	*/

.spip_code {

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	bold;

	font-size:		90%;

	color:		#006600;

	background-color:	#FFDDBB;



	horizontal-align:	center;

	text-align:		left;		/* alignement du texte dans la zone    */

	width :		90%;		/* largeur de la case dans la zone     */

	padding:		2px;		/* espace entre texte et bord de cadre */

}



/* Informations sur les DOCUMENTS, ici vert foncé/transparent 							*/

.spip_documents{

	text-decoration:	none;

	font-family:	Verdana,Arial,Helvetica,sans-serif;

	font-style:		normal;

	font-weight:	normal;

	font-size:		70%;

	color:		#006600;

	background-color:	transparent;

}



/* Encadrement															*/

.spip_encadrer {

	width : 100%;

	background-color: #FFFFFF;

	padding: 5px;

	border: 1px #666666 solid;

}



/* Surlignage des mots recherchés sur une page de résultats de recherche, ici: Fond Jaune 		*/

.spip_surligne {

	background-color: #FFFF66;

}



/* a parametrer															*/



p.spip_note {

 

}



/* raccourci | || pour tableau, comportement général d'un tableau créé: position etc. 			*/

table.spip {



}



/* raccourci de saut de paragraphe (en sautant une ligne) 								*/

p.spip {



}





/* 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" 			*/

