/************************************************
*
*				Chassan
*							head_rub.css
		En-tête de Rubrique
************************************************/

/************************************************
			Les paramètres retenues
	Header
Clr_Ltrh (Lettres)	:	#22b04c 022 182 076 (Couleur de l'icône)
Clr_Tête (En-tête)	:	#FFFFFF	255 255 255 white
Plc_Tête (Police)	:	verdana, arial, sans-serif;

	Général
Clr_Page (Page)		:	#FFFFFF	255 255 255 white
Clr_Artc (Article)	:	#8FBC8F	143 188 143	darkseagreen
Clr_Rubr (Rubrique)	:	#8FBC8F	143 188 143	darkseagreen
Clr_Menu (Menu) 	:	#3CB371	060 179 113	mediumseagreen
Clr_Bull (Bulle)	:	#FFFFFF	255 255 255 white
Clr_Appt (Apparté)	:	#FFFFFF	255 255 255 white
Clr_Ltrs (Lettres)	:	#000000	000 000 000	black
						#556B2F	085 107 047	darkolivegreen
Clr_Bord (Bordure)	:	#008000	000 128 000	green
Plc_Ch	(police)	:	verdana, arial, sans-serif

	Footer
Clr_Ltfo (Lettres)	:	#006400	000 100 000	darkgreen
Clr_Pied (Pied)		:	#8FBC8F	143 188 143	darkseagreen
Plc_Pied (Police)	:	verdana, arial, sans-serif;

	Le menu Burger
Clr_Burg_fond		:	#8FBC8F	143 188 143	darkseagreen
Clr_Burg_evol		:	#FF991A;
Clr_Burg_ltr		:	#FFFF00;
Plc_Burg			:	verdana, arial, sans-serif;

	Le menu standard
Clr_sdt_fond		:	#3CB371	060 179 113	mediumseagreen
Clr_sdt_evol		:	#FF991A;
Clr_sdt_ltr			:	#000000	000 000 000	black
Plc_sdt				:	verdana, arial, sans-serif;

************************************************/

main header {
	height: auto;
	border: 1px solid var(--Clr_Bord);	/* Clr_Bord	*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: var(--Clr_Rubr);	/* Clr_Rubr	*/
}

/*		Titre de la rubrique						*/
main header h1 {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: var(--Plc_Ch);			/* Police	*/
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	color: var(--Clr_Ltr1);				/* Clr_Ltrs	*/
}

/*	Titre 2											*/
/*****************************************************
h2 est réservé aux intertitres créés par SPIP.
Pour des raisons d'homogénéité, ce titre ne sera pas 
non plus utilisé ici.
*****************************************************/

/*	Titre 3 - Descriptif de la rubrique				*/
main header div p,
main header h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: var(--Plc_Ch);			/* Police	*/
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: var(--Clr_Ltr1);				/* Clr_Ltrs	*/
}
main header ul li,
main header p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: var(--Plc_Ch);			/* Police	*/
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: var(--Clr_Ltr1);				/* Clr_Ltrs	*/
}
