/* Controls > NewsList
-------------------------------------------------------------- */

#news_ControlNewsList {line-height: auto;}

	#news_ControlNewsList h1 {
		display: none;
	}

	.newsCat1 #news_ControlNewsList .news, .newsCat2 #news_ControlNewsList .news, .newsCat3 #news_ControlNewsList .news {
		width: 249px;

		padding: 15px 20px;
	}

	#mainLeft #news_ControlNewsList .news {
		width: auto;
		height: auto;
		padding: 0px;
		margin: 0px;
	}

	#mainLeft .newsCat1 {
		width: auto;
		height: auto;
		padding: auto;

		background-image: none;
	}

		.newsCat1 h2.titreNews {
			display: block;
			margin: 10px 0px 0px 20px;
			padding: 0px;

			font-size: 15px;
			color: #f1b224;
		}

		.newsCat2 h2.titreNews {
			display: block;
			margin: 10px 0px 0px 20px;
			padding: 0px;

			font-size: 15px;
			color: #2c5c74;
		}

		.newsCat3 h2.titreNews {
			display: block;
			margin: 10px 0px 0px 20px;
			padding: 0px;

			font-size: 15px;
			color: #373737;
		}

		#mainLeft .newsCat1 #news_ControlNewsList .news .readMore a {
			float: right;
			margin: 10px 0px 0px 0px;
		}

	#mainLeft .newsCat2 {
		width: auto;
		height: auto;
		padding: auto;

		background: url('images/bg_mainLeft_newsCat2.jpg') bottom no-repeat;	
	}

		.newsCat2 .news {
			padding: 0px 20px;
			margin: 0px;
		}

		.newsCat2 .news h2 {
			margin: 0px;
			padding: 0px;
		}

			.newsCat2 .news h2 a {
				margin: 0px;
				padding: 0px;
			}

		#mainLeft .newsCat1 {
			width: auto;
			height: auto;
			padding: auto;

			background-image: none;
		}

			.newsCat3 .news {
				padding: 0px 20px;
				margin: 0px;
			}

			.newsCat3 .news h2 {
				margin: 0px;
				padding: 0px;
			}

				.newsCat3 .news h2 a {
					margin: 0px;
					padding: 0px;
				}

		#mainLeft .newsCat2 #news_ControlNewsList .news .readMore a {
			float: right;
			margin: 10px 0px 0px 0px;
		}

		.newsCat1 #news_ControlNewsList .newsHover {
			filter : alpha(opacity=50);
			-moz-opacity : 0.5;
			opacity : 0.5; 
		}

		.newsCat2 #news_ControlNewsList .newsHover {
			filter : alpha(opacity=50);
			-moz-opacity : 0.5;
			opacity : 0.5; 
		}

		.newsCat3 #news_ControlNewsList .newsHover {
			filter : alpha(opacity=50);
			-moz-opacity : 0.5;
			opacity : 0.5; 
		}

	#news_ControlNewsList .news .date .important-img {
		position: relative;
		margin-top: 4px;
		margin-right: 3px;

		float: left;
	}

	#news_ControlNewsList .news .date .lock-img {
		position: relative;
		margin-top: 4px;
		margin-right: 3px;

		float: left;
	}

	#news_ControlNewsList .news .date {
		display: block;
		height: 22px;
		width: auto;

		color: #8a8a8a;
		font-weight: bold;
		text-shadow: white 1px 1px 0px;

		margin: 0px 0px 5px 0px;
	}

		#news_ControlNewsList .news .date .dateLeft {
			width: 7px;
			height: 22px;

			float: left;

			background: url('images/bg_dateLeft.gif') 0px 0px no-repeat;
		}

		#news_ControlNewsList .news .date .dateCenter {
			height: 22px;
			width: auto;

			float: left;

			padding: 0px 2px 0px 2px;

			background: url('images/bg_dateCenter.gif') 0px 0px repeat-x;
		}

		#news_ControlNewsList .news .date .dateRight {
			width: 7px;
			height: 22px;

			float: left;

			background: url('images/bg_dateRight.gif') 0px 0px no-repeat;
		}

		#news_ControlNewsList .news .date .dateContent {
			display: inline;
			position: relative;
			top: 4px;
		}

		#news_ControlNewsList .news h2 {
			height: 30px;
			line-height: 12px;

			margin: 0px 0px 5px 0px;
		}

		#news_ControlNewsList .news h2 a {
			color: #53545d;
			text-decoration: none;
			font-size: 12px;
			text-transform: none;

			font-weight: bold;
		}

		#news_ControlNewsList .news .content {}

		#news_ControlNewsList .news .photo {
			width: 78px;
			height: 47px;
			
			border: 2px solid #dedede;
			float: left;

			margin: 0px 10px 0px 0px;
			padding: 0px;
			overflow: hidden;
		}

			.newsCat2 .news .photo {
				display: none;
			}

			.newsCat2 #news_ControlNewsList .news .summary {
				display: none;
			}

		#news_ControlNewsList .news .summary {
			height: 65px;
			color: #777777;
			font-size: 11px;

			text-align: justify;

			overflow: hidden;
		}

		.newsCat1 #news_ControlNewsList .news .readMore a {
			display: block;
			width: 84px;
			height: 15px;

			color: white;
			text-decoration: none;
			text-align: center;
			text-transform: uppercase;
			font-size: 11px;
			font-weight: bold;
			text-shadow: #ab7700 -1px -1px 0px;

			margin: 10px 0px 0px 168px;
			padding: 2px 0px 0px 0px;

			background: url('images/bg_readMore_a_news.jpg') 0px 0px no-repeat;
		}

		.newsCat2 #news_ControlNewsList .news .readMore a {
			display: block;
			width: 84px;
			height: 15px;

			color: white;
			text-decoration: none;
			text-align: center;
			text-transform: uppercase;
			font-size: 11px;
			font-weight: bold;
			text-shadow: #0e3041 -1px -1px 0px;

			margin: 10px 0px 0px 168px;
			padding: 2px 0px 0px 0px;

			background: url('images/bg_readMore_a_promotions.jpg') 0px 0px no-repeat;
		}

		.newsCat3 #news_ControlNewsList .news .readMore a {
			display: block;
			width: 84px;
			height: 15px;

			color: white;
			text-decoration: none;
			text-align: center;
			text-transform: uppercase;
			font-size: 11px;
			font-weight: bold;
			text-shadow: #0e3041 -1px -1px 0px;

			margin: 10px 0px 0px 168px;
			padding: 2px 0px 0px 0px;

			background: url('images/bg_readMore_a_occasions.jpg') 0px 0px no-repeat;
		}

		#news_ControlNewsList .separator {
			display: block;
			height: 1px;
			width: 100%;

			margin: 5px 0px;

			background-color: #d9d9d9;
		}

/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/

/* News > ListOnline
-------------------------------------------------------------- */

#news_NewsListOnLine {}

	#news_NewsListOnLine h1 {
		margin-bottom: 0;
	}

	#news_NewsListOnLine h3 {
		display: none;
	}

	#news_NewsListOnLine .news {
		margin-top: 10px;
		padding: 10px;

		background: url('images/bg_news.jpg') top repeat-x #f4f4f4;
	}

	#news_NewsListOnLine .news h2 {
		display: block;
		width: 510px;
		position: relative;
		left: -10px;
		
		color: #53545d;
		text-shadow: white 1px 1px 0px;
		text-decoration: none;
		font-size: 12px;
		text-transform: none;
		padding: 5px 10px;

		font-weight: bold;
		background-color: #fafafa;
	}

	#news_NewsListOnLine .news .date .important-img {
		position: relative;
		margin-top: 4px;

		float: left;
	}

	#news_NewsListOnLine .news .date .lock-img {
		position: relative;
		margin-top: 4px;

		float: left;
	}

	#news_NewsListOnLine .news .date {
		display: block;
		height: 22px;
		float: left;
		width: auto;

		color: #8a8a8a;
		font-weight: bold;
		text-shadow: white 1px 1px 0px;

		margin: 0px 0px 5px 0px;
		line-height: normal;
	}

		#news_NewsListOnLine .news .date .dateLeft {
			width: 7px;
			height: 22px;

			float: left;

			background: url('images/bg_dateLeft.gif') 0px 0px no-repeat;
		}

		#news_NewsListOnLine .news .date .dateCenter {
			height: 22px;

			float: left;

			padding: 0px 2px 0px 2px;

			background: url('images/bg_dateCenter.gif') 0px 0px repeat-x;
		}

		#news_NewsListOnLine .news .date .dateRight {
			width: 7px;
			height: 22px;

			float: left;

			background: url('images/bg_dateRight.gif') 0px 0px no-repeat;
		}

		#news_NewsListOnLine .news .date .dateContent {
			display: inline;
			position: relative;

			top: 4px;
		}

		#news_NewsListOnLine .news .summary {
			text-shadow: white 1px 1px 0px;
		}

		#news_NewsListOnLine .news .photo {
			display: block;
			float: left;
			margin: 3px 6px 15px 0;

			padding: 0px;
		}

		#news_NewsListOnLine .news hr {
			height: 2px;
			background-color: #d2d2d2;
			color: #d2d2d2;

			margin: 10px 0px 0px 0px;
			border-bottom: 1px solid white;
		}

		#news_NewsListOnLine .news .readMore {}
		
			.none .news .readMore a {
				display: block;
				width: 134px;
				height: 15px;
				
				float: right;

				color: white;
				text-decoration: none;
				text-align: center;
				text-transform: uppercase;
				font-size: 11px;
				font-weight: bold;
				text-shadow: #ab7700 -1px -1px 0px;
				line-height: 14px;

				margin: 10px 0px 0px 168px;
				padding: 2px 0px 0px 0px;

				background: url('images/bg_readMore_a_news_listOnline.jpg') 0px 0px no-repeat;
			}

			.promotions .news .readMore a  {
				display: block;
				width: 134px;
				height: 15px;
				
				float: right;

				color: white;
				text-decoration: none;
				text-align: center;
				text-transform: uppercase;
				font-size: 11px;
				font-weight: bold;
				text-shadow: #0e3041 -1px -1px 0px;
				line-height: 14px;

				margin: 10px 0px 0px 168px;
				padding: 2px 0px 0px 0px;

				background: url('images/bg_readMore_a_news_listOnline_promotions.jpg') 0px 0px no-repeat;
			}

			.occasions .news .readMore a  {
				display: block;
				width: 134px;
				height: 15px;
				
				float: right;

				color: white;
				text-decoration: none;
				text-align: center;
				text-transform: uppercase;
				font-size: 11px;
				font-weight: bold;
				text-shadow: #0e3041 -1px -1px 0px;
				line-height: 14px;

				margin: 10px 0px 0px 168px;
				padding: 2px 0px 0px 0px;

				background: url('images/bg_readMore_a_news_listOnline_occasions.jpg') 0px 0px no-repeat;
			}

			#news_NewsListOnLine .newsHover {
				filter : alpha(opacity=50);
				-moz-opacity : 0.5;
				opacity : 0.5; 
			}

			a.lnkRss {
				color: #8c8c8c;
			}

				
/* News > ListOffline
-------------------------------------------------------------- */

#news_NewsListOffLine {
}

	#news_NewsListOffLine h1 {
	}

	#news_NewsListOffLine h3 {
		display: none;
	}

	#news_NewsListOffLine .newsByMonth {
		margin-bottom: 20px;
	}

		#news_NewsListOffLine .newsByMonth b {
			display: block;
			padding-bottom: 5px;
	
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;	
		}

		#news_NewsListOffLine .newsByMonth .news {
			height: 22px;
		}

		#news_NewsListOffLine .newsByMonth .newsHover {
			background-color: #fdc622;
			cursor: pointer;
		}

		#news_NewsListOffLine .newsByMonth .news .date {
			width: 46px;
			display: block;
			float: left;
			padding-top: 6px;

			font-size: 10px;
			text-align: center;
		}

		#news_NewsListOffLine .newsByMonth .news:hover .date {
			color: #fff;
		}

		#news_NewsListOffLine .newsByMonth .toolsBox {
			width: 36px;
			height: 18px;
			display: block;
			float: left;
			padding-top: 4px;

			text-align: center;
		}

			#news_NewsListOffLine .newsByMonth .newsHover .toolsBox {
				background-color: white;
			}

		#news_NewsListOffLine .newsByMonth .news h2 {
			margin: 0;
			padding: 0px 0 0 10px;
			display: inline;
			border: 0 solid #fff;

			position: relative;
			top: 2px;
		}

		#news_NewsListOffLine .newsByMonth .news h2 a {
			font-size: 12px;	
			font-weight: normal;
			text-decoration: none;
			text-transform: none;
		}

		#news_NewsListOffLine .newsByMonth .news:hover  a {
			color: #fff;
		}

		#news_NewsListOffLine hr {
			margin: 2px 0px;
			padding: 0px;
		}

/* News > View
-------------------------------------------------------------- */

#news_NewsView {
}

	#news_NewsView .date {
		display: block;
		height: 22px;
		width: auto;

		color: #8a8a8a;
		font-weight: bold;
		text-shadow: white 1px 1px 0px;
		line-height: normal;

		margin: 0px 0px 5px 0px;
	}

		#news_NewsView .date .dateLeft {
			width: 7px;
			height: 22px;

			float: left;

			background: url('images/bg_dateLeft.gif') 0px 0px no-repeat;
		}

		#news_NewsView .date .dateCenter {
			height: 22px;
			width: auto;

			float: left;

			padding: 0px 2px 0px 2px;

			background: url('images/bg_dateCenter.gif') 0px 0px repeat-x;
		}

		#news_NewsView .date .dateRight {
			width: 7px;
			height: 22px;

			float: left;

			background: url('images/bg_dateRight.gif') 0px 0px no-repeat;
		}

		#news_NewsView .date .dateContent {
			display: inline;
			position: relative;
			top: 4px;
		}

	#news_NewsView .description {
		margin: 0px 0px 15px 0px;
	}

	#news_NewsView .copyright {
		font-size: 11px;
	}
		
	#news_NewsView .photos {		
		background-color: #f5f5f5;

		padding: 5px 0px 0px 0px;
		margin: 10px 0px 0px 0px;
	}

		#news_NewsView .photos .photo {
			margin: 0px 0px 7px 7px;
			height: 65px;
			float: left;
		}

		#news_NewsView .photos .photo img {
			height: 65px;
		}

		#news_NewsView .photos .photo:hover img {
			border:none;
			text-decoration: none;

			filter: alpha(opacity=50);  
			-moz-opacity: 0.50;
			opacity: 0.50;
		}

	#news_NewsView .tools {
		display: block;
		background-color: #f1f1f1;
		padding: 5px 10px;

		margin: 10px 0px 0px 0px;
	}

		#news_newsView .tools a:hover {
			color: #e7a100;
		}

		#news_NewsView .tools .files {
			display: block;
			float: left;

			font-size: 10px;
			text-decoration: none;
			text-transform: uppercase;
			line-height: 12px;

			margin: 0px 10px 0px 0px;
			cursor: pointer;
		}

			#news_NewsView .tools .files:hover {
				color: #e7a100;
			}

		#news_NewsView .tools .news_files_left {
			display: block;
			width: 28px;
			height: 19px;

			float: left;

			background: url('images/bg_news_files_left.jpg') 0px 0px no-repeat;
		}

		#news_NewsView .tools .news_files_right {
			display: block;
			height: 15px;

			float: left;

			padding: 4px 10px 0px 5px;

			background: url('images/bg_news_files_right.jpg') right no-repeat;
		}

		#news_NewsView .tools .btn_print {
			display: block;
			float: left;

			font-size: 10px;
			text-decoration: none;
			text-transform: uppercase;
			line-height: 12px;
			cursor: pointer;
		}

			#news_NewsView .tools .btn_print:hover {
				color: #e7a100;
			}

		#news_NewsView .tools .news_print_left {
			display: block;
			width: 28px;
			height: 19px;

			float: left;

			background: url('images/bg_news_print_left.jpg') 0px 0px no-repeat;
		}

		#news_NewsView .tools .news_print_right {
			display: block;
			height: 15px;

			float: left;

			padding: 4px 10px 0px 5px;

			background: url('images/bg_news_print_right.jpg') right no-repeat;
		}

		#news_NewsView .tools .btn_sendToFriend {
			display: block;
			float: left;

			font-size: 10px;
			text-decoration: none;
			text-transform: uppercase;
			line-height: 12px;

			margin: 0px 0px 0px 10px;
			cursor: pointer;
		}

			#news_NewsView .tools .btn_sendToFriend:hover {
				color: #e7a100;
			}

		#news_NewsView .tools .news_sendToFriend_left {
			display: block;
			width: 28px;
			height: 19px;

			float: left;

			background: url('images/bg_news_sendToFriend_left.jpg') 0px 0px no-repeat;
		}

		#news_NewsView .tools .news_sendToFriend_right {
			display: block;
			height: 15px;

			float: left;

			padding: 4px 10px 0px 5px;

			background: url('images/bg_news_sendToFriend_right.jpg') right no-repeat;
		}

/* News > Review
-------------------------------------------------------------- */

#news_ControlNewsReviews {
	display: none;
}

