/* LIST */
.newsList {
	padding-left: 10px;
	width: 760px;
	_width: 725px;
}

#CONTAINER #CONTENT h1 {
	margin-left: 10px;
	margin-top: 5px;
}

.newsList div.itemList {
	border-bottom: 1px solid #294e5e;
	padding-top: 10px;
	padding-bottom: 12px;
}

.newsList div.itemList img {
	float: left;
}

.newsList div.itemList div.content {
	/*width: 539px;*/
	width: 540px;
	/*_width: 470px;*/
	margin-right: 40px;
	_margin-right: 3px;
	/*background: lime;*/
	float: right;
}

.newsList div.itemList div.content h4 {
	color: #294e5e;
	font-size: 13px;
	margin-bottom: 3px;
}

.newsList div.itemList div.content p {
	color: black;
}

.newsList div.itemList div.content p.date {
	font-weight: bold;
	margin-bottom: 15px;
}

.newsList div.itemList div.content p.next {
	margin-top: 15px;
}

.newsList div.itemList div.content p.next a {
	color: #294e5e;
	font-weight: bold;
	background: url("../imgs/points-verts.gif") no-repeat;
	background-position: 0px 6px;
	padding-left: 17px;
	text-decoration: underline;
}

.newsList div.itemList div.content p.next a:hover {
	color: #b1c903;
}

/* SINGLE */
.newsSingle {
	padding-left: 10px;
	width: 760px;
	_width: 730px;
}

.newsSingle .col2Image {
	float: left;
	/*background: pink;*/
}

.newsSingle .col2Image #newsImage {
/*	position: relative;
	bottom: 45px;*/
}

.newsSingle .col2Content {
	width: 560px;
	_width: 515pxw !important;
	margin-right: 20px;
	float: right;
	/*background: lime;*/
}

#CONTAINER #CONTENT .newsSingle .col2Content h1 {
	color: #294e5e;
	font-size: 20px;
	/*text-transform: uppercase;*/
	/*font-weight: bold;*/
	margin-left: 0px;
}

#CONTAINER #CONTENT .newsSingle .col2Content h1 span {
	display: block;
	font-size: 17px;
}

#CONTAINER #CONTENT .newsSingle .col2Content p {
	line-height: 15px;
}

#CONTAINER #CONTENT .newsSingle .col2Content p.entete {
	width: 450px;
	/*height: 90px;
	overflow: hidden;*/
	margin-bottom: 20px;
}

#CONTAINER #CONTENT .newsSingle p.bodytext {
	line-height: 15px;
	width: 450px;
	margin-top: 15px;
	color: black;
}

h1 {
	margin-left: 190px !important;
}
