body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #dadada;
}


div#global { 
  margin-left: auto; 
  margin-right: auto; 
  width: 850px;
  background-image: url('images/bg.png');
  background-repeat: repeat-y;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #a3c539;
}




div#header {
	border-left: 1px solid #a3c539; /*#ec7abe;*/
	border-right: 1px solid #004e00; /*#ec7abe;*/
	height:80px;
	width: 838px;
	background-color: #a3c539;
	background-image: url('images/header-bg.png');
	background-repeat: repeat-y;
	margin: 0px 0px 0px 5px;
}

#title {
	color: #333;
	margin: 10px 0px 0px 30px;
	font-size: 2em;
	float: left;
}

#androrobot {
	position: static;
	margin: 5px 10px;
	float: right;	
}

div#menu {
	min-height: 400px;	
	width: 194px;
	float: left;
}

div#container {
	width: 838px;
	min-height: 400px;
	border-left: 1px solid #a3c539; /*#ec7abe;*/
	border-right: 1px solid #004e00; /*#ec7abe;*/
	border-bottom: 1px solid #555; /*#ec7abe;*/
	border-top: 1px solid #555;
	margin: 0px 0px 0px 5px;
	float: left;
}


div#content{
	width: 638px;
	min-height: 400px;
	float: left;
}

div#footer{
	clear: both;
	width: 838px;
	height: 30px;
	/*background-color: #fafafa;*/
	background-color: #a3c539;
	background-image: url('images/header-bg.png');
	background-repeat: repeat-y;
	border-left: 1px solid #a3c539; /*#ec7abe;*/
	border-right: 1px solid #004e00; /*#ec7abe;*/
	border-bottom: 1px solid #555;
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 2px 0px;	
}

#footer p{
	text-align: center;
	font-size: 0.8em;
	color: #333;
}

#footer a{
	color: #333;
}


h1 {
	text-align: center;
	margin: 5px 0px;
	color: #004e00;/*#eda57a;*/
	font-weight: bold;
}

h2 {
	text-align: left;
	margin: 5px 15px;
	color: #004e00;
	font-weight: bold;
}

h3 {
	text-align: left;
	margin: 5px 25px;
	color: #004e00;
	font-weight: bold;
}

p {
	margin: 5px 0px 10px 15px;
	font-size: 0.9em;
}

a {
	color: #004e00;
	font-size: 0.9em;
	margin: 1px 0px 1px 15px;
}

p a{
	color: #004e00;
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
}

ul
{
	list-style-image: url('images/ul.png');
	font-size: 0.9em;
	
}


#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size: 1em;
}
#menu li{
	float:left;
	margin:0;
	padding:0 0 0 0;
	border-bottom: 1px solid #004e00;
	width: 194px;
}
#menu a{
	float:left;
	display:block;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#000000;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#menu a {float:none;}

#menu a:hover{
/*color:#CC6600;*/
	/*color: #da9870;*/
	background-color: #a3c539;
	color:#333;
}
#menu .current{
	
}

#menu .current a{
	color:#004e00;
	padding-bottom:5px;
	font-weight: bold;
}

div.part {
	float: left;
	width: 460px;
}

div.partimg {
	float: left;
	width: 160px;
}

div.partimg img{
	border: 1px solid #004e00; 
}

div.accueilimg img{
	margin: 1px 5px;
	float: left;
	width: 160px;
}

table.display {
 	margin: 0px 20px;
    color:#333;
    font-size: 0.9em;
    border: 2px solid #004e00;
    border-collapse: collapse;
}

table.display thead{
    background-color: #a3c539;
}

table.display tr:nth-child(2n+2)
{
    background-color: #dee6c5;
}

table.display td{
   border: 1px solid #004e00;
   padding: 1px 4px;
}
