body {  /* lignes 1-4 de alter.css */
	background-image: url(img/Fond.gif);
	background-repeat: repeat;
}
#entete  /* lignes 5-11 de alter.css */
{
	background-image: url(img/BandeauUpam.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}
#entete a.nom-site,  /* lignes 12-19 de alter.css */
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	background-image: url(none);
}

/*=========================================================*/
/* DEBUT rajout de SC pour Modifier la hauteur du bandeau  */
/* source : http://edu.ca.edu/foire-aux-questions          */
/*=========================================================*/
#entete  { height: 120px; } /* la hauteur de la nouvelle image du bandeau */
#encart { height: 130px } /* hauteur de l'image + 10px */
#menu-rubriques { height: 130px } /* hauteur de l'image + 10px */
/*=========================================================*/
/* FIN rajout de SC pour Modifier la hauteur du bandeau    */
/*=========================================================*/

/*===========================================================*/
/* DEBUT rajout de SC pour Cacher un item du menu principal  */
/* source : http://edu.ca.edu/foire-aux-questions            */
/*===========================================================*/
#menu-principal-resume {display:none}
/*===========================================================*/
/* FIN rajout de SC pour Cacher un item du menu principal    */
/*===========================================================*/

/* -------------------------------------------------------
 	1. LIENS base
 ------------------------------------------------------- */
/* lignes 5-9 dans base.css */
a, a:link, a:visited
{
	text-decoration: none;
	color: #641a02;
}

/* lignes 11-15 dans base.css */
a:hover
{
	text-decoration: underline;
	color: #641a02;
}

/* -------------------------------------------------------
 	2. MISE EN PAGE - BLOCS PRINCIPAUX
 ------------------------------------------------------- */
/* lignes 48-60 dans base.css */
#entete			/* voir (../inc/inc-bandeau.html) */
{
	background-color: transparent;
	/* background-image - voir/see : 'alter.css' */
}

/* lignes 72-80 dans base.css */
#bloc-contenu
{
	border: solid 1px #D4A98D;
	background-image: url(img/FondClair.gif);
	background-repeat: repeat;
}

/* -------------------------------------------------------
 	3. BANDEAU - ENTETE (inc/inc-bandeau.html)
 ------------------------------------------------------- */
/* lignes 138-144 dans base.css*/
#entete .nom-site span { right: -2000px; }

/* -------------------------------------------------------
 	4. ELEMENTS HTML DE BASE
 ------------------------------------------------------- */
/* lignes 178-188 dans base.css */
/* Intertitres insérés dans un article  */
h3.spip {
	background-color: transparent;
}

/* ------------------------------------------------------------------
 	5. NAVIGATION et MENUS
 -------------------------------------------------------------------- */
/* text : color */
.menu ul li li a, 
.menu ul li li a:visited 			{ color: black;}

.menu ul li a:hover,
.menu ul li li a:hover	{ color: white;}
.menu ul li li a.lienon 	{ color: white;} /* texte de la rubrique courante */

/* background */
.menu ul li a,
.menu ul li b 				{ background-color: maroon; } /* rubriques 1er niveau */


.menu ul li li a, 
.menu ul li li a:visited,
.menu li span 				{ background-color: #ffd584; } /* rubriques 2e niveau et suivantes, et articles */

.menu ul li a:hover,
.menu ul li li a:hover { background-color: #542200; }
.menu ul li li a.lienon 	{ background-color: #177c00; } /* couleur rubrique courante */

.menu ul li li a.article { background-color: #ffe6a2; }
.menu ul li li a.article:hover { background-color: #542200; }

/* -------------------------------------------------------
 	6. ARTICLE
 ------------------------------------------------------- */
/* lignes 360-367 dans base.css */
.chapo
{
	background-color: #FFF6CF;
}

/* -------------------------------------------------------
 8. EDITO (sur page sommaire.html)
------------------------------------------------------- */
/* lignes 472-483 de base.css */
.edito h3 {
	background-color: maroon;
	/* background-image - voir/see : 'alter.css' */
}

/* ligne 493 de base.css */
.edito .chapo {background-color: transparent;}

/* -------------------------------------------------------
 	14. FORMATS DE TEXTE
 ------------------------------------------------------- */
/* lignes 654-660 dans base.css */
.extrait
{
	background-color: transparent;
	border-bottom: 1px dotted maroon;
	border-left: 1px dotted maroon;
}

/* -------------------------------------------------------
 	17. FORMULAIRES
 ------------------------------------------------------- */
/* ligne 986-998 dans base.css */
#menu-lang,
#formulaire-lang
{
	font-size: 90%;
}

/* ligne 1003-1005 dans base.css */
#menu-lang { margin: .5em; color: black; }
#menu-lang a { font-weight: bolder; color: maroon; }
#menu-lang a:hover { font-weight: bolder; color: maroon; }


/*------------------------------------------------
	20. PAGINATION
 ------------------------------------------------*/
.pagination .ligne2 { background-color: #FFF4BF; }  /* ligne 1231 de base.css */

