@CHARSET "ISO-8859-1";

.hpo_cal_bloc, #RTE_CONTENT .hpo_cal_bloc a{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    height: auto;
    line-height: 10px;
}

#CONTAINER #INSERT .hpo_cal_bloc, #CONTAINER #INSERT .hpo_cal_bloc a{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.hpo_cal_monthcontainer{
    float: left;
    /*line-height: 17px;*/
    width: auto;
}
    .hpo_cal_monthcontainer .hpo_cal_prev a,
    .hpo_cal_monthcontainer .hpo_cal_next a,
    .hpo_cal_monthcontainer .hpo_cal_month a{
        text-decoration: none;
        color:#ffffff;
    }

.hpo_cal_daycontainer{
    float: left;
    width: auto;
    margin-top: 2px;
}
*:first-child+html .hpo_cal_daycontainer{
    margin-top: -8px;
}
* html .hpo_cal_daycontainer{
	margin-top: -8px;
}
.hpo_cal_next, .hpo_cal_prev{
	float: left;
	width: 20px;
	text-align: right;
	height: 17px;
}

.hpo_cal_month{
	float: left;
	width: 110px;
	text-align: center;
	height: 17px;
}

.hpo_cal_bloc table.hpo_cal_table{
	/*margin-left: 5px;*/
}

.curDay{
	border: 1px solid #2cd5ff;
}

 .hpo_cal_bloc table.hpo_cal_table tr td a{
	display: block;
	background-color: #2cd5ff;
    text-decoration: none;
    color:#ffffff;
}

 #hpo_cal_block{
	background: url(/fileadmin/templates/skin/default/imgs/bkg_calendrier.png) no-repeat;
	margin-bottom: 10px;
	padding: 27px 0 0 8px;
    width: 162px;
    height: 120px;
}

* html #hpo_cal_block{
    background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader('enabled=true, sizingMethod=crop src=/fileadmin/templates/skin/default/imgs/bkg_calendrier.png');
}

* html #hpo_cal_block a{
	position: relative;
}

#CONTENT_RIGHT .bloc_content,
#CONTENT_RIGHT .bloc {
    background: none;
}

/*
#LEFT_CONTENT .hpo_cal_bloc{
	background: url("calendar_small.png") no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 10px;
}
*/

* html #LEFT_CONTENT #hpo_cal_block{padding-top: 40px;}
*:first-child+html #LEFT_CONTENT #hpo_cal_block{padding-top: 40px;}

* html #hpo_cal_block table.hpo_cal_table {margin-top: 10px;}
*:first-child+html #hpo_cal_block table.hpo_cal_table {margin-top: 10px;}

.hpo_cal_bloc table.hpo_cal_table tr td{
	text-align: center;
	width: 16px;
	/*height: 16px;*/
	padding: 2px 3px;
    line-height: 10px;
}


#INSERT #hpo_cal_block{
	background: url("calendar_big.png") no-repeat;
	padding-top: 40px;
	padding-bottom: 70px;
	padding-left: 15px;
	margin-left: 30px;
}

#INSERT .hpo_cal_bloc table.hpo_cal_table{
	margin-left: 2px;
}


* html #INSERT #hpo_cal_block{padding-top: 50px;}
*:first-child+html #INSERT #hpo_cal_block{padding-top: 50px;}

/*
#INSERT .hpo_cal_bloc{
	background: url("calendar_big.png") no-repeat;
	padding-top: 40px;
	padding-bottom: 70px;
	padding-left: 15px;
	margin-left: 30px;
}
*/
#INSERT .hpo_cal_bloc .hpo_cal_month{
	width: 150px;
}

#INSERT .hpo_cal_bloc table.hpo_cal_table tr td{
	width: 20px;
	height: 20px;
	padding: 3px;
}

*:first-child+html #INSERT .hpo_cal_bloc table.hpo_cal_table tr td{height: 16px;}
* html #INSERT .hpo_cal_bloc table.hpo_cal_table tr td{height: 16px;}

#INSERT .hpo_cal_month, #INSERT .hpo_cal_month a{
	font-size: 13px;
}



