<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
formatage des paragraphes et des titres -----------------------------------------------------------------
*/
h1,h2
{
	font-family: Impact;
}

p, li
{
	text-align: justify;
	font-family: "Times New Roman";
}
li
{
	margin-right: 10px;
}
.souligné
{
	text-decoration:underline;
}	
.inline
{
	display:inline;
}

.centre
{
	text-align:center;
}
/*dans le cadre*/
.cadre h3
{
	color:#CC3333;
	font-size:1.6em;
	text-decoration:underline;	
}
.cadre h4
{
	margin-left:30px;
	
	color:#599DC2;
	font-size:1.3em;
}
.cadre h5
{
	margin-left:50px;
	
	color:#339966;
	font-size:1.1em;
	font-style:italic;
}
/* les images flottantes */
.floatleft
{
	float:left;
	padding-right:20px;
}
.floatright
{
	float:right;
	padding-left:15px;
}

/*anglais*/
 .anglais
{
	color:green;
	font-style:italic;
}
/*
formatage des liens------------------------------------------------------------------------------------
*/

a /*tout les liens*/
{
	color: #CC6666;
	text-decoration: none;
}

a:hover
{
	color: #CC6666;
	text-decoration: underline overline;
}

a:active
{
	color: #CC6666;
	border-top: #CC6666 dashed 1px;
	border-bottom: #CC6666 dashed 1px;
}

a:visited
{
	color: #CC9966;
}

#footercontenu a, .download a /*liens dans la barre de liens en bas de la page et lien download*/
{
	color: black;
	text-decoration: none;
}

#footercontenu a:hover, .download a:hover
{
	text-decoration: underline overline;
	color:black;
}

#footercontenu a:active, .download a:active
{
	color: black;
	border-top: black dashed 1px;
	border-bottom: black 1px dashed;
}

#footercontenu a:visited, .download a:visited
{
	color: black;
}

#footercontenu .sep /*formatage de la barre de liens en bas de la page*/
{
	color: #B32D2D;
}

#footercontenu
{
	text-align: center;
	margin-bottom:10px;
}

.download/*fleche download attachée au lien download*/
{
	text-align:center;
}
.download img
{
	margin-right:5px; 
	position:relative; 
	top:10px
}
.part a/*lien dans les listes a puce page : culture1 et tech1*/
{
	color:#009999;
}

.part a:hover
{
	color:#009999;
	text-decoration:underline overline;
}
.part a:visited
{
	color:#00B3B3;
}

/*
formatage des talbleaux ----------------------------------------------------------------------------------------------
*/
.table1
{
	background-color:white;
	
	margin-bottom:20px;
	
	border-collapse:collapse;	
	border:black solid 1px;
}

.table1 td
{
	width:15px;
	height:15px;

	border:black solid 1px;
	text-align:center;
	vertical-align:middle;
}
.table2
{
	background-color:white;
	
	margin-bottom:20px;
	border-collapse:collapse;	
}
.table2 td
{
	width:100px;
	height:15px;

	border:black solid 1px;
	text-align:center;
	vertical-align:middle;
}
/*
formatage des listes a puces ---------------------------------------------------------------------
*/

/*
formatage du footer
*/
</pre></body></html>