/* ---- colonne gauche ---- */
div#sidebar_left div.htmlBlock
{
	background: none repeat scroll 0 0 transparent;
}


div#sidebar_left div.bloc_side p.prec a {
    left: 45px;
}
div#sidebar_left div.bloc_side p.suiv a {
    left: 156px;
}


div#content {
    padding-top: 10px;
}

div#breadcrumb_navigation { 
	/*left: 10px; */
	/*position: absolute; */
	margin-left : -230px;
}

/*Fix display BUG on IE7*/
div.agenda{
	position:static !important;
}
div.bloc_side p.lk_fleche{
	position:relative !important;
	top : -194px;	
}

div.agenda a.editGadget{
    position: relative !important;
	left : 180px !important;
	top : 24px !important;
}

div.agenda span.removeGadget{
    position: relative !important;
	left : 145px !important;
	top : 24px !important;
} 
