/* CSS Document */


body {
	background-color: #FEFFF2;
}
a:link {
	text-decoration: none;
	color: 6B7B46;
}
a:visited {
	text-decoration: none;
	color: 6B7B46;
}
a:hover {
	text-decoration: none;
	color: 6B7B46;
}
a:active {
	text-decoration: none;
	color: 6B7B46;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B7B46;
}
a {
	font-size: 11px;
	color: 006633;
}

.button {  /*configuration des boutons */
  color: #788e43;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  background: url(../images/button_bg1.png) repeat;
 
}

a.mainlevel:link, a.mainlevel:visited { /*configuration menu gauche avant passage souris*/
	display: block;
	background: url(../images/menu_bg1.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #788e43;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}
a.mainlevel:hover {  /*configuration menu gauche aprËs passage souris*/
	background-position: 0px -25px;
	text-decoration: none;
	color: #788e43;
}
a.sublevel:link, a.sublevel:visited { /*configuration sous catÈgorie menu gauche avant passage souris*/
	height: 20px !important;
	display: block;
	padding-left: 10px;
	background: url(../images/menu_bg2.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #788e43;
	text-align: left;
}

a.sublevel:hover { /*configuration sous catÈgorie menu gauche apres passage souris*/
	height: 20px !important;
	color: #788e43;
	text-decoration: none;
}

table.moduletable { /*Configuration des barres de titres*/
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	
}

table.moduletable th { /*configuration des titres */
	xbackground: url(../images/subhead_bg.png) repeat-x;
	color: #788e43;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	height: 25px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

table img {
	border:1px solid #bbb;
	margin: 5px;
	padding:5px;
	background: #fff;
	}
	
img.nav {
		vertical-align: middle;
		padding: 0 0 3px 0;
		border: none;
	}	
/*
table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
*/

.inputbox {
	background:f6f3db ;
	padding: 1px;
	border:solid 1px #788e43;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #788e43;
	
}
