.news .date, #creation .type
{
	color: /*#682e46;*/ #47add0;
	font-weight: bold;
}



/**********************
**** line layout ******
**********************/

#line1
{
	margin-top: 30px;
}
#line1_box1
{
	clear: left;
	background-color:#FFFFFF;
	background-image: url(../img/deco_bg.png);
	background-position: bottom right;
}
#line1_box2
{
	background-color: #47add0;
	background-image: url(../img/line1_corner_lb.png);
	background-position: bottom left;
	color: white;
}
#line1_box2 .text_content
{
	padding-left: 15px;
	padding-top: 25px;
}
#line1_box3
{
	width: 412px;
	background-color:#3f271a;
	background-image: url(../img/line1_corner_ur.png);
	background-position: top right;
	text-align: right;
}
#line2_box1
{
	clear: left;
	background-color:#b7ae9d;
	background-image: url(../img/line2_corner_rb.png);
	background-position: bottom right;
	text-align: right;
}
#line2_box2
{
/*	background-color:#888888;*/
	width: 412px;
	color: #b7ae9d;
}
#line2_box3
{
	background-color:#b7ae9d;
	background-image: url(../img/line2_corner_lb.png);
	background-position: bottom left;
}
#line1_box3 .text_content
{
	padding-right: 20px;
	padding-top: 140px;
	color: #b7ae9d;
}
#line2_box2 .text_content
{
	padding-left: 15px;
	padding-right: 25px;
}
#line2_box2_cross1
{
	background-image: url(../img/cross_beige.png);
	margin-top: 200px;
	margin-left: 10px
}
#line2_box2_cross2
{
	background-image: url(../img/cross_beige.png);
	margin-top: 200px;
	margin-left: 390px
}
#line1_box3_cross1
{
	background-image: url(../img/cross_blue.png);
	margin-top: 200px;
	margin-left: 5px}
#line1_box3_cross2
{
	background-image: url(../img/cross_blue.png);
	margin-top: 200px;
	margin-left: 395px
}
.content_box
{
	width: 217px;
	clear: none;
}
.cells .date, .cells .client, #creation .type
{
	color: #8d5332;
	text-transform: uppercase;
}
.cells .header, #creation .header
{
	font-weight: bold;
	color: #281b15;
	text-transform: uppercase;
}

.cells .selected_item, .cells .item
{	
	border-bottom-color: #dfd7c2;
}
.cells div, .cells span, .cells a
{
	color: #281b15;
	text-decoration: none;
}
.cells .item:hover, .cells .selected_item
{
	background-color: #b7ae9d;
}
.more
{
	position: absolute; 
	margin-left: -20px;
	margin-top: 178px;
}
.more_creations
{
	margin-left: 175px;
	margin-top: 150px;
}
