/**********************************************
 * Modifié : 2008-7-23 
 * Style pour l'impression des pages du site
 * Note : Ne pas modifier
 **********************************************/

body {
  color: #000;
  background-color: #FFF;
  padding: 0;
  margin: 0;
  border: 0;
  width: 7.5in;
  font: 10pt Arial, Helvetica, sans-serif;
}

a {
	color: #000 !important;
	text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	page-break-inside: avoid;
}

blockquote, pre {
	page-break-inside: avoid;
}

ul, ol, dl {
	page-break-before: avoid;
}

/*
 * Structure des documents
 */

#entete, #hierarchie, #marge, #pied,
.spip-admin-float, .xmit {
  display: none;
}

#droite {
  padding: 0 .5in;
  margin: 0;
  position: static;
  width: 7.5in;    
  overflow: auto;
}

#droite h2 {
	font-size: 120%;
	font-weight: bold;
	color: #000;
}
#droite h3 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}

/* SPIP */

#encarts {
	display: none;
}

li.spip {
	padding: .1em;
}

ol.spip {
	margin: 0px;
	padding: 0px; /*	list-style: disc; */
	padding-left: 1.5em;
}

p.logo {
	background-color: transparent;
	color: #06C;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}

p.spip_note {
	background: #F6F6F6;
	color: #336699;
	font-size: smaller;
	font-weight: bold;
	margin-bottom: .5em;
	margin-left: .5em;
	margin-right: .5em;
	margin-top: 1em;
	padding: 0em .5em 0em .5em;
}

/* Divers */

.titre {
	background: #FFFFFF;
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0.05em;
	margin: 0;
}

.spip_documents{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 70%;
}

.artstats {
	font: 77% Arial, Helvetica, sans-serif;
}

.arttitre {
	border-color: #D3D3D3;
	border-width: 0 0 thin 0;
	color: #0066CC;
	font: bold 130% Arial, Helvetica, sans-serif;
}

.artsoustitre {
	color: #000000;
	font: bold 80% Arial, Helvetica, sans-serif;
}

/*
Grosseurs (relatives au perent) pour du texte dans un element bloc ou en ligne
*/
/* Support par NS6*/
strong.big {
	font-size: 120%;
}

.small {
	font-size : 90%;
}

.smaller {
	font-size : 77%;
}

.xsmall {
	font-size : 65%;
}

.xxsmall {
	font-size : 50%;
}

