@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&amp;display=swap');

:root {
	--img-article-basDroite: '/images/fondBasDroite1.png';
	--img-article-basGauche: '/images/fondBasGauche.png';
}


.articlePos1 {
	font-size:1.1em;
	font-weight:bold;
	color: black;

}

.articlePos2 {
	font-size: 1.1em;
	color: black;
}

.articlePos3 {
	font-size: 1em;
	color: black;
}

.articlePosPlus {
	font-size: .8em;
	color: black;
}

.imgHautGauche {
	content: url('/images/fondHaut1.png');
	width: 120px;
	border: 0;
}

.imgHautDroite {
	content: url('/images/fondHaut2.png');
	width: 120px;
	border: 0;
}

.imgBasDroite {
	content: url('/images/fondBasDroite1.png');
	width: 350px;
	height: 30px;
	border:0;
}

.imgBasGauche {
	content: url('/images/fondBasGauche.png');
	width: 120px;
	height: 30px;
	border: 0;
}

html {
	font-size: 1em;
}
			
.body {
	margin-bottom: 60px;
	font-family: Verdana;
}
					
.titrePrincipal {
	font-size: 1.8em;
	margin-top: 2px;
	margin-bottom: 4px;
	color: red;
	text-align:left;
}

h1 {
	font-size: 2.2em;
	font-weight: bold;
	color: var(--lien-pub-bg-color);
	margin-top: 20px;
	text-align: left;
	font-family: var(--family-roboto);
}
					
h2 {
	font-size: 1.1em;
	margin-top:20px;
	text-align: left;
}
				
.pageTitre {
	padding-bottom:10px;
}
					
.dateDiffusion {
	font-size: 1.1em;
	margin-top: 8px;
	text-align:left;
}
					
.titreRubrique {
	font-size: 1.2em;
	margin-top: 8px;
	margin-bottom: 4px;
	color:navy;
}
					
.sectionTitre {
	color:orange;
	font-family:Arial;
}
					
.titreDeroulement {
	font-size: 1.2em;
	margin-top: 18px;
	padding-top:8px;
	padding-bottom:4px;
	color:black;
	font-weight:bold;
}
					
.emphase {
	font-weight:bold;
}
		
.section {
	padding-top:10px;
	margin-top: 8px;
	margin-bottom: 4px;
}
					
.rubrique {
	border-top: 4px var(--jaune-ocre) solid;
}

.articleFondCoteGauche {
	vertical-align: text-top;
	background-color: var(--jaune-ocre);
}

.para {
	margin-top: 4px;
	margin-bottom: 4px;
	border-radius: 20px;
	padding-top:10px;
}
					
.imgArticle {
	float: right;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:20px;
	margin-left:20px;
	border:solid 1px black;
}

.tableExterieureArticle {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 1em;
}

	.tableExterieureArticle * td {
		/* font-size:1.4em */
	}

/* --------  listeArticles.xsl ---------------------------------- */
.listeArticles{
	font-family: Verdana;
	font-size: 1.1em;
	margin:20px;
}

.rep {
	margin-left: 10px;
}

.nomRep {
	
}

.article {
}

.lienArticle {
	padding-left:20px;
	font-size:.8em;
}

.listeArticlesTitre {
	color: var(--lien-pub-bg-color);
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.titrePage {
	color: var(--lien-pub-bg-color);
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.titrePageCentre {
	color: var(--lien-pub-bg-color);
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align:center;
}

.titrePageCentreArticle {
	color: var(--lien-pub-bg-color);
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
