a {
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	-moz-outline: 0 !important;
}

a:hover {
	color:#FF0000;
	-moz-outline: 0 !important;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}
p, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tableau td {
	padding:3px 0 3px 0;
}

.titre1_blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.colheaderblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
}

#admin {
	color:#BCDEEF;
	text-decoration:none;
}
#content_td a:hover img {
	opacity:0.6;
	filter: alpha(opacity = 60);
}

/*
 * News 
 */
 
.hidenews{
	overflow: hidden;
	height: 568px;
	width: 568px;
}
.hide{
	width: 100%;
	height: 100%;
	background: #8cc7fa;
	z-index: 3;
	position: relative;
	margin-top: 30px;	
}
.newsContent .news{
	width: 568px;
	position:relative;
	float:left;
	height: 414px;
	margin-top: 7px;
	background-image: url(images/news/middle.png);
}


.newsContent .news .top{
	width: 100%;
	height: 6px;
	background: url(images/news/top.png) no-repeat;
	background-repeat:no-repeat;
	padding-bottom: 10px;
}

.newsContent .news .bottom{
	top: 407px;
	position: absolute;
	width: 568px;
	height: 28px;
	background-image: url(images/news/bottom.png);
	background-repeat: no-repeat;
}

.newsContent .news .title{
	font-family: Trebuchet, Arial;
	font-size: 16px;
	color: #316bb5;
	padding-left: 20px;
	font-weight: bold;
}
.newsContent .news .title.short{
	width: 410px;
	height: 18px;
	overflow:hidden;
	display: block;
}
.newsContent .news span.sub-title{
	padding-left: 20px;
	width: 410px;
	font-family:Trebuchet, Arial;
	text-align: justify;
	font-size:12px;
	margin-top: 2px;
	height: 140px;
}
.newsContent .news span.sub-title p{
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
}
.newsContent .news span.sub-title.short{
	width: 410px;
	height: 48px;
	overflow:hidden;
	display: block;
}
.newsContent .news span.sub-title a{
	positoin: relative;	
}

.newsContent{
	margin-top: -12px;
	overflow:hidden;
}
.newsContent .news{
	height: 85px;
	margin-top: 20px;
}
.newsContent .news img{
	position: absolute;
	top: 11px;
	left: 440px;
}
.newsContent .news .top{
	padding-bottom: 0px;
}
.newsContent .news .bottom{
	top: 78px;
}
.newsContent .news a.open{
	display:block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 540px;
	z-index: 3;
}
.newsContent .news a{
	color: #CB000F;
	text-decoration:none;
}
.newsContent .news a:hover{
	color: #000;
}
	
.newsContent .news a:hover{
	opacity: 0.5;
}

.newsContent .news span.sub-title{
	display: block;
}