/* ©2010 Didier Berck */

/* news --> */
div.news {
	width: 153px;
	height: 352px;
	overflow: hidden;
	position: relative;
	margin-left: 8px;
	float: left;
	background-color: #b5b5b5;
	color: #fff;
	text-transform: uppercase;
}
div.newsOver {
	background-color: #484848 !important;
}
div.news:first-child {
	margin: 0;
}
div.news div.title {
	height: 50px;
	overflow: hidden;
}
div.news h2 {
	margin: 6px 0 0 7px;
	font-size: 17px;
}
div.news h3 {
	margin: 0 0 0 7px;
	font-size: 14px;
}
div.news div.pic {
	height: 211px;
	overflow: hidden;
}
div.news div.info {
	height: 93px;
	background-image: url(../images/bg-news-infos.png);
	background-position: top;
	background-repeat: repeat-x;
}
div.news p.date {
	margin: 0 0 0 7px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
div.news p.more {
	margin: 25px 7px 0 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
div.news p.more a {
	color: #fff;
	text-decoration: none;
}
div.news div.imgmask {
	width: 153px;
	height: 211px;
	position: absolute;
	top: 50px;
	/*background-color: #000;*/
	background-image: url(../images/img-mask.png);
}
img#news-pic {
	float: left;
}
div#news-txt {
	width: 137px;
	height: 324px;
	padding: 20px 8px 8px 8px;
	float: right;
	color: #fff;
	background-color: #dd660b;
}
div#news-txt div.picto {
	padding-bottom: 32px;
	text-align: center;
}
div#news-txt p {
	margin: 16px 0;
	line-height: 16px;
}
div#news-txt p.date-txt {
	font-size: 17px !important;
	font-weight: bold;
}
div#news-txt h2 {
	margin: 16px 0;
	font-size: 17px;
	line-height: 16px;
	text-transform: uppercase;
}
div#news-txt a {
	color: #fff;
}
div#news-txt a:hover, 
div#news-txt a:focus {
	text-decoration: none;
}
/* <-- news */

/* slider --> */
div#slider {
	width: 765px;
	height: 12px;
	top: 522px;
	left: 50%;
	margin: 23px 0 0 -292px;
	/*padding: 0 16px;*/
	position: absolute;
	background-image: url(../images/bg-slider.gif);
}
div#slider img#prev {
	position: absolute;
	left: -16px;
}
div#slider img#next {
	position: absolute;
	right: -16px;
}
div#slider div#handle {
	width: 28px;
	height: 4px;
	padding: 4px;
	overflow: hidden;
	position: absolute;
	background-image: url(../images/bg-handle.gif);
	background-position: top;
	background-repeat: repeat-x;
	cursor: pointer;
}
/* <-- slider */

/* colors --> */
div.color1 {
	background-color: #fc0 !important;
}
div.color2 {
	background-color: #f63 !important;
}
div.color3 {
	background-color: #6cf !important;
}
div.color4 {
	background-color: #9c3 !important;
}
div.color5 {
	background-color: #f9c !important;
}
div.color6 {
	background-color: #b7b8b1 !important;
}
div.color7 {
	background-color: #b8beb4 !important;
}
div.color8 {
	background-color: #d5d6cb !important;
}
div.color9 {
	background-color: #c1baa4 !important;
}
div.color10 {
	background-color: #d9d3c2 !important;
}
div.color1 div.info {
	background-color: #fff7d9;
	color: #fc0;
}
div.color2 div.info {
	background-color: #ffe8e0;
	color: #f63;
}
div.color3 div.info {
	background-color: #e8f7ff;
	color: #6cf;
}
div.color4 div.info {
	background-color: #f0f7e0;
	color: #9c3;
}
div.color5 div.info {
	background-color: #fff0f7;
	color: #f9c;
}
div.color6 div.info,
div.color6 a,
div.color6 p.date-txt {
	color: #e0e2dd;
}
div.color7 div.info,
div.color7 a,
div.color7 p.date-txt {
	color: #ecede8;
}
div.color8 div.info,
div.color8 a,
div.color8 p.date-txt {
	color: #c6bfaa;
}
div.color9 div.info,
div.color9 a,
div.color9 p.date-txt {
	color: #e4e0d4;
}
div.color10 div.info,
div.color10 a,
div.color10 p.date-txt {
	color: #ece9e0;
}
div.color1 a {
	color: #fc0 !important;
}
div.color2 a {
	color: #f63 !important;
}
div.color3 a {
	color: #6cf !important;
}
div.color4 a {
	color: #9c3 !important;
}
div.color5 a {
	color: #f9c !important;
}
div.color1 p.date-txt {
	color: #fff7d9 !important;
}
div.color2 p.date-txt {
	color: #ffe8e0 !important;
}
div.color3 p.date-txt {
	color: #e8f7ff !important;
}
div.color4 p.date-txt {
	color: #f0f7e0 !important;
}
div.color5 p.date-txt {
	color: #fff0f7 !important;
}
/* <-- colors */

