/*
À modifier éventuellement (utiliser rechercher-remplacer) :
- La couleur principale bandeaux, corpus majoritaire, etc. Ici : #191970
- La couleur du hors corpus. Ici : #FFC857
- La couleur du corpus noyau. Ici : #169873;
- La couleur éventuelle du corpus théorique ou intermédiaire. Ici : #E9724C
- La largeur d'écran des pages. Par défaut 912 px (un demi écran d'ordinateur).
- À la fin du doc la couleur du texte des titres si besoin
*/


/* ARRIÈRE-PLANS */

body {background-color:white;}

/*Couleur principale */

@media screen {
	header, footer, header input, header a, footer input, footer a, .logo:hover, .logo a:hover, .fonce .titres, .fonce .titres input, .fonce .titres form, .oeuvre .titre { background-color:#191970; }
}

/*Couleurs secondaires*/

.modif_citation, .modif_oeuvre, .modif_projet { background-color:#F5F5F5; }


/* Corpus principal */
.noyau .titres, .noyau .titres input, .noyau .titres form { background-color:#169873;}

/* Corpus théorique*/
.theorique .titres, .theorique .titres input, .theorique .titres form {background-color:#E9724C; }

/* Hors corpus */
.clair .titres, .clair .titres input, .clair .titres form {background-color:#FFC857;}



/* BORDURES */
.choix { border-color:#191970; }

.chercher { border:2px #191970; }

.deroul { border-bottom: solid 1px #191970; }

.infos_livre, .oeuvre { border:1px solid #191970; }
			

	
/* TEXTES */

/* Dans les blocs formulaires de la page d'accueil */

/* Corpus normal */
.resultats_recherche_globale .fonce-resumes a { color:#191970; }

/* Corpus principal */
.resultats_recherche_globale .noyau-resumes a { color:#169873; }

/* Hors corpus */
.resultats_recherche_globale .clair-resumes a { color: #FFC857; }

/* Théorique */
.resultats_recherche_globale .theorique-resumes a { color:#E9724C; }


	
/* Textes principaux */

footer, footer input, footer a .texte-header, .oeuvre input, a:link, a:visited, header input, header a, header input:hover, header a:hover, footer input:hover, footer a:hover, .settings  {color: white;} 
	
.liste_resultats_resumes a, .liste_resultats_resumes a:visited {color:#191970;}


/* Titres de vignettes */

.noyau .titres a:link, .theorique .titres a:link, .noyau .titres a:visited, .theorique .titres a:visited, .fonce .titres a:link, .fonce .titres a:visited, .titre {
 color: white;
 text-decoration: none;
}

.clair .titres a:link, .clair .titres a:visited {
 color: #191970;
 text-decoration: none;
}
