body {
	font: 8pt/12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 100%;
}

p {	
	font :  8pt/12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	text-decoration : none;
	text-align : justify;
	margin : 6px 10px 6px 12px;
	padding: 0px;
}

.cache {
	display: none;
}
.gras {
	font-weight: bold;
}
.souligne {
	text-decoration: underline;
}
.italique {
	font-style: italic;
}
span.bloc {
	display: block;
}
span.serre {
/*	letter-spacing: -0.1em;*/
}
span.serre2 {
/*	letter-spacing: -0.2em;*/
}
span.etendu {
/*	letter-spacing: 0.05em;*/
}
.normal {
	font-size :  8pt;
	font-weight: normal;
	color : Black;
}
.noir {color : Black;}
.mauve {color : #6666CC;}
.rouge {color : #CC3366;}
.bleu {color: #339;}
.attirer {
	font-size : 9pt;
	line-height : 10pt;
	font-weight : bold;
	text-decoration: underline;
}
.attirer-c {
	font-size: 9pt;
	line-height: 10pt;
	font-weight: bold;
	color: Black;
	text-decoration: underline;
	text-align: center;
}
.rupture {
	clear: both;
}

br.rupture-nul {
	clear: both;
	line-height: 0pt;
}


/*	Partie commune */
/*	-------------- */

#ecran {
	width: 620px;
	margin: 0px auto;
}


/*	Entête */
#entete {
	height: 70px;
	margin: 0px;
	border-style: double;
	border-color: #333399;
	border-width: 4px;
}
.logo {
	float: left;
	padding: 0px 14px 0px 0px;
}
#entete h1{
	float: left;
	font :  13pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	padding: 14px 0px 0px 0px;
	margin: 0px;
	text-align: center;
}
#entete h1 a {
	color: black;
	text-decoration: none;
}

#choix, #menu-v, #menu-h, #contenu p.rt-haut-bas, #contenu p.rt-haut-int, #pied, #page p.imprim {display: none;}

#page, #page-imprim {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#titre {
	clear: both;
	margin: 36px 0px 0px 0px;
	padding: 0px;
}

h2 {
	margin: 0px auto;
	font : Bold 11pt/14pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333366;
	text-align : center;
}

#page-imprim h2 {
	margin: 40px 0px 0px 0px;
	color : #990033;
	text-align : center;
}

h2 span.bloc, h2 span.cache {
	display: inline;
}

h3 {
	clear: both;
	font-size :  9pt;
	line-height :  10pt;
	font-weight :  Bold;
	color : #990033;
	margin : 20px 0px 16px 5px;
	padding: 0px 0px 0px 13px;
}

h3.sautpage {
	page-break-before: always;
}

h4 {
	clear: both;
	font-size :  9pt;
	line-height :  10pt;
	font-weight :  Bold;
	color : #6666CC;
	text-decoration : none;
	margin : 0px;
	padding: 0px;
}

h4.sautpage {
	page-break-before: always;
}

h5 {
	display: none;
}

p.indent {
	text-indent: 48px;
	margin: 6px 10px 12px 12px;
}
p.remarque {
	font-size :  7pt;
	line-height :  10pt;
	margin : 4px 2px 4px 2px;
}
p.credit {
	font-size :  7pt;
	line-height :  10pt;
	color : #9999FF;
	text-align : center;
	margin : 6px 0px 6px 0px;
}

#action-haut {
	text-align: right;
	margin: 16px 0px 0px 0px;
	padding: 0px;
}
#action-bas {
	text-align: center;
	margin: 24px 0px 30px 0px;
	padding: 0px;
}

p.imprim {
	display: inline;
	font-size :  7.5pt;
	line-height :  9pt;
	font-weight :  Bold;
	color : #333399;
	margin: 0px 5px 0px 5px;
	padding: 2px 20px 2px 20px;
	text-align : center;
	border: 2px solid #CC3366;
}
p.fermer {
	display: inline;
	font-size :  7.5pt;
	line-height :  9pt;
	font-weight :  Bold;
	color : #333399;
	margin: 0px 5px 0px 5px;
	padding: 2px 20px 2px 20px;
	text-align : center;
	border: 2px solid #666699;
}
a.imprim {
	font-size :  7.5pt;
	line-height :  9pt;
	font-weight :  Bold;
	color : #333399;
	text-align : center;
	text-decoration : none;
}

table {
	border:none;
	border-collapse:collapse;
	background: none;
}
td.num {
	text-align: right;
}
table.tableau {
	margin: 0px 20px;
}
table.tableau td, table.tableau th {
	border: 2px solid #DDDDFF;
	vertical-align: top;
	padding: 6px 8px;
}
table.tableau th {
	text-align:left;
}

/* 	A l'impression */
@media print{
p.imprim, p.fermer {display: none;}
}
