body {
  margin: 0;
  padding: 0;
  background: #fff url("logo-corner.jpg") top left no-repeat;
  font: normal 12px Verdana, Arial, Sans-serif;
}

a {
  /*color: #4b2e51; */
  color: #4B4EA1;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  /*border-bottom: 1px dashed #4b0e21;*/
}

h2 {
  padding: 0px;
  margin-bottom: 0px;
}

h4 {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

table {
  width: 95%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #888;
}

thead td {
  font-weight: bold;
  font-size: 105%;
  background-color: #c9ebf3;
}

tbody td {
  padding: 1px 3px 1px 3px;
}

label {
  font-weight: bold;
}

.even td {
  background-color: #e7e9f2;
}

.odd td {
  background-color: #f5f5f5;
}

#logo {
  float: left;
  margin: 0;
  padding: 0;
  height: 143px;
  width: 197px;
  background: #c9ebf3 url(logo-corner.jpg) top left no-repeat;
}

#banner {
  margin: 0;
  padding: 0;
  margin-left: 197px;
  height: 116px;
  background: #c9ebf3 url(logo-text.jpg) center left no-repeat;
}

#slogan {
  margin-left: 197px;
  padding-left: 20px;
  padding-top: 4px;
  height: 24px;
  background-color: #4b0e21;
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  text-align: left;
}

#navigation {
  margin-left: 200px;
  padding: 3px;
  padding-right: 10px;
  font-size: 80%;
  text-align: right;
}

#menu {
  float: left;
  margin-top: 32px;
  padding-top: 10px;
  padding-left: 18px;
  padding-right: 20px;
  padding-bottom: 80px;
  width: 132px;
  background: #c9ebf3 url(bottom.jpg) bottom left no-repeat;
  color: #444;
}

#menu table {
  border: 0px;
}

#menu td {
  border: 0px;
  padding: 0px;
  text-align: left;
}

#menu small a {
  text-align: right;
}

#menu ul {
  font-size: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}

#menu li {
  margin: 0;
  padding: 1px 0;
  list-style: none;
  list-style-image: none;
}

#menu li a {
  display: block;
  text-align: left;
  padding: 4px 0 2px 18px;
  width: 112px; 
}

#menu ul ul {
  margin: 0 0 0 9px;
}

#menu ul ul li a {
  font-size: 90%;
  padding: 1px 0 2px 18px;
  width: 105px;
}

#menu ul ul ul li a {
 width: 98px;
}

#menu ul ul ul ul li a {
 width: 91px;
}

#menu ul ul ul ul ul li a {
 width: 84px;
}

#menu img, #menu img.node {
  padding: 0;
  margin: 0;
  border: none;
}

#menu li a.node, #menu ul ul li a.node {
	display: inline;
	border: 0px none;
	background-color: transparent;
	padding: 0;
	z-index: 100;
	position: absolute;
	line-height: 0;
	width: auto;
}

#menu li a.node {
	margin: .7em 0 0 5px;
}

#menu ul ul li a.node {
	margin: .3em 0 0 5px;
}

.node {
	background-repeat: no-repeat;
	border:0;
	width:9px;
	height:9px;
	margin:0;
}

#content {
  margin-left: 180px;
  margin-right: 10px;
}

#content h1 {
  border-bottom: 1px solid #4b0e21;
  border-top: 1px solid #4b0e21;
}

#content fieldset img {
  background-color: #e7e9f2;
  border: 2px solid #ccc;
  border-width: 1px;
  padding: 10px;
  margin: 5px;
}

#content fieldset  {
  margin: 10px 20px;
  border: 1px solid #888;
  background-color: #f1f1f1;
}

#content p {
  text-align: justify;
}

#content p a {
  border-bottom: 1px dotted #4b0e21;
}

#content a {
  border-bottom: 1px dotted #4b0e21;
}

#content .title-zone {
  margin: 15px 0 15px 0;
  padding: 0;
}

#content .title {
  margin: 0;
  padding: 0;
  font-size: 160%;
  font-weight: bold;
  border-bottom: 1px solid #cccbc1;
}

#content .title-description {
  display: block;
  margin: 0;
  padding: 2px 2px 3px 3px;
  font-size: 90%;
  color: #3d3d3b;
  background-color: #efeee9;
  border-bottom: 1px solid #cccbc1;
}

#content .section-title {
  margin: 0;
  padding: 0 0 5px 17px;
  font-size: 130%;
  font-weight: bold;
  background: #fff url(arrow.gif) no-repeat 0px 3px;
}

#content .rubrique-zone, #content .article-zone {
  padding: 0 30px 0 30px;
}

#content .article-title {
  padding: 0 0 5px 17px;
  font-size: 120%;
  font-weight: bold;
  background: #fff url(arrow.gif) no-repeat 0px 3px;
}

#content .article-extract {
  margin-left: 5px;
  padding-left: 5px;
  text-align: justify;
  border-left: 2px solid #7b676b;
}

#content .article-link {
  text-align: right;
  font-weight: bold;
  margin-bottom: 10px;
}

#content .article-link a {
  border-bottom: none;
}

#content .article-intro {
  font-weight: bold;
  text-align: justify;
  padding-bottom: 10px 0 10px 0;
}

#content .article-texte {
  text-align: justify;
}

#content ul {
  list-style-image: url(puce.gif);
  padding-left: 0px;
  margin-left: 30px;
}

#content .rubrique-zone a {
  display: block;
  margin: 5px 5px 10px 5px;
  padding: 5px;
  width: 97%;
  line-height: 14px;
  color: #4b0e21;
  border: 1px solid #fdd019;
  background: #FCEDB1 url(boxarrow.gif) no-repeat bottom right;
}

#content .rubrique-zone a:hover {
  background: #FCF5D7 url(boxarrow-hover.gif) no-repeat bottom right;
  text-decoration: none;
}

#breves {
  float: right;
  width: 160px;
  height: 324px;
  background: #fff url(breves.png) top left  no-repeat;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 40px;
  margin-left: 10px;
}

#breves h4 {
  margin-bottom: 5px;
}

#breves ul {
  list-style-image: url(puce1.gif);
  padding-left: 0px;
  margin-left: 20px;
}

#breves li {
  margin: 0;
  padding: 0;
}


#footer {
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 90%;
  text-align: center;
  color: #555;
}

