/*
.news_chasse_fond
{
	background-color : green;
	position:relative;
	display:block; 
	width:600px;
}

.news_paintball_fond
{
	background-color : orange;
	position:relative;
	display:block; 
	width:600px;
}*/


.news_chasse
{
	margin-left: 8%;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	width:84%;
}

.news_titre_chasse
{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	/*background-color:#CCCCCC;*/
	background-image:url(../../images/design/barre_news_chasse.jpg);
}

.news_contenu_chasse
{
	height:100%;
	background-image:url(../../images/design/fond_news_chasse.jpg);
	background-repeat:repeat;
}

.news_date_chasse
{
	border-color: black;
	text-align: center;
	background-color:#d4eac2;
}

.news_paintball
{
	margin-left: 8%;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	width:84%;
}

.news_titre_paintball
{
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	/*background-color:#CCCCCC;*/
	background-image:url(../../images/design/barre_news_paintball.jpg);
}

.news_contenu_paintball
{
	height:100%;
	background-image:url(../../images/design/fond_news_paintball.jpg);
	background-repeat:repeat;
}

.news_date_paintball
{
	border-color: black;
	text-align: center;
	background-color:#eceeea;
}

.news_acces_page
{
	text-align: center;
	font-weight:bold;
	
	background-color:#E8E8E8;
	color:#676767;
	
	width:100%;
	border-width:2px;
}