



<style type="text/css">

.rendreOpaque {
	-moz-opacity : 0.1;
	opacity : 0.1;
}

TABLE.tableauDisplay {
	width: 100%;
	padding: 3px;
}

TABLE.tableauDisplayExport {
	width: 100%;
	padding: 3px;
}

.TABLEWave {
	vertical-align: top;
	background: url(/SKperso/public/theme/client/img/head_right.jpg) top left repeat-x;
}

.TABLEWave div {
	height: 102px;
	vertical-align: top;
	background: url(/SKperso/public/theme/client/img/head.jpg) top left no-repeat;
}

.tableauDisplay th a:link {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 100%;
}

.tableauDisplay th a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 100%;
}

.tableauDisplay th a:hover {
	color: #000000;
	text-decoration: underline;
	display: block;
	width: 100%;
}

.tableauDisplay th {
	font-size: xx-small;
	color: #000000;
	border-bottom: 1px solid #CCC;

}

.tableBorderGreen {
	border-style: solid;
	border-color: #00FF00;
	border-collapse: collapse;
}

.tableBorderRed {
	border-style: solid;
	border-color: #FF0000;
	border-collapse: collapse;
}

.fondsHome p {
	border-bottom:0px;
	margin:0;
	padding:0px;
	padding-left:0px;
	font-size:small;
	display:block;
	font-weight:normal;
	color: #000000;
	text-decoration:none;
}

.fondsHome h3 {
	border-bottom:1px #CCC dotted;
	margin:0;
	padding:3px;
	padding-left:0px;
	font-size:1.2em;
	display:block;
	font-weight:bold;
	color: #000000;
}

.centrer {
	text-align:center;
}

.renderedtable p {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
}

.TDTextTableCellAmountValues {
	font-size: 1em;
	border-bottom:1px solid #EFEFEF;
	text-align:right;
}

#error
{
    text-align: left;
    background-color: #FAE2CC;
}

#warning
{
    text-align: left;
    background-color: #e9f4e9;
}

#info
{
    text-align: left;
    background-color: #f1f5f4;
}

#error h1
{
    float: left;
    background: #FAE2CC url(/SKperso/media/pictoerr.gif) no-repeat 0 4px;
    overflow: hidden;
    width: 30px;
    height: 0;
    padding-top: 25px;
    margin: 0;
}

#warning h1
{
    float: left;
    background: #FAE2CC url(/SKperso/media/pictoaver.gif) no-repeat 0 4px;
    overflow: hidden;
    width: 50px;
    height: 0;
    padding-top: 25px;
    margin: 0;
}

#info h1
{
    float: left;
    background: #FAE2CC url(/SKperso/media/pictomess.gif) no-repeat 0 4px;
    overflow: hidden;
    width: 30px;
    height: 0;
    padding-top: 25px;
    margin: 0;
}

#info div, #warning div, #error div
{
    margin-left: 30px;
    padding: 1em;
    color: #000;
    font-weight: bold;
}


table.messageBandeau,.erreurBandeau,.avertBandeau  {
	width:100%;
}

.messageBandeau{
	background-color:#f1f5f4;
}

.erreurBandeau{
	background-color:#fae2cc;
}

.avertBandeau{
	background-color:#e9f4e9;
}

table.messageBandeau img,.erreurBandeau img,.avertBandeau img {
	margin-right:10px;
}

.justifier {
	margin-top:10px;
	text-align:justify;
}

</style>