body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	background-color:#182801;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	display: block;
}

.page {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.container {
	border:0px solid #182801;
	color: #182801;
	background-color: #7A9431;
	width: 750px;
}

.header {
	background-image: url(../images/logoequ-yvelines.jpg);
	background-repeat: no-repeat;
	height:200px;
	border-bottom:1px solid #182801;
	width: 530px;
	background-color: #7A9431;
}

.menu {
	margin: 0px;
	padding:0px;
	margin-left:20px;
	border-left:1px solid #182801;
	float: right;
}


* html .menu {
	margin-left: -3px;
}

.pied {
	height: 25px;
	text-align:right;
}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

* html .menu li{
	margin-bottom:-3px;
}

.menu li {
	margin:0px;
	border-bottom:1px solid #182801;
	color: #D9CEB8;
	font-size: 1.1em;
	text-decoration: none;
	background-color:#748F02;
	padding:0px;
	width:199px;
}

.menu li b {
	margin:0px;
	display: block;
	color: #F5F8EF;
	background-color:#90A000;
	font-size: 1.3em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:5px;
}

.menu li a {
	margin:0px;
	display: block;
	color: #F5F8EF;
	font-size: 1.1em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:5px;
}

.menu li a:hover {
	text-decoration: none;
	background-color:#90A000;
}

h2{
	margin-left:-20px;
	margin-top:15px;
	padding-left:5px;
	font-size: 1.3em;
	color: #F5F8EF;
	font-weight:normal;
}

h1{
	margin-left:-30px;
	margin-top:5px;
	padding-left:5px;
	font-size: 1.6em;
	color: #F5F8EF;
	font-weight:normal;
}

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

a:hover{
	text-decoration:underline;
}

blockquote{
	background-color:rgb(142, 168, 69);
	padding : 3px;
	border-left:2px solid #F5F8EF;
}

.page-title {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
}

.hyperlink {
	font-size: small;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

.rubric-title {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}
.rubric-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
}

pre.code, code {
  color: #007000;
  font-family: "bogus font here", monospace;
  font-size: 12px;
}

pre.code {
	border: 1px solid silver;
	background-color: #f5f5f5;
	padding: 0.5em;
	overflow: auto;
	margin: 0em;
	width: 710px;
}
