body {
	font: 12pt Verdana Tahoma Arial Helvetica sans-serif;
	color: #444;
	margin: 0px;
	padding: 0px;
}

p {
  text-align: justify;
}

h1 {
  font-size: 18pt;
  color: #006633;
}

h2 {
  font-size: 16pt;
  color: #006633;
}

h3 {
  font-size: 14pt;
  color: #006633;
}

h4 {
  font-size: 12pt;
  color: #006633;
}

a {
  color: #339900;
}

dl {
  margin-left: 20px;
}

dt {
  font-weight: bold;
}

dt a {
  color: #444;
}

dd {
  margin: 0.75em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

dd.noLine {
  border-bottom: 0px;
}

code {
  color: Maroon;
  font-family: "Courier New", Monospace;
  font-size: 12pt;
}

#topContainer {
	padding-bottom: 20px;
}

#topicBanner {
  background-color: #F1F1D7;
  padding: 5px 5px 5px 5px;
  margin-bottom: 0px;
  border-bottom: 1px solid #CCCC99;
}

#topicBanner h1 {
   font-size: 16pt;
   font-weight: bold;
   margin: 0px;
   color: #006633;
}

#topicNavig {
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 0px 0px;
  text-align: center;
  border-top: 1px solid #CCCC99;
}

#topicNavig .lienPrecedent {
  float:left;
  background-image: url(./images/arrowleft_green.gif); 
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 20px;
}

#topicNavig .lienParent {
  text-align: center;
  background-image: url(./images/arrowup_green.gif); 
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 20px;
}

#topicBanner .lienTDM {
  float: right;
  padding-top: 10px;
}

#topicNavig .lienSuivant {
  float: right;
  background-image: url(./images/arrowright_green.gif); 
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
}



#topicBanner .lienPrecedent a,
#topicBanner .lienParent a,
#topicBanner .lienTDM a,
#topicBanner .lienSuivant a
 {
  text-decoration: none;
  color: Navy;
  font-size: 10pt;
}

#topicBanner .lienPrecedent a.inactif,
#topicBanner .lienParent a.inactif,
#topicBanner .lienTDM a.inactif,
#topicBanner .lienSuivant a.inactif {
  display: none;
}

#topicBanner a:hover {
  text-decoration: none;
  color: Blue;
}

#topicContenu {
  padding: 0px 20px 0px 20px;
}

#topicContenu h1 {
  font-size: 16pt;
}

#topicContenu h2 {
  font-size: 16pt;
}


#liensSection {

}

img.grosDroite {
  margin-left: 20px;
  float: right;
}

img.grosDroiteBordure {
  margin-left: 20px;
  float: right;
  border: 1px solid #ccc;
}

table.legend {
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table.legend td {
  font-size: 10pt; 

}

p.backtotop {
  text-align: right;
}

ul.tree,
ul.tree li
 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ol.big li,
ul.big li {
  margin-top: 1em;
}

p.mdc {
  background-color: #F0F0F0;
  float: right;
  width: 40%;
  margin: 0px 5px 10px 20px;
  border: 1px solid #888;
  padding: 5px;
  text-align: left;
  clear: both;
  font-size: smaller;
}

p.mdc code {
  font-weight: bold;
  color: Purple;
}

pre {
  background-color: #FFFFCC;
  font-size: 10pt;
}