div {
   display:block;
}
body {
	margin:0;
	padding:0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #333;
	background: url(images/background.jpg);
}

h3 {
	font-size:1em;
}

h1 {
	font-size:1.3em;
   color: #425f0f;
   padding-left:25px;
   background: url(images/title.jpg) no-repeat left bottom;
}

h2 {
	font-size:1em;
	color: #931b1b;
   padding-left:15px;
   background: url(images/carre.gif) no-repeat left bottom;
}

p {
   text-align: justify;
}

ul {
	margin-left: 0em;
	padding-left:20px;
}

ol {
	margin-left: 3em;
}

a {
	color: #e87d15;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.more {
   background: url(images/fleche.jpg) no-repeat left bottom;
   padding-left:25px;
   color: #e87d15;
}

/* Header */

#header {
	width: 693px;
	height: 60px;
	margin: 0 auto 0;
	padding:0;
}

/* Logo */

#logo {
	height: 50px;
	color: #ecf29a;
	padding: 0 0 0 10px;
	font-size: 0.8em;
}

#logo a {
	font-weight: bold;
	padding-right: 10px;
   padding-left:10px;
   padding-top:0px;
	font-size: 2em;
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */
#content {
	width: 693px;
	margin: 0 auto;
	padding-top:0;
	background: url(images/bg.jpg);
}

/* Content > Main */

#main {
   width:650px;
   min-height:200px;
	padding:20px 20px 20px;
}



input {
	width: 185px;
	color: #385B88;
}

#inputsubmit1 {
	background: #4F9CEF url(images/img03.gif) repeat-x left bottom;
	color: #FFFFFF;
}

#menu {
   width:650px;
	height: 240px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	padding:0;
	margin:0;
}

#menu a {
	display: block;
	float: left;
	margin-left: 1px;
	width:118px;
	padding: 10px 0 10px 0;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background: url(images/bg_button.jpg) repeat-x left bottom;
}

#menu a:hover {
	background: #DCEBFC;
	color: #FFF;
	background: url(images/bg_button_over.jpg) repeat-x left bottom;
}

#menu .active a {
	color: #000000;
	background: url(images/bg_button_over.jpg) repeat-x left bottom;
}

#menu .active a:hover {
	background: #DCEBFC;
	color: #FFF;
	background: url(images/bg_button_over.jpg) repeat-x left bottom;
}



#footer {
	width: 693px;
	margin: 0 auto 0;
	padding: 10px;
	background:none;
}

#footer p {
	margin: 0;
	text-align:center;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #86D613;
}

#sidebar {
	float: right;
	padding-right:15px;
	padding-left:10px;
	width: 150px;
}

.boxed .title {
	height: 23px;
	padding: 10px 0 0 19px;
	background: #FFF ;
	border: 1px solid #CCC;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0;
	padding: 0;
	background: #DCEBFC;
}

#updates ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#updates li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	padding: 0;
	font-size: x-small;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

#bottom {
   width:693px;
   margin:0 auto 0;
   padding:0;
   background: url(images/bottom.jpg); 
   font-size:0.1em;
   height:8px;
}

.details {
   z-index:16; 
   margin-top:-90px; 
   display:none; 
   position:absolute; 
   background:#f0eee2; 
   border: 1px solid #425f0f;
}