/*
mooCollapsibles stylesheet - - - - */
.cllpsHidden{
	display:none;
}

.cllpsClear{
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}


/*
Collapsible boxes - - - - */

.collapsible .plus{
	position:relative;
}

.collapsible .synthese{
	overflow:hidden;
}

/*
Collapse/expand button - - - - */
a.OpenCloseButton, a:link.OpenCloseButton, a:visited.OpenCloseButton, a:hover.OpenCloseButton, a:active.OpenCloseButton{
	background: url(http://www.kpmfinance.com/img/CollapseIcon.png) left top no-repeat;
	width:12px;
	height:12px;
	position:absolute;
	top:-5px;
	right:12px;
	outline:none;
}

a:hover.OpenCloseButton{
	background-position:left bottom;
}

.RotateButton a.OpenCloseButton, .RotateButton a:link.OpenCloseButton, .RotateButton a:visited.OpenCloseButton, .RotateButton a:hover.OpenCloseButton, .RotateButton a:active.OpenCloseButton{
	background-position:right top;
}

.RotateButton a:hover.OpenCloseButton{
	background-position:right bottom;
}


/*
Alert messages - - - - */
.mooCollapsiblesAlertRed p, mooCollapsiblesAlertGreen p{
	color:#CC0000 !important;
	margin:0 0 5px 0;
}

.mooCollapsiblesAlertGreen p{
	color:#00CC00 !important;
}


/*
