html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #DEDEDE;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 85%;
}

tt, code, samp {
font-size: 1.1em;
color: green;
}

blockquote {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #008000;
	margin: 1em;
	padding: 0 0.5em;
	background: #d1f0af;
	font-style: italic;
	-moz-border-radius:6px;
	border-radius:6px;
}
kbd {
font-size : 1em;
padding: 0px 2px;
border: 1px solid gray;
}

h2, h3 {
	margin-top: 0;
}

h3 {
	font-weight: bold;
	color: #E7A800;
}

h3 a {
	color: #E7A800;
}


a {
	text-decoration: none;
	color: #006600;
}

a:hover {
	text-decoration: underline;
}

h1#top {
	position: absolute;
	margin: 0px;
	padding:0px;
	text-indent: -5000px;
	line-height: 1px;
	font-size: 1px;
}

hr {
	display: none;
}

pre {
	border-width: 0;
	border-style: solid;
	border-color: #B7BF83;
	padding: 1em;
	margin: 1em;
	font-size: 100%;
	font-family: Courier, "Courier New", monospace;
	background: #E8EFB9;
	width: 85%;
	overflow: auto;
	-moz-border-radius:6px;
	border-radius:6px;
}


ol li.current a
{
	text-decoration: none;
	color: #000;
}

#easy-access, #easy-access a
{
	color: gray;
  margin: 0 0 0 7px;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
}
#easy-access
{
  text-align: right;
  position: relative;
  top: -10px;
  right: 2px;
  margin: 0 0 0 15px;
}

#easy-access a:hover, #easy-access a:focus
{
	color: #000;
}

#content h2 {
	position: relative;
	color: #769712;
	padding-bottom: 2px;
	padding-left: 25px;
	background-position:  0% 40%;
	background-repeat: no-repeat;
	font: bold 1.3em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	background-image: url("design/puce.gif");
	border-bottom: 1px solid #FFD62F;
}

#content h2 a {
	color: #769712;
}

#content h2 a:hover {
	text-decoration: none;
	color: #cc9900;
}

ul {
list-style-type: square;
}

.listing {
	margin: 1em 0 1em 20px;
	list-style-type: square;
	color: #777;
	padding: 0;
	line-height:1.6em;
}

.listing a {
	color: #777;
}

.cerise {
	background: #fff url(design/bg-cerise.jpg) 95% 0% no-repeat;
}

#content img {
	border-width: 0px;
	border-color: #ccc;
	border-style: solid;
	padding: 0px;
	margin: 0px;
}
#page {
	text-align: left;
	width: 88%;
	margin: 10px auto 10px auto;
	position: relative;
	background: #fff;
	border: 1px solid #CFCFCF;
	-moz-border-radius:6px;
	border-radius:6px;
	padding: 0;
}

#banner {
	margin: 0px;
	padding: 0px;
	height: 80px;
	border: none;
}

#banner a img {
	margin: 5px 0 0 15px;
	border: none;
}

.cadre, #menuright {
	width: 270px;
	padding-top: 7px;
	background: #E9E9E9 url(design/top.gif) top left no-repeat;
}

.cadrebas {
	padding: 0 0.5em 7px 0.5em;
	background: #E9E9E9 url(design/bottom.gif) bottom left no-repeat;
}
#banner .cadre {
	float: right;
	margin-right: 10px;
}

#banner p,form {
	margin: 0;
}

#menutop {
	position: left;
	height: 28px;
	clear: both;
	background: #00CCFF url(fondmenu.jpg) left top no-repeat;
}
#menutop ul, #menutop li {
	margin:0;
	padding: 0;
	list-style-type: none;
	}
#menutop ul {
	position: left;
	height: 28px;
	width: 100% ;
	}

#menutop li {
float: left;
}

#menutop li a { /* dimensions et définitions des boutons */
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height: 28px;
width: 150px;
color: #993300;
font: 17px/28px "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
text-decoration: none;
text-align: center ;
}
#menutop a:hover {
color: #000000 ;
background: transparent url(fondmenu.jpg) top left no-repeat;
}

#menutop a#menu1:hover {
background-position: -26px -28px;
}
#menutop a#menu2:hover {
background-position: -127px -28px;
}
#menutop a#menu3:hover {
background-position: -228px -28px;
}
#menutop a#menu4:hover {
background-position: -329px -28px;
}
#menutop a#menu5:hover {
background-position: -430px -28px;
}
#menutop a#menu6:hover {
background-position: -531px -28px;
}