
/* leftcolumn */

.list-dimension  {
	border-bottom: 1px solid #000;
	padding: 13px 0 5px 0;
}

.list-dimension ul {
	list-style-type: none;
	margin-bottom: 13px;
}

.list-dimension li {
	font-weight: bold;
	/*background-color: #dbf5c4;*/
	border-right: 5px solid #fff;
	margin-bottom: 1px;
	list-style-position: outside;
	padding: 0.7em 5px;
}

.list-dimension li.act {
	font-weight: bold;
	/*background: #b6e887 url(../img/bgListDimensionAct.gif) right center;*/
	border: none;
}

.list-dimension li a {
	color: #000;
	text-decoration: none;
	margin: 0;
}

.list-dimension li a:visited {
	color: #000;
}

.list-dimension li a:hover {
	text-decoration: underline;
}








/* content */

.list-actions #content h1, h2 {
	font-size: 1.2em;
	color: #666;
	margin: 15px 5px 18px 0;
	/*border-left: 7px solid #80cd3b;*/
	/**padding-left: 51px;*/
	background:none;
}

.list-actions #content h2 {
	background:none;
	/*border-left-color: #c9efa5;*/
}

.list-actions #content p {
	margin: 0 5px 13px 5px;
}

.list-actions #content p.action {
	font-weight: bold;
	margin-left: 37px;
}

* html .list-actions #content p.action {
	height: 1%; /* against Win IE 3pixels jog */
}

.list-actions #content p.action a {
	color: #000;
	text-decoration: none;
}

.list-actions #content p.action a:hover {
	text-decoration: underline;
}

.list-actions #content p.tips {
	color: #757575;
	margin-left: 43px;
}

.list-actions #content div.details {
	margin-left: 100px;
	padding-bottom: 13px;
	border-bottom: 1px solid #ccc;
	display:none;
}


.colormetho {
	color: #ba5197;
}

.colorgeo {
	color: #559a18;
}

.colorsocio {
	color: #198fc5;
}

.colorthema {
	color: #c79b19;
}

.colorTrans {
	color: #757575;
}

.list-actions #content .more {
	display: block;
	float: left;
	width: 37px;
	height: 16px;
}

.list-actions #content .more a {
	display: none;
}

.list-actions #content a.more.colormetho {
	background: url(../img-2009/bgMoremethoOff.png) no-repeat;
}

.list-actions #content a.more.colormetho:hover {
	background: url(../img-2009/bgMoremethoOn.png) no-repeat;
}

.list-actions #content a.more.colorgeo {
	background: url(../img-2009/bgMoregeoOff.png) no-repeat;
}

.list-actions #content a.more.colorgeo:hover {
	background: url(../img-2009/bgMoregeoOn.png) no-repeat;
}

.list-actions #content a.more.colorsocio {
	background: url(../img-2009/bgMoresocioOff.png) no-repeat;
}

.list-actions #content a.more.colorsocio:hover {
	background: url(../img-2009/bgMoresocioOn.png) no-repeat;
}

.list-actions #content a.more.colorthema {
	background: url(../img-2009/bgMorethemaOff.png) no-repeat;
}

.list-actions #content a.more.colorthema:hover {
	background: url(../img-2009/bgMorethemaOn.png) no-repeat;
}

.list-actions #content a.more.colortrans {
	background: url(../img-2009/bgMoretransvOff.png) no-repeat;
}

.list-actions #content a.more.colortrans:hover {
	background: url(../img-2009/bgMoretransvOn.png) no-repeat;
}


/* Info Partenaires */

#info {
	padding-top:12px;
	background:url(../img/bgInfoTop.gif) no-repeat top;
	margin-top:10px;
	margin-bottom:10px;
}

#info h5, h6 {
	font-size: 1em;
	padding: 0.5em 5px 0 5px;
}

#info p {
	padding: 0.5em 8px 25px 5px;
	background: url(../img/bgInfoBottom.gif) no-repeat bottom;
}