#newsCol, #rightCol, #newsCol h2, .news, #news, .newsTitle, .newsTitle  h3, .date, .dateBas, .date p, .dateBas p, .content, .text, .textLarge, .continue, .thumb, .comments, .comments p, 
#comments, #comments h3, .comment, #commentsForm, #commentsForm h3, #commentsForm p, #pub, #pageSelector{
	display: inline;
	float: left;
	width: 0;
	margin: 0;
	padding: 0;
}
#newsCol, #rightCol{
	width: 509px;
	height: 100%;
	margin: 20px 30px 0 20px;
	position: relative;
	z-index: 2;
}
#rightCol{
	width: 220px;
	margin: 87px 0 0 0;
	z-index: 2;
}
#newsCol h2{
	width: 100%;
	height: 170px;
	background: url(img/news-title.jpg) no-repeat top left;
}
#newsCol h2#returnToCatalog{
	width: 100%;
	height: 170px;
	background: url(img/news-title-return.jpg) no-repeat top left;
}
#goBack{
	display: block;
	width: 280px;
	height: 75%;
}
.news{
	width: 480px;
	height: 250px;
	background: url(img/black-opacity25.png);
	margin: 0 0 50px 0;
	border-bottom: 1px solid #5b4f40;
}
div#news{
	width: 480px;
	height: 240px;
	background: url(img/black-opacity25.png);
	margin: 0 0 25px 0;
	border-bottom: 1px solid #5b4f40;
}
/*---------------------------------------------------*/
.newsTitle{
	width: 100%;
	height: 50px;
}
.newsTitle h3{
	width: 82%;
	height: 100%;
	font-size: 22px;
	margin: 9px 0 0 13px;
	font-weight: normal;
	line-height: 20px;
}
.date, .dateBas{
	float: right;
	width: 71px;
	height: 88px;
	margin: -20px -20px 0 0;
	background: url(img/news-date.png);
}
.dateBas{background: url(img/news-date-bas.png);}

.date p, .dateBas p{
	width: 35px;
	height: 65px;
	margin: 5px 0 0 22px;
	font-weight: bold;
	color: #D6C9B9;
}
.date p span, .dateBas p span{
	font-size: 26px;
}
/*---------------------------------------------------------*/
.content{
	width: 100%;
	height: 170px;
	margin: 0;
	position: relative;
	z-index: 3;
}
.text{
	width: 290px;
	height: 164px;
	margin: 5px 18px 0 14px;
	overflow: hidden;
}
.textLarge{
	width: 290px;
	margin: 5px 18px 0 14px;
}
.author{color: #d06d12;}
.continue{
	width: 290px;
	height: 20px;
	margin: 0 18px 0 14px;
}
.thumb{
	width: 133px;
	height: 75%;
	margin: 35px 0 0 0;
}
.thumb img{
	padding: 4px;
	border: 1px solid #5b4f40;
}
.facebookShare{
	display: block;
	width: 133px;
	height: 18px;
	margin: 8px 0 0 4px;
	background: url(img/facebookPartageLarge.png);
}
.comments{
	width: 150px;
	height: 40px;
	margin: 6px 0 0 30px;
	background: url(img/news-comments.png) no-repeat top left;
}
.comments p{
	width: 135px;
	height: 14px;
	margin: 7px 0 0 17px;
}
/*----------------------------------------------------------------*/
#comments{
	width: 480px;
	margin: 0 0 30px 0;
}
#comments h3, #commentsForm h3 {
	width: 100%;
	height: 20px;
	margin: 0 0 20px 12px;
}
#commentsForm h3{margin: 0 0 30px 12px;}
.comment{
	width: 456px;
	padding: 10px 12px 20px 12px;
	background: url(img/black-opacity25.png);
	border-bottom: 1px solid #5b4f40;
}
#commentsForm{
	width: 480px;
	margin: 0 0 30px 0;
	/*background: url(img/black-opacity25.png);*/
}
#commentsForm p{
	width: 100%;
	height: 25px;
	margin: 0 0 20px 12px;
}
#commentsForm p#message{height: 105px;}
#commentsForm p#submit{margin: 0 0 20px 82px;}
#commentsForm p#submit input{width: 100px; font-weight: bold;}

#commentsForm label{
	display: block;
	float: left;
	width: 55px;
	margin: 2px 15px 0 0;
	text-align: right;
}
#commentsForm input, #commentsForm textarea{
	width: 180px;
	border: 1px solid #5b4f40;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-color: #22211f;
	color: #ad2121;
	/*color: #D6C9B9;*/
	font-family: Arial;
	font-size: 13px;
}
#commentsForm textarea{
	width: 390px;
	height: 110px;
}
a.sendButton{
	display: block;
	float: left;
	height:40px;
	width: 96px;
	margin: 0;
	cursor: pointer;
	background: url(img/contact-send.jpg) no-repeat center;
}
a.sendButton span.hover{
	display: block;
	z-index: 100;
	height: 38px;
	width: 38px;
	background: url(img/contact-send-hover.jpg) no-repeat center;
	margin: 1px 0 0 57px;
	padding:0;
}
#commentsForm .saisie{
	color: #D6C9B9;
}
#pub{
	width: 180px;
	margin: 100px 0 0 20px;
}
#bas{
	position: relative;
	z-index:0;
	height: 200px;
}

#pageSelector{
	list-style-type: none;
    margin: 20px 0 15px 0;
    padding: 0;
	width: 100%;
}

	#pageSelector li{
		display: inline;
		float: left;
		margin: 0 3px 0 0;
	}
	
		#pageSelector li a{
			background: url("img/boutons/page-select.png") no-repeat scroll center center transparent;
			color: #AEA396;
			display: block;
			font-weight: bold;
			height: 20px;
			padding-top: 2px;
			text-align: center;
			text-decoration: none;
			width: 20px;
		}
		
		#pageSelector li a.current{color: #DA6D12;}
		
		
		



