@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;
}



:root
{	--couleur_tour: #ECE2EF;
}


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

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

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


.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%}
	
.titre1
{	color:#930000;
	font-weight:bold;
	font-size:120%;
	margin: 10px auto 10px;
	text-align: center;
	background-color: #DDDADA;
	border-radius: 10px;
	padding: 2px 10px 2px 10px;
}

.titre2
{	color:#330000;
	font-weight:bold;
	font-size:115%;
	margin: 9px auto 9px;
	text-align: justify;
	background-color: #DDDADA;
	border-radius: 10px;
	padding: 1px 10px 1px 10px;
	display: inline-block;
}

.titre3
{	color: #930000;
	font-weight:bold;
	font-size:120%;
	margin: 10px auto 8px;
	text-align: center;
}

.titre4
{	color:#600;
	font-weight:bold;
	font-size:120%;
	margin: 9px auto 9px;
	text-align: justify;
}	
	
.titre5
{	color:#500;
	font-weight:bold;
	font-size:110%;
	margin-top:8px;
	margin-bottom:8px;
}	
.titre6
{	color:#500;
	font-weight:bold;
	font-size:105%;
	margin-top:5px;
	margin-bottom:5px;
}



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;
}


h4	
{
	text-align: center;
	font-family: "texgyreadventor", Arial, sans-serif;
	color: #9979DE;
	font-weight: bold;
	font-size: medium;
	margin: 0;
}


.commentaires
{	background-color: var(--couleur_tour);
	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_theme
{	color:#666;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	font-size: 1.1em;
}

.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;
}



@media screen and (max-width: 980px)
{	
	table
	{	width: 98%;
		font-size: 1.8em;
	}
	td
	{	padding-top: 2%;
		padding-bottom: 2%;
	}
	.petit
	{
		font-size: 0.8em;
	}
	input
	{	font-size: 0.8em;
	}
}
