/* CSS www.nonsensehardcore.com : style pour l'impression */

body		{font-family:  Arial, Helvetica, sans-serif; font-size: 10pt; background: white; color: black;}
			
div.accessibilite	{display: none;}
div.contenu 		{background: white; color: black;}
div.langue		{display:none;}

div.groupe		{clear: both;}
div.groupe img		{margin-bottom: 10px; float: left; margin-right: 10px;}
div.centreaccueil	{margin-left: auto; margin-right: auto;}

/* Menu */
div.droite 		{display:none;}

/* En bas */
div.bas 		{ display: none;}

div.credits		{ display: none;}

/* Images */
img		{border: 0px;}
img.imgcentre	{display: block; margin-left: auto; margin-right: auto;}
img.bord	{border: 1px solid white;}
img.floatgauche {float: left; margin-right: 10px; margin-bottom: 5px; margin-top: 5px;}

/* Titres */
h1			{font-size: 14pt; font-weight:normal; margin-top: 0;}
div.contenu h1:before   {content: "_\00A0";}
div.contenu h1:after    {content: "\00A0_";}
h2			{font-size: 12pt; font-weight:bold; margin-top: 20px;}
h3			{font-size: 10pt; font-weight:bold; margin-top: 10px;}

/* Tableaux */
table.wide	{width: 100%; border-style:solid; border-width:1px; border-color:white;}
table.wide th	{text-align: left; border-bottom : 1px solid white;}
table.photos	{margin-left: auto; margin-right: auto;}
table.photoswide	{width: 100%;}
table.photos td {vertical-align: top;text-align: center; font-size: 7pt;}
table.afficheMaxPcInv 	{width: 100%;border-style:solid; border-width:1px; border-color:white; padding: 10px;}
table.afficheMaxPcInv td 	{padding-left: 3px; padding-right: 3px; vertical-align: top;}

/* Listes */
li	{margin-top: 0.5em;}

/* Texte */
blockquote	{ margin: 0; padding: 0;}
.centre		{ text-align : center;}
.credits		{ font-size: 8pt;}
p			{ color: black; text-align:justify; line-height: 1.4em; margin-bottom: 1.8em;}
.texte		{ color: black; text-align:justify; text-indent: 2em;}
.texte:first-letter { font-weight: bold; }
.auteur		{ text-align : right; }
/* Presque déprécié */
.titre		{ font-size: 12pt; font-weight: bold;}

/* Acronymes, abbréviations, définitions et aide */
abbr, acronym, dfn, .help {border-bottom: 1px dashed; cursor: help; font-style: normal;}

/* Liens */
a:link		{color: black;}
a:visited	{color: black;}
a:hover		{color: black;}
a[hreflang]:after {
content: "\00A0[" attr(hreflang) "]";
}

a.nonsouligne { text-decoration : none;}