body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(../media/page/fond.jpg);
  background-color: #FFFFFF;
  background-repeat: repeat-y;
}
#header {
  height: 189px;
  margin: 0px;
  padding: 0px;
}
#header #htitre1 {
  background-color: #6666B3;
  color: #FFFFFF;
  font-size: 18pt;
  font-weight: bold;
  position: absolute;
  height: 83px;
  width: 344px;
  text-align: center;
  vertical-align: middle;
  line-height: 83px;
  top: 53px;
  left: 113px;
}
#header #htitre2 {
  font-size: 12pt;
  position: absolute;
  background-color: #FFCC00;
  height: 30px;
  width: 355px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  left: 363px;
  top: 121px;
}
#header #logo {
  position: absolute;
  left: 537px;
  top: 30px;
}
#menug {
  width: 200px;
  font-size: 9pt;
}
#menug ul {
	list-style-type: disc;
	margin: 0px;
	padding-left: 15px;
	list-style-image: url(../media/page/puces.png);
}
a.menugActive {
  color: #6666B3 !important;
}
#menug a {
  color: black;
  text-decoration: none;
}
#menug a:hover {
  color: #6666B3 !important;
}
#path {
  position: absolute;
  left: 200px;
  top: 189px;
  height:20px;
  font-size: 9pt;
}
#path a {
  color: black;
  text-decoration: none;
}
#path a:hover {
  color: #6666B3 !important;
}
#pageg {
  left: 200px;
  position: absolute;
  top: 209px;
  width: 600px;
  min-height: 500px;
}
#page {
  width: 600px;
  min-height: 500px;
}
#foot {
	font-size: 10pt;
  text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
  margin-top: 20px;
  padding-bottom: 10px;
}
h1 {
	color:#6666B3;
	font-size: 18pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
h2.ArticleTitre,h2.ArticleTitre a {
	color:#6666B3;
	font-size: 18pt;
  text-decoration: none;
}
.ArticleItem {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
  padding-bottom: 10px;
}

