/* FEUILLE DE STYLE IMPRESSION */

/* =Styles communs pour l'impression ----------------------------------------- */

	/* =La page ----------------------------------------- */
		body {
			font-size: 9pt;
			font-family: "Lucida Grande", Helvetica, sans-serif;
			width: auto !important;
			margin: 0 !important;
			padding: 0 !important;
			}
		table {border: 0.5pt #ddd solid; border-spacing: 0}
		td, th {border: 1pt #ddd solid; font-size: 10pt !important; padding: 3pt }
		th {text-align: left}

	/* =Éléments masqués ----------------------------------------- */
	
		#menuPrincipal, #navigation, #bloc-alerte, #footer, fieldset, .pagination, #listeOptions, .backToTop, #logoCG p span, object {display: none;}*/
	
	/* =Impression des URL ----------------------------------------- */

		a {
			text-decoration: none;
			color: #999;
			border-bottom: 0.2pt #999 solid;
			}
/*		a[href^="/"]:after { content: " (http://www.vendee.fr" attr(href) ") ";}
		a:after { content: " (" attr(href) ") ";}
*/
	/* =Styles basiques ----------------------------------------- */

		h1 {font-size: 16pt}
		h2 {font-size: 14pt}
		h3 {font-size: 12pt}
		h4 {font-size: 11pt}
		h5 {font-size: 10pt}
		h6 {font-size: 9pt}
		h1 {color: #335689}
		h2, h3, h4, h5, h6 {color: orangered}
		p {font-size: 9pt; line-height: 12pt}
		img {padding: 5pt; border: 0.5pt #ccc solid;}


	/* =Logo ----------------------------------------- */
	
		#logo {
			font-size: 12pt;
			padding-bottom: 5pt;
			border-bottom: 0.5pt #555 solid;
			font-weight: bold;
			}
		#logo a {
			border: 0 !important;
			color: red !important;
			}
	
	
	
