<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Couleurs de l'arc en ciel
    #ff0000 rouge
    #ffff00 jaune
    #00ff00 Vert
    #00ffff cyan
    #0000ff bleu
    #ff00ff magenta
    #ff0000 retour vers le rouge
	
Violet (1)  #B060B0
Indigo (2)  #3366FF	(7e couleur ajoutÃ©e par Benjamin Franklin)
Bleu (3)    #00CCFF
Vert (4)    #99CC00
Jaune (5)   #FFCC00
OrangÃ© (6)  #FF6600
Rouge (7)   #FF0000
*/

/*body {
	font-family: "Segoe UI", arial, helvetica, freesans, sans-serif;
	font-size: 90%;
	color: #333;
	background-color: #e5eaff;
	margin: 10px;
	z-index: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 2em 0 0 0;
}

p {
	margin: 0.6em 0;
}
*/
p.acch-accnav {
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: right;
}

p.acch-accnav a {
	text-decoration: none;
	color: #999;
}

article.acch-accordion {
	display: block;
	width: 100%;
	margin: 0 auto;
	background-color: #666;
	overflow: auto;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

article.acch-accordion section {
	position: relative;
	display: block;
	float: left;
	width: 2em;
	height: 32em;
	margin: 0.5em 0 0.5em 0.5em;
	color: white;
	background-color: white;
	overflow: hidden;
	border-radius: 3px;
}
article.acch-accordion #acc1 {
	color: #B060B0 !important;
	background-color: #B060B0;
}
article.acch-accordion section #acc1 {
		color: #98A2D3 !important;
}

article.acch-accordion #acc2 {
	color: #3366ff !important;
	background-color: #3366ff;
}
article.acch-accordion section #acc2 {
		color: #ffcc00 !important;
}

article.acch-accordion #acc3 {
	color: #00CCFF;
	background-color: #00CCFF;
}
article.acch-accordion section #acc3 {
		color: #ffcc00 !important;
}

article.acch-accordion #acc4 {
	color: #99CC00;
	background-color: #99CC00;
}
article.acch-accordion section #acc4 {
		color: #ffcc00 !important;
}

article.acch-accordion #acc5 {
	color: #FFCC00;
	background-color: #FFCC00;
}
article.acch-accordion section #acc5 {
		color: #ffcc00 !important;
}

article.acch-accordion #acc6 {
	color: #FF6600;
	background-color: #FF6600;
}
article.acch-accordion section #acc6 {
		color: #ffcc00 !important;
}

article.acch-accordion #acc7 {
	color: #FF0000;
	background-color: #FF0000;
}
article.acch-accordion section #acc7 {
		color: #ffcc00 !important;
}

article.acch-accordion section h2 {
	position: absolute;
	font-size: 1em;
	font-weight: bold;
	width: 12em;
	height: 2em;
	top: 12em;
	left: 0;
	text-indent: 1em;
	padding: 0;
	margin: 0;
	color: #ddd !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
article.acch-accordion section h3 {
	color: red;
	}

article.acch-accordion section #acc1 h3 {
	color: #B060B0 !important;
}
article.acch-accordion section #acc2 h3 {
	color: #3366FF !important;
}
article.acch-accordion section #acc3 h3 {
	color: #00CCFF !important;
}
article.acch-accordion section #acc4 h3 {
	color: #99CC00 !important;
}
article.acch-accordion section #acc5 h3 {
	color: #FFCC00 !important;
}
article.acch-accordion section #acc6 h3 {
	color: #FF6600 !important;
}
article.acch-accordion section #acc7 h3 {
	color: #FF0000 !important;
}
article.acch-accordion section h2 a {
	display: block;
	width: 100%;
	line-height: 2em;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
}

article.acch-accordion section, article.acch-accordion section h2 {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/* fond de la page */
article.acch-accordion section:target  {
	width: 70%;
	padding: 0 1em;
	color: #333;
	background-color: lightblue !important;
}
article.acch-accordion section:target #acc2 {
	width: 70%;
	padding: 0 1em;
	color: #333;
	background-color: white !important;
}

article.acch-accordion section:target h2 {
	position: static;
	font-size: 1.3em;
	text-indent: 0;
	color: #333;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
</pre></body></html>