* {
	margin: 0;
	padding: 0;
}
body {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
}
a {
	color: Black;
	text-decoration: none;
}
h2 {
	color: #cc0303;
	font-size: 16pt;
	font-weight: normal;
	text-align: center;
}
#header, #navigation, #fil, #menugauche, #logo, #docs, #footer, .menubas, .breves-sites, .structure, .cache {
	display: none;
}
.plan-secteur ul {
	list-style: none;
}
h3, .plan-secteur h3 a {
	color: #36c;
	margin-top: 3mm;
	font-size: 13pt;
	font-weight: normal;
}
.plan-secteur h3 {
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	margin-bottom: 2mm;
}
.plan-rubrique div {
	font-size: 12pt;
	margin-top: 3mm;
}
.plan-rubrique div a {
	color: #36c;
	border-bottom: 1px solid #ccc;
}
li ul.plan-rubrique {
	margin-left: 10mm;
}
#contenudroit {
	width: 100%;
}
p#soustitre {
	text-align: center;
}
#infoarticle {
	margin-top: 5mm;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	font-size: 9pt;
	text-align: right;
	letter-spacing: 2pt;	
}
#infoarticle p {
	margin-right: 10mm;
}
#infoarticle a {
	margin-left: 3mm;
}
#chapeau, #texte, #ps, #note {
	margin-top: 5mm;
}
#chapeau {
	-moz-border-radius: 10px;
	border: 1px solid #ccc;
	padding: 2mm;
	font-size: 10pt;
}
#texte {
	text-align: justify;
}
#texte img {
	margin-top: 2mm;
}
#ps {
	font-size: 10pt;
	font-style: italic;
}
#note {
	font-size: 9pt;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
p.spip {
	margin-top: 2mm;
}
ul.spip {
	list-style-type: square;
	list-style-position: inside;
}
ul.spip ul.spip {
	margin-left: 5mm;
	list-style-type: disc;
}
ul.spip ul.spip ul.spip {
	list-style-type: circle;
}
ol.spip {
	list-style-position: inside;
}
ol.spip ol.spip {
	margin-left: 5mm;
	list-style-type: upper-roman;
}
table.spip {
	margin-top: 3mm;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.spip caption{
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin-left: auto;                                                       
	margin-right: auto;
	padding: 1mm;
	font-weight: bold;
}
table.spip tr.row_first {
	background-color: #ccc;
}
table.spip td, table.spip th {
	padding: 1mm 2mm 1mm 2mm;
	text-align: left;
	vertical-align: middle;
}
