@charset "utf-8";
body{
	background-color:#909090;
		
}
#contenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	display: block;
	width:820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contenu #contenuCentral .newsItem .newsPic img {
	color: #636363;
	background-image: url(../png/newBackGround1_800x1.png);
	background-repeat: repeat-y;
}

div #subNavBar {
	display:block;
	width:100%;
	height: auto;
	background-image: url(../png/subNavBarBackGround4.png);
	border: thin solid #000000;
	margin-bottom: 40px;
}
#subNavBar li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration:none;
	color: #000;
	display:inline;
	padding:2px;
	margin:3px;
	list-style-type: none;
}
 #subNavBar li a:hover{
	color:#000;
	text-decoration:none;	
}
#subNavBar  a:link,a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color:#DFDFDF;
	text-decoration :none;
}
#footerNavBar li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration:none;
	color: #DFDFDF;
	display:inline;
	padding:2px;
	margin:3px;
	
}
#footerNavBar  a:link,a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color:#DFDFDF;
	text-decoration :none;
}
#footerNavBar li a:hover{
	color:#000;
	text-decoration:none;	
}
#contenu #contenuCentral {
	display:inline;
	width: 800px;		
}
.newsText {
	display: inline;
	text-align: left;
	vertical-align: text-top;
	border: thin solid #FFF;
	background-image: url(../png/itemBackground1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#contenuCentral .newsItem .newsText {
	display: block;
	float: left;
	margin: 5px;
	padding: 20px 0 15px 30px;
	text-align: left;
	height: auto;
	width: 300px;
	min-height: 80px;
}
#contenuCentral .newsItem .newsText a:link, #contenuCentral .newsItem .newsText a:visited{
	color: black;
}
#contenuCentral .newsItem .newsText span {
	font-style: italic;
}
#contenuCentral .newsItem .newsDate {
	display: block;
	//border: thin solid #03F;
	float: left;
	margin: 5px;
	padding: 10px;
	max-height: 150px;
	width: auto;
}
#contenuCentral .newsItem .newsPic {
	display: block;
	float: right;
	padding: 2px;
}
#contenuCentral .newsItem {
	display: block;
	padding-right: 10px;
	float: left;
	width: 800px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8EE;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.NewsPic a:link, .NewsPic a:visited, a img{

border-style:none;
border:none;
}