/* CSS Document */

/* polices et taille du texte principal par défaut */
body {
	font: Arial, Helvetica, sans-serif;
	font-size:"1em";
  }
  
.contenu
{
	color: #000000;
	font: x-small Arial, Helvetica, sans-serif;
	font-size:11pt;
}

.contenu-justif
{
	color: #000000;
	font: x-small Arial, Helvetica, sans-serif;
	text-align:justify; /* texte justifié */
	font-size:11pt;
}

/* définition des styles des liens de tout le site */

/* par défaut */
a {text-decoration:none; color:#666666; font-size:9pt;}
a:hover {text-decoration:none; color:#FF6600;}


/* a.suite {text-decoration:none; color:#666666;}
a.suite:hover {text-decoration:underline; color:#666666;} */

/* liens en bas de page principale */
a.actu {text-decoration:none; color:#000000; font-size:8pt;}
a.actu:hover {text-decoration:underline; color:#FF6600;}

a.enum {text-decoration:none; color:#666666; font-size:11pt;}
a.enum:hover {text-decoration:none; color:#FF6600;}

a.part {text-decoration:none; color:#FF6600; font-size:11pt; font-weight:bold; font-variant:small-caps;}
a.part:hover {text-decoration:none; color:#FF6600; font-size:11pt; font-weight:bold; font-variant:small-caps;}

/*a.haut {text-decoration:none; color:#666666; font-size:8pt;}
a.haut:hover {text-decoration:none; color:#FF6600;} */



/* Titres formatés */
	
H2
{
	font-size:1.4em;
	color:#FF6600;
	font-weight: bold;
	margin-left:75;
}

H1
{
	font-variant: small-caps;
	font-size:1.3em;
	color:#FF6600;
	font-weight: bold;
	}