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.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;
	color: Black;
	text-decoration: underline;
}
.attirer-c {
	font-size: 9pt;
	line-height: 10pt;
	font-weight: bold;
	color: Black;
	text-decoration: underline;
	text-align: center;
}
.centre {text-align: center;}
.fl-gauche {float:left; margin-top:5px; margin-right:10px; margin-bottom:5px;}
.fl-droite {float:right;}
.rupture {clear: both;}

br.rupture-nul {clear: both; line-height: 0pt;}

.encadre-mauve1 {border: 1px solid #6666CC;}

/*	Partie commune */
/*	-------------- */
p.intro {
	margin: 40px 0px 20px 0px;
	text-align: center;
}

h3 {
	clear: both;
	font-size : 9pt;
	line-height : 10pt;
	font-weight : Bold;
	background-image: url(../images/fleche_rouge.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	color : #990033;
	margin : 0px 0px 16px 5px;
	padding: 0px 0px 0px 13px;
}

h3.titre {
	background-image: none;
	text-align: center;
	margin: 0px 0px 24px 0px;
}

h3.espace {line-height: 12pt;}

h4 {
	clear: both;
	font-size : 9pt;
	line-height : 12pt;
	font-weight : Bold;
	color : #6666CC;
	text-decoration : none;
	background-image:  url(../images/losange.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin : 0px 0px 0px 10px;
	padding: 0px 0px 0px 12px;
}
h4.rougeC36 {
	color : #CC3366;
	line-height : 10pt;
	margin-bottom: 8px;
	background-image:  url(../images/puce_rouge.gif);
	background-position: 0px 2px;
	padding-left:12px;
}
h6 {
	clear: both;
	font-size : 8pt;
	line-height : 12pt;
	font-weight : Bold;
	color : #6666CC;
	text-decoration : none;
	margin : 16px 0px 0px 16px;
	padding: 0px;
}

p.indent {
	text-indent: 48px;
	margin: 6px 10px 12px 12px;
}
p.remarque {
	font-size: 7pt;
	line-height: 10pt;
	color : Black;
	text-decoration : none;
	margin : 4px 2px 4px 2px;
}
p.membre {
	margin-left: 50px;
	font-size: 8pt;
	line-height: 15pt;
}

p.imprim {
	font-size : 7.5pt;
	line-height : 9pt;
	font-weight : Bold;
	color : #333399;
	margin: 0px auto;
	padding: 6px 0px;
	text-align : center;
	border: 2px solid #CC3366;
}
a.imprim {
/*	font-size : 7.5pt;
	line-height : 9pt;
	font-weight : Bold;*/
	color : #333399;
	text-align : center;
	text-decoration : none;
}
a.afficher {
	font-size : 8pt;
	line-height : 12pt;
	font-weight : Bold;
	color : #CC3366;
	text-decoration : none;
}
a.noir {
	font-size : 8pt;
	line-height : 10.5pt;
	font-weight : Bold;
	color : Black;
	text-decoration : none;
}
a.imprim:hover, a.afficher:hover, a.noir:hover, a.imprim:hover span, a.afficher:hover span, a.noir:hover span {
	text-decoration : underline;
}

/*	Listes */
/*	------------------- */

li.li-tiret {
	list-style-image: url(../images/tiret.gif);
	padding-left: 0px;
	margin-top: 6px;
	margin-left: 16px;
}

li.li-mauve {
	margin: 6px 0px 0px 10px;
	padding: 0px 0px 0px 8px;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-weight : bold;
	line-height : 14pt;
	color: #6666CC;
}
li.li-mauve a {
	text-decoration: none;
	padding: 2px 4px 4px 4px;
	color: #6666CC;
}
li.li-mauve a:hover {
	color: #333366;
	background-color: #E2E2FF;
}

ul.l-indent {
	margin: 0px 0px 20px 60px;
	padding: 0px;
}
ul.l-puce {
	margin: 6px 0px 0px 22px;
	padding: 0px;
}
ul.l-puce li {
	margin: 0px 0px 6px 12px;
	padding: 0px;
	list-style-image:  url("../images/losange.gif"); 
	line-height : 12pt;
	text-decoration : none;
	text-align: justify;
}

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;
}
