/*	**********************************************************************************************
		*                                                                                            *
		*   Développeur : SIBILLE Thibaut - thibaut@rimay.net                                        *
		*   Destinataire : Chambery Kendo Club                                                       *
		*   Date de création du projet : janvier 2010                                                *
		*   Version du projet : 1.0                                                                  *
		*   Adresse web : www.kendo-chambery.com                                                     *
		*                                                                                            *
		********************************************************************************************** */


	/* GENERAL */
  	body { margin : 0; background-color : #4b63a4; background-image:url('images/fond.jpg'); }
  	body, td { font-family : Verdana,Arial; font-size : 11px; color : #543b1a; }
  	a { color : #a42216; text-decoration : none; }
  	a:hover { color : #bd873a; text-decoration : underline; }
		.filAriane { padding : 0 0 6px 0; font-size : 10px; color : #543b1a; }
  	.ligne  { width : 100%; height : 2px; position:relative;z-index : 6; background-image:url('images/ligne.png'); } /* pour les lignes au dessus du menu */
  	img { border : 0; } /* les images n'ont pas de bordure par defaut */
	  .imageDecale { margin : 45px 0 0 0; position : relative; } /* pour le décalage de l'image LOL de l'article SPIP */
		
	/* CONTENT */
  	#main { padding : 0; background-color : #FFF1D2; }
		
		/* Conteneur de l'article */
  		.blocArticle { padding : 0 22px 0 22px; margin : 0; }
  		
/*	*********************************************************************************************
		IMPORTANT !!! MODIFICATION STYLE SRI
		Cette modif est faite pour que le rendu via CKEditor et l'affichage de partout soit le même.
		Ceci permet de modifier le style de façon dynamique et nous rend moins dépendant de CKEditor.
		Ces styles sont valables pour le texte de l'editeur CKEditor, de la partie privée de SPIP et pour le site internet.
		Ces styles doivent etre les MEME dans les fichiers suivants mais avec des noms de classe DIFFERENTS :
		- prive/style_prive_defaut.css
		- squelettes/texteTitre.css
		- squelettes/ckeditorsri.css
		- squelettes/style.css
		- dans la config manuelle des styles du plugin CKEditor sous SPIP si besoin

		Pensez que le plugin CKEditor a une config sous SPIP qui doit inclure le style texteTitre.css
		 */
		  	.articleTitre { color : #543b1a; padding : 5px  20px 5px 0; font-size : 18px;	}
		  	.articleSousTitre { color : #895f27; padding : 0  20px 5px 0; font-size : 12px; }
			  .texteArticle { font-size : 11px; line-height : 16px; }

	  		/* Brèves */
					.brevesTitre { color : #543b1a; font-size : 11px; font-weight : bold; }
					.brevesDate { font-family : Georgia; font-size : 10px; color : #E6511E; text-align : right; letter-spacing : 1px; }
					.brevesContenu { color : #543b1a; line-height : 18px; font-size : 11px; }
					.brevesContenu a { color : #543b1a; text-decoration : none;}
					.brevesContenu a:hover { text-decoration : none; color : #bd873a; }
  		
		/* Colone de droite divers trucmes en page d'accueil */
	  	.bloc_contenuRight {
	  		padding : 30px 10px 30px 10px;
	  		background-color : #d0ad81;
				width : 230px;
				font-size : 11px;
				line-height : 16px;
			}

	/* formulaire Coupe des Alpes 2010 */
		.chiffre { font-size : 24px; color : #543b1a; font-weight : bold; }
		.formulaireCda { font-size : 10px; }
		.textChamps { font-size : 10; font-weight : bold; }
		.textResp { font-size : 10; font-weight : bold; color : white; }

	/* FOOTER */
		.footer { background-color : #4b63a4; font-size : 10px; color : white; background-image:url('images/pp_degrade.png'); }
		.footerSansBckgrnd { font-family : arial; background-color : #4b63a4; font-size : 10px; color : white; }
		.footerSansBckgrnd a { color : white; text-decoration : none; }
		.footerSansBckgrnd a:hover { color : white; text-decoration : underline; }
		.menusLeft { position : relative; float : left; padding : 14px 0 0 20px; }
		.menusLeft a { color : white; text-decoration : none; }
		.menusLeft a:hover { color : white; text-decoration : underline; }
		.menusRight { position : relative; float : right; padding : 14px 20px 0 0; text-align : right; color : #FF8C2E; }
		.menusRight a { color : #FF8C2E; text-decoration : none; }
		.menusRight a:hover { color : #FF8C2E; text-decoration : underline; }
		#copyright { padding : 5px; text-align : center; }

