@CHARSET "ISO-8859-1";

/************************************* 2008-04-10
 * feuille de style de HACKS CIRCOSTRADA pour InternetExplorer <> 6.0 & 7.0
 *************************************/

/**
 * ARTICLE
 */
.article {
	overflow: visible;
	height: 5em;
}

/**
 * RUBRIQUE_SOMMAIRE / ARTICLE
.rubrique_sommairec .article {
	overflow: visible;
	height: 5em;
}
 */

/**
 * RUBRIQUE_SOMMAIRE_SPEC / ARTICLE
.rubrique_sommaire_spec .article {
	overflow: visible;
	height: 5em;
}
 */

/**
 * RUBRIQUE / ARTICLE
.rubrique .article {
	overflow: visible;
	height: 5em;
}
 */

/**
 * LISTE_ARTICLE
 */
.liste_article .article_cadre {
	overflow: visible;
	height: 5em;
}

