/* codes couleurs
	bleu clair > e0e9f5
	bleu intermediaire > c1d3ec
	bleu fonce > 6384ba
*/



/* corp du texte principal et fond arrière*/
body{ background:#e0e9f5; color:#555; }


/* les liens */
a { color: #222; }
a:hover { color: #000; }
a:visited { color: #555; }


/* le fond derrière les cadres (peut ajouter une ombre aux cadres)*/
#container{	background:#e0e9f5; }


/* le fond derrière les textes (encore)*/
#surcontent{ background:#6384ba; }
#surcontent p { margin: 0; padding: 10px 0; }


/* L'en-tête et son fond plus une image saisonnière derrière le logo en option */
#header{ background:#6384ba; background-image:url(imgs/bando.jpg); }


/* La couleur des H3 et H5, respectivement Titre et descriptif */
#header h2 { color: #fff; }
#header h1 a{ color: #fff; }


/* le fond derrière le menu horizontal */
#menu {	background:#6384ba; }
#menu-lang { }


/* le fond derrière les bulles */
ul#nav li{ background: #fff;																				border: 5px solid red; }
ul#nav a{ color:#666; }
ul#nav li.active a,ul#nav a:hover{ color:#000; }


/* met le texte en vert, en gris, en blanc, en pale */	
.vert{ color: #009900; }
.gris{ color: #999999; }
.blanc,.blanc a{ color:#fff; }
.pale,.pale a{ color:#888; }
	

/* Fond grande Boite Centrale */
#content{ background:#c1d3ec; }
	
	
/* Fond du pied de page + couleur du texte syndication*/
#footer{ background:#c1d3ec; color:#000; }


/* Les couleurs du bouton rss */
.rss-button { border-color: #ededf5 #dcdcec #7f7fb9 #9797c7; background: #6384ba; color:#fff; }


/* Les couleurs de fond des boites  */
.grande_boite{ background:#fff;	}
.boite{ background:#fff; }


/* le fond derrière les miniatures  */
#minipics li{ background:#fff; }


/* les deux x2 cellules/boites en haut et en bas avec le titre coloré*/
#cel li h4,#celbas li h4{ color:#fff; background: #6384ba; }


/* Des liens d'une autre couleur dans les deux x2 même cellules/boites*/
#cel li h4 a,#celbas li h4 a{ color:#fff; }


/* Des textes dans les deux x2 même cellules/boites*/
#cel li p, #celbas li p{ background:#fff; }


/* les icônes. Voyez dans le source des pages pour savoir qui correspond à quoi */
.icone_fleche{		background:url(../images/icones/hiver/hiver_bulle.gif); }
.icone_filter{		background:url(../images/icones/hiver/hiver_filter.gif);}
.icone_photo{		background:url(../images/icones/hiver/hiver_camera_unmount.gif);}
.icone_forum{		background:url(../images/icones/hiver/hiver_idea.gif);}
.icone_menu{		background:url(../images/icones/hiver/hiver_contents2.gif);}
.icone_agenda{		background:url(../images/icones/hiver/hiver_xfcalendar.gif);}
.icone_stats{		background:url(../images/icones/hiver/hiver_dialog-information.gif);}
.icone_article{		background:url(../images/icones/hiver/hiver_document.gif);}
.icone_zip{			background:url(../images/icones/hiver/hiver_zip.gif);}
.icone_juk{			background:url(../images/icones/hiver/hiver_audio-x-generic.gif);}
.icone_post{		background:url(../images/icones/hiver/hiver_redhat-email.gif);}
.icone_membre{		background:url(../images/icones/hiver/hiver_emblem-people.gif);}
.icone_recherche{	background:url(../images/icones/hiver/hiver_edit-find.gif);}
.icone_site{		background:url(../images/icones/hiver/hiver_internet-web-browser.gif);}
.premier{			background:url(../images/icones/hiver/hiver_go-top.gif);}
.dernier{			background:url(../images/icones/hiver/hiver_go-bottom.gif);}

.gis{				background:url(../images/icones/hiver/hiver_stock_pin.gif);}
.repondre a{		background:url(../images/icones/hiver/hiver_undo.gif);}
.repondre a,.icone_gis,.icone_site,.icone_fleche,.icone_post,.icone_membre,.icone_filter,.icone_article,.icone_photo,
.icone_forum,.icone_stats,.icone_menu,.icone_agenda,.icone_zip,.icone_juk,.icone_recherche{ background-repeat:no-repeat; }


/* les fonds des forums */
.discussion{ background:#fff;}
.avatar{background:#fff; }
.interne{ background:#e0e9f5; }
.interforum,.interforumgrand{ background:#edf7b7; }
.cadenas { background: url(../images/icones/hiver/hiver_emblem-lock.gif); background-repeat: no-repeat; }



/* les membres et leurs icônes */
.membres li a,.legende li,.forum li a{ background-repeat: no-repeat; }
.forum li a{ background-image:url(../icones/48x48/forum.gif); }
.auteur a,.leg_aut{ color:#5890d8; }
.visiteur a,.leg_vis{ color:#009900; }
.modo a,.leg_mod{ color:#FF9900; }
.attente a,.leg_att{ color:#000; }


/* les formulaires */
fieldset .focus { background: #ecedf4; color: #000; }


/* les tableaux */
table.spip tr.row_first { background-color: #6384ba; }
table.spip tr.row_odd {	background-color: #e0e9f5; }
table.spip tr.row_even { background-color: #c1d3ec; }


/* Minical */
#agenda table th{ color: #e0e9f5; background: #6384ba; }
#agenda table td { background: #e0e9f5;}
#agenda table td a{	display: block;	border: 1px solid #c1d3ec; color: #c1d3ec; font-weight: bold; text-decoration: none; background: #6384ba; }
#agenda table td.calendar_this_day{	border: 1px solid #c1d3ec; }
#agenda table td a:hover{ background: #c1d3ec; color: #6384ba; }

	

	
#deco .niftyfill{background: #fff;margin: 0;padding: 0;}

.texteencadre-spip { border: 1px solid #6384ba;	padding: 0 7px 0.7em; margin: 0 7px 0.7em; }

hr { border: 1px solid #6384ba; }