
/* /////////////   A P C    ////////////////  */


/* Styles pour les encadrements � rajouter dans votre feuille de style :*/
 .texteencadre-spip {
	 background: #eaf8ff;
 }
 .caractencadre-spip {
	 background-color: #cff4ff;
 }


.caractencadre2-spip {
	border: 1px dotted #eeeeee;
	color: #999999;
	font-weight: bold;
}


a.spip_blank {
	color: #00baff;
}


img {
	border:none;
	padding: 0px;
}

li.spip, li {
	list-style-image:url(../../img/puce/fleche.gif);
}

div li {
	list-style-image: none;
}

h1.spip, h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	color: #5189b9;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	font-variant:small-caps;
	text-decoration: none;
}

h2.spip, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	color: #5189b9;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	text-decoration: none
}

h3.spip, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	background-color:#839aae;
	font-variant:small-caps;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left:3px;
	text-decoration: none
}


h4.spip, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5189b9;
	text-align: justify;
	text-decoration: none
}


h5.spip, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5189b9;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	text-decoration: none
}

h6.spip, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7ca1b9;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	text-decoration: underline;
}


/*  ------------------------------------------
/*  Habillage des FORMULAIRES
/*  ------------------------------------------ */

/* Correction des styles HTML par defaut */
.formulaire_spip fieldset { /* ZONE GLOBALE DE SAISIE  dans ecriture form*/
	background-color:#e4f9ff;
}

.formulaire_spip label,

.formulaire_spip legend { /* CHAMP TITRE DES ZONES SAISE */
	background: #7ca1ca; /* ROUGE fonc� Sinon, superposition dans MSIE */
}

.spip_bouton {
	background-image:url(../../img/fond_sommairecontenu_roll.gif);
}

/* SPIP BARRE de raccourcis TYPOgraphiques */
table.spip_barre a:hover img {
	background: #7b8faa;
}

/*  ------------------------------------------
/*  Habillage des FORUMS
/*  ------------------------------------------ */
ul .forum-message { padding-top: 10px; }
ul ul .forum-message { padding-top: 10px; }
ul ul ul .forum-message { padding-top: 10px;}
ul ul ul ul .forum-message { padding-top: 10px;}
ul ul ul ul ul .forum-message { padding-top: 10px;}

/*  B O I T E   D E  M E S S A G E  */

/* Boite de titre d'un forum : mise en couleur DE + EN + claire selon la profondeur du forum */
ul .forum-chapo { 
	list-style-image:none;
	background: #CCC;
}
ul ul .forum-chapo { background: #e0f5ff;}
ul ul ul .forum-chapo { background: #effaff; }
ul ul ul ul .forum-chapo { background: #f7fdff;}
ul ul ul ul ul .forum-chapo { background: #f7fdff; }


.spip_logos {
	margin: 0px;
}
