@font-face {font-family: 'Ubuntu';
	src: url('polices/Ubuntu-R.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {font-family: 'Ubuntu';
	src: url('polices/Ubuntu-B.ttf');
	font-weight: bold;
	font-style: normal;
}
@font-face {font-family: 'Ubuntu';
	src: url('polices/Ubuntu-RI.ttf');
	font-weight: normal;
	font-style: italic;
}

@font-face {font-family: 'Ubuntu';
	src: url('polices/Ubuntu-BI.ttf');
	font-weight: bold;
	font-style: italic;
}


@font-face {font-family: 'FontAwesome';
	src: url('polices/FontAwesome5_Free-Solid-900.otf');
	font-weight: normal;
	font-style: normal;
}



@font-face {font-family: 'texgyreadventor';
	src: url('polices/texgyreadventor-regular-webfont.woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {font-family: 'texgyreadventor';
	src: url('polices/texgyreadventor-bold-webfont.woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {font-family: 'texgyreadventor';
	src: url('polices/texgyreadventor-italic-webfont.woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {font-family: 'texgyreadventor';
	src: url('polices/texgyreadventor-bolditalic-webfont.woff');
	font-weight: bold;
	font-style: italic;
}






body
{
	background-color: var(--couleur_fond);
	font-family: 'Ubuntu', sans-serif;
}

table
{	width: 880px;
	background-color: #FDFDFD;
	border-collapse:collapse;
	border: solid 1px var(--couleur_fond);
}

.haut_de_seance
{	scroll-margin-top: 80px;	/* permet de placer le haut de la séance à 100px sous header lorsqu’on y va via une ancre */
}


td
{	border: solid 1px var(--couleur_fond);
}


.marge_int
{	padding: 1%;
}

.au_centre
{text-align: center;}

.gris
{color: grey;}

.petit
{font-size: 0.9em;}



.vert
{color: #005500;}


.gras
{	font-weight: bold;}
.italique
{font-style: italic;}

.bleu
{color: #000099}

.image_activite
{	text-align: center}


.resume_contenu
{	color: #000099;
	text-align: justify;
	padding-bottom: 3%}
	




a
{	text-decoration-color: #AAAACC;
	color: inherit;
}

.a_voir
{	background-color: #F8F8F8;
	color: #385113;
}
.a_voir .contenu
{	font-size: 0.9em;
}
.a_voir-image_et_lien
{	display: inline-block;
}
img.a_voir
{	float: left;
	margin-right: 5px;
}

.lien_avec_icone
{	font-size: 1em;
}

.lien_avec_icone a::before
{	font-family: 'FontAwesome';
	content: "\f0C1";
	text-decoration: none;
	font-size: 0.8em;
}

a:hover
{	color: navy;
	text-decoration-color: navy;
}

a:active
{	font-weight: bold;
	color: navy;
	text-decoration-color: navy;
}

a:visited
{	color: grey;
	text-decoration-color: grey;
}

.a_faire
{	background-color: #CFD4F0;
	color: #3e0951;
}

/* ------------------------ GRILLES --------------------------- */
.grille-cahier
{
	display: grid;
	
	grid-template-columns: calc((100% - 880px)/ 2) 880px auto;
	grid-template-rows: 85px auto auto;
	
	/*	grid-column-gap: 2px;
		grid-row-gap: 2px;	*/
	
	align-items: start;
	
	grid-template-areas:	"h h h"
				"g m ."
				". p .";
	margin: auto;
}

.grille-cahier-header
{	grid-area: h;
}

.grille-cahier-main
{	grid-area: m;
}

.grille-cahier-gauche
{	grid-area: g;
}

.grille-cahier-gauche a::before
{	font-family: 'FontAwesome';
	content: "\f053";
}
/*
.grille-cahier-droite
{	grid-area: d;
}
*/
.grille-cahier-pieddepage
{	grid-area: p;
}
















/* -------------------------------------------------------------- header (déplacé dans commun.css) ----------------------------------------- 
header div
{	/*width: 880px;*//*
	margin: auto;
}
h4	
{
	text-align: center;
	font-family: "texgyreadventor", Arial, sans-serif;
	color: #9979DE;
	font-weight: bold;
	font-size: medium;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #EFEFEF;
	width: 100%;
	position: fixed;
}
 ----------------------------------------------------------------------------------------------------------------- */

.commentaires
{	background-color: var(--couleur_fond);
	border: none;
}

.commentaires form
{	display: inline-block;
	margin: auto;
}



/* ------------------------------------------------------------------------ PAGE des liens ------------------------------------------------- */

.lien
{
	text-align: center;
}

.lien_date
{	color:grey;
	text-decoration: none;
}

.lien_presentation
{	color:navy;
	font-weight: bold;
	text-decoration: none;
}

.lien_adresse
{	font-size: 0.8em;
	text-decoration: underline;
	text-decoration-color: #AAAACC;
}





/* ------------------------------------------------------------------------ PAGE listant les articles ------------------------------------------------- */
.liste-articles_body
{	width:888px;
	margin:auto;
}

.liste-articles_theme
{	color:#666;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	
	border-top: solid;
	border-color: #BBB;
	padding-top: 10px;
}

.liste-articles_article
{	text-align: center;
	padding-bottom: 10px;
}

.liste-articles_article a
{	text-decoration: none;
	color: navy;
}

.liste-articles_article a:visited
{	color: gray;
}

.liste-articles_article a:hover
{	font-weight: bold;
}

.liste-articles_article a:active
{	font-weight: bold;
	color: red;
}

.liste-articles_id
{	color: grey;
	font-size: small;
}







/* ----------------------------------- menu déroulant séances par mois ----------------------------------- */
/*ul
{
	width: 150px;
	position: fixed;
}


/*ul li
{	display:none;

}*/


/*ul:hover li
{	display:block;
	height: 50px;
}
*/
/*
.menu_seances a
{	display: block;
	height: 30px;
	padding-top: 12px;
	background-color: #EFEFEF;
	text-decoration: none;
	text-align: center;
}

.menu_seances a:active
{	color:brown;
}

*/











@media screen and (max-width: 980px)
{	
	.grille-cahier
	{	
		grid-template-columns: 100%;
		grid-template-areas:	"h"
					"m"
					"p";
	}


	table
	{	width: 98%;
		font-size: 1.8em;
		margin: auto;
	}
	td
	{	padding-top: 2%;
		padding-bottom: 2%;
	}
	.petit
	{
		font-size: 0.8em;
	}
	input
	{	font-size: 0.8em;
	}
}
