
/* ------------------------------------------------------------------ */
/* -                            NEWS                                  */
/* ------------------------------------------------------------------ */


#ControlNewsList{
	
}
	
	#ControlNewsList h1{
		font-size:14px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		margin:0px 0px 10px 0px;
		display:none;
	}

	#ControlNewsList A{
		cursor:pointer;
		text-decoration:none;
	}

	#ControlNewsList .news{
		font-size:11px;
		text-align:justify;
		padding:0px 10px;
	}


	.defaultColor #ControlNewsList .news{color:#d5d0cf;}
	.atHomeColor #ControlNewsList .news{color:#e4d7d4;}
	.officeColor #ControlNewsList .news{color:#ebd2cc;}
	.professionalColor #ControlNewsList .news{color:#d2d9cf;}
	.manoColor #ControlNewsList .news{color:#f0fafe;}


	#ControlNewsList .news .date{
		display:inline;
		font-weight:bold;
		margin-right:10px;
	}

		#ControlNewsList .news .title{
			font-size:12px;
			font-weight:bold;
			margin-bottom:5px;
			color:white;
		}
		
			#ControlNewsList .news .title:hover{
				text-decoration:underline;
			}

		#ControlNewsList .news .photo{
			width:40px;
			display:none;
		}

	.defaultColor #ControlNewsList .separator{margin:15px 0px;border-bottom:1px dotted #98807e;}
	.atHomeColor #ControlNewsList .separator{margin:15px 0px;border-bottom:1px dotted #e4d7d4;}
	.officeColor #ControlNewsList .separator{margin:15px 0px;border-bottom:1px dotted #ebd2cc;}
	.professionalColor #ControlNewsList .separator{margin:15px 0px;border-bottom:1px dotted #c9dae1;}
	.manoColor #ControlNewsList .separator{margin:15px 0px;border-bottom:1px dotted #d2d9cf;}


/* -------------------- Liste OnLine --------------------------------- */

#NewsList{
}
	
	#NewsList h1{display:none;
	}

	#NewsList h3{
		font-size:18px;
		margin-bottom:15px;
		color: #ffffff;
		font-size: 18px;
	}

	#NewsList A{
		cursor:pointer;
		text-decoration:none;
	}

	#NewsList .news{
		width:500px;
		color:#f9f3f3;
		padding:10px;
	}

	.defaultColor #NewsList .news{border:1px solid #40201b;background-color:#411d17;}
	.atHomeColor #NewsList .news{border:1px solid #762430;background-color:#953b4a;}
	.officeColor #NewsList .news{border:1px solid #ad2b0e;background-color:#aa2405;}
	.professionalColor #NewsList .news{border:1px solid #214d15;background-color:#234f18;}
	.manoColor #NewsList .news{border:1px solid #0e94cc;background-color:#0a8cc3;}

	.defaultColor #NewsList .news .date{}
	.atHomeColor #NewsList .news .date{background-color: #541820;}
	.officeColor #NewsList .news .date{background-color:#621200;}
	.professionalColor #NewsList .news .date{background-color:#16350e;}
	.manoColor #NewsList .news .date{background-color:#0c6692;}


	#NewsList .news .date{
		display:inline;
		font-weight:bold;
		margin-right:10px;
	}

	#NewsList .news .title{
		font-size:12px;
		font-weight:bold;
		margin-bottom:5px;
		color:#ffffff;
	}
	
	#NewsList .news .photo{
		width:40px;
		display:none;
	}

	#NewsList .readMore A{
		display:block;
		width:120px;
		height:18px;
		padding-top:2px;
		font-size:11px;
		font-weight:bold;
		float:right;
		text-align:center;
		margin-top:10px;
		color:#ffffff;

	}

	.defaultColor #NewsList .readMore A{background-color:#5b2c1f;}
	.atHomeColor #NewsList .readMore A{background-color:#541820;}
	.officeColor #NewsList .readMore A{background-color:#621200;}
	.professionalColor #NewsList .readMore A{background-color:#16350e;}
	.manoColor #NewsList .readMore A{background-color:#0a567c;}

	.defaultColor #NewsList .readMore A:hover{color:#5b2c1f;}
	.atHomeColor #NewsList .readMore A:hover{color:#631e28;}
	.officeColor #NewsList .readMore A:hover{color:#792733;}
	.professionalColor #NewsList .readMore A:hover{color:#1c4211;}
	.manoColor #NewsList .readMore A:hover{color:#0981b6;}

	
		#NewsList .readMore A:hover{
			background-color:#ffffff;
		}

	#NewsList .separator{
		width:1px;
		height:130px;
		float:left;
		margin:0px 20px;
		background-color:red;
	}


/* -------------------- Liste OffLine --------------------------------- */

#NewsListOffLine{
}

	#NewsListOffLine .title{
	}			

	#NewsListOffLine .newsOffLine{
		padding-top:10px;
	}
		
		#NewsListOffLine .newsOffLine .info{
			width:30px;
			float:left;
			border-right:1px solid #E8E1DF;
			color: white;
		}

		#NewsListOffLine .newsOffLine .date{
			width:50px;
			margin-right:10px;
			float:left;
			text-align:center;
			border-right:1px solid #E8E1DF;
		}
		
		#NewsListOffLine .newsOffLine .news{
			width:430px;
			float:left;
		}

	#NewsListOffLine .separator{
		margin-top:5px;
		margin-bottom:10px;
	}

		
/* -------------------- View --------------------------------- */
#NewsView{
}

	#NewsView H1{
	}
		
	#NewsView .ImgPhotoBox{
	}

		#NewsView .ImgPhotoBox .photo{
			height:62px;
			font-size:0px;
			padding:3px;
			margin:2px;
			float:left;
			text-align:center;
		}

	.defaultColor #NewsView .ImgPhotoBox .photo{
			border:1px solid #5b2c1f;
			background-color:#1A0C08;
	}

	.atHomeColor #NewsView .ImgPhotoBox .photo{
		border:1px solid #411318;
		background-color:#411318;
	}

	.officeColor #NewsView .ImgPhotoBox .photo{
		border:1px solid #5a1100;
		background-color:#5a1100;
	}

	.professionalColor #NewsView .ImgPhotoBox .photo{
		border:1px solid #11280a;
		background-color:#11280a;
	}

	.manoColor #NewsView .ImgPhotoBox .photo{
		border:1px solid #0a5379;
		background-color:#0a5379;
	}

		#NewsView .ImgPhotoBox .photo IMG{
			height:62px;
		}

		#NewsView .ImgPhotoBox .photo:hover IMG{
			filter:alpha(opacity=50);  
			-moz-opacity:0.50;
			opacity:0.50;
		}