/*----------------------------------------------------------
	Article List CSS
	Styles for the article list pages

	Project:		OLWeb.fr
	Author:			e-TF1 Web Agency
	Summary :
		Article list
			Article search
			Article list (big)
		IE Patches (PNG fix, hasLayout triggers, etc.)
----------------------------------------------------------*/

/* ================================
 * !Article list
 * ================================*/
#article-list .list { left:-9999em; position:absolute; }
#article-list h3.search { color:#3C3C3C; font-size:2em; font-weight:bold; padding:0 10px; position:relative; z-index:1; }

/*
 * !Article search
 */
	#article-search div { background:url(/image/block/gallery/bg_form-gradient.gif) repeat-x 0 100%; padding:25px 0 20px; position:relative; }
		#article-search p { margin-bottom:5px; }
			#article-search label { float:left; font-size:1.1em; line-height:1.6em; margin-right:5px; text-align:right; width:15em; }
			#article-search select { width:15.909em; }
		#article-search .sort { text-align:center; }
		#article-search .submit { margin-top:16px; }
			#article-search button { background:url(/image/block/gallery/bt_rechercher.gif) no-repeat; display:block; height:22px; margin:0 auto; width:119px; }

/*
 * !Article list (big)
 */
.news-list .big .hentry { clear:both; padding:25px 0 10px; position:relative; }
	.news-list .big .entry-title { font-size:2em; margin-bottom:10px; }
	.news-list .big img { border:1px solid #DADADA; float:left; height:150px; margin:0 10px 0 0; padding:1px; position:static; width:225px; }
	.news-list .big .entry-summary { font-size:1.2em; font-weight:bold; min-height:154px; }
	.news-list .big .entry-infos { color:#E6232B; font-size:1.1em; font-weight:bold; left:0; position:absolute; top:10px; }
		.news-list .big .entry-infos span { color:#C8C8C8; font-weight:normal; padding-left:5px; }

/* ================================
 * !IE Patches (PNG fix, hasLayout triggers, etc.)
 * IE<6 is not supported
 * ================================*/
	.ie6 #article-list { zoom:1; }
		/*.ie6 .news-list .hfeed { margin-bottom:-10px; }*/

