#style1 {
	font-size: 1.7em;
	font-weight: bold;
}

body {
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: url(img/fond.jpg);
  }




#conteneur {
  padding: 0 25px 0 100px;
  background-color: url(img/fond.jpg) ;
  /*height: 450px;
  display: block;*/
  }

#contenu {
	padding: 0 25px 0 100px ;
	background: url(img/bg_page2.PNG) no-repeat 15px 15px ;
	background-color: #fff ;
	/*height: 450px ;
	display: block ;*/
  }

#contenu2 {
	padding: 0 0 0 0px ;
	background-color: #fff ;
	/*height: 450px ;
	display: block ;*/
  }



h1#header {
	height: 100px ;
	background: url(img/) no-repeat left top ;
	margin: 0 ;
  }
h1#header a {
	width: 460px;
	height: 60px;
	display: block;
	background: url(img/newban.jpg) no-repeat;
	position: relative;
	left: 0;
	text-indent: -5000px;
	top: 19.5px;
  }
ul#menu {
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(img/bg_menu3.png) repeat-x 0 -25px ;
	list-style-type: none ;
  }
ul#menu li {
	float: left ;
	text-align: center ;
  }
ul#menu li a {
	width: 143.7px ; /*147.3*/
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 0.5px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #dea ;
  }
ul#menu li a:hover {
	background: url(img/fond.jpg) repeat-x 0 0 ;
  }
#contenu h1 {
	text-align: center ;
	line-height: 30px ;
	font-size: 1.8em ;
	color: #a62d2d ;
	border-bottom: 4px solid #FFCC00 ;
	border-top: 4px solid #0066FF ;
  }
#contenu h2 {
	text-align: center ;
	line-height: 25px ;
	font-size: 1.4em ;
	color: #a62d2d ;
	border-bottom: 1px solid #a62d2d ;
	border-top: 1px solid #a62d2d ;
  }
#contenu h3 {
	text-align: center ;
	margin-left: 15px ;
	padding-left: 5px ;
	color: #a62d2d ;
  }
#contenu h4 {
	margin-left: 15px ;
	line-height: 25px ;
	text-indent: 2em ;
	padding-left: 5px ;
	color: #a62d2d ;
  }
#contenu p {
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
  }
#contenu t {
	line-height: 50px ;
  }
#contenu a {
	color: #8a0 ;
  }
#contenu a:hover {
	color: #9b2 ;
  }
p#footer {
	margin: 0 ;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: right ;
	color: #a62d2d ;
  }
pre {
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
  }
pre span {
	color: #560 ;
  }
pre span.comment {
	color: #b30000 ;
  }