/* IMAGE SHADOW */
.img-shadow {
  float:left;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow * img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

/* USEFUL STUFF */
.icon {
	position: relative;
	top: 4px;
	cursor: pointer;
}

.picto_eco_doc {
	position: relative;
	top : 1px;
	cursor: pointer
}

.nomp {
	padding: 0;
	margin: 0;
}

.nopm {
	padding: 0;
	margin: 0;
}

.normal {
	font-weight: normal
}

.ml10 {
	margin-left: 10px
}

.ml15 {
	margin-left: 15px
}

.ml20 {
	margin-left: 20px
}

.ml25 {
	margin-left: 25px
}

.ml30 {
	margin-left: 30px
}

.ml250 {
	margin-left: 250px
}

.mb10 {
	margin-bottom: 10px
}

.red {
	background-color: red
}

.textInfoPanel {
	margin-top: 15px;;
	color: gray;
	font-size: 0.9em
}

.tabContent {
	position: relative;
	bottom : 2px;
	border: 0px gray solid;
}

.filterTop {
	height: 40px;
	padding-top: 10px;
	text-align: center;
}

#limitForm {
	height: 30px;
	padding-top: 15px;
}

.filterTop FORM {
	display: inline;
}

.activatedLink {
	background-color: #EEF;;
	text-decoration: underline;
}

.bgPanel {
	background-color: #f8f8f8;;
	margin-bottom: 10px;
}

.imgPanel {
	position: relative;
	float: left;
	padding: 20px 0 0 10px;
	text-align: center;
	width: 150px
}

.textPanel {
	position: relative;
	float: left;
	padding-left: 20px;
	width: 550px
}

.left {
	text-align: left
}

.center {
	text-align: center
}

/* background:#DAE0D2 url("../img/bg.gif") repeat-x bottom; */
#tabHeader {
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
}

#tabHeader ul {
	margin: 0 0 0 0;
	padding: 0 5%;
	padding-top: 0;
	list-style: none;
}

/*
#tabHeader li {	background: url("../img/left.gif") no-repeat left top;}
*/
#tabHeader li {
	float: left;
	margin: 0 3px;
	padding: 0 0 0 9px;
}

/*
#tabHeader a {	background: url("../img/right.gif") no-repeat right top;}
#ecdeb6
*/
#tabHeader a {
	background-color: #efe4dc;;
	float: left;
	display: block;
	padding: 4px 15px 0 6px;
	border : 0px solid gray;
	border-bottom : 0 none;
	padding-left: 65px;
	padding-right: 65px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
}

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

/* End IE5-Mac hack */
#tabHeader a:hover {
	color: #333;
}

#tabHeader #currentTab a {
	background-color : #f8f8f8;
	color: #333;
	padding-bottom : 0;
}

#tabHeader ul li a {
	-moz-border-radius : 5px 5px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

