	body {
	background-image: url(../images/bg-home.gif);
	background-repeat: repeat-x;
	}
	
	#banner {
	margin: 8px 0px 7px 0px;
	width: 960px;
	height: 284px;
	display: block;
	clear: both;
	background-image: url(../images/mikros.jpg);
	background-repeat: no-repeat;
	}
	
	#tabs {
		width: 246px;
		height: 240px;
		float: right;
		margin: 20px 0px 20px 0px;
	}
		#tabs li {
			height: 83px;
			margin-bottom: 0px;
		}
		#tabs li a {
			padding: 8px 20px 0px 20px;
			height: 74px;
			display: block;	
			text-decoration: none;
			color: #ffffff;
			font-size: 12px;
		}
		
		#tabs li a.active {
			background: #f1879f;
		}
		/*
		#tabs li#tab01 a.active {
			background: url('/images/layout/tab01.gif') #f18195;
			background-repeat: no-repeat;
		}
		#tabs li#tab02 a.active {
			background: url('/images/layout/tab02.gif') #f18195;
			background-repeat: no-repeat;
		}
		#tabs li#tab03 a.active {
			background: url('/images/layout/tab03.gif') #f18195;
			background-repeat: no-repeat;
		}		
		*/		
		.tab_title {
			color: #c91345;
			text-decoration: none;
			font-weight: bold;
			display: block;
			margin: 0;
			font-size: 14px;
			margin-bottom: 2px;
		}
	
	#main {
		width: 685px;
		display: block;
		float: left;
		padding-top: 20px;
	}
	#right {
	width: 250px;
	float: right;
	min-height: 350px;
	display: block;
	background-image: url(../images/bg-right.gif);
	background-repeat: no-repeat;
	}
	
	
	ul#actualites {
	width: 100%;
	display: block;
	float: left;
	}
	
		ul#actualites li {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom:5px;
	margin-top: 8px;
	float: left;
		}
		
			ul#actualites li h4 {
	margin: 0;
	padding: 5px 0px 2px 0px;
	color: #0099FF;
	border: 0px;
			}
			ul#actualites li h4 a {
				color: #633b46;
			}
			ul#actualites li h4 a:hover {
				color: #e3375f;
				text-decoration: none;
			}		
			ul#actualites li p {
				margin: 2px 0px 0px 0px;
				padding: 0;
				font-size: 12px;
				line-height: 13px;
			}		
p.more   {
				margin: 6px 0px 0px 0px;
				font-size: 11px;
			}		
p.more  a   {
	text-decoration: none;
	padding-left: 15px;
	color: #949494;
	background-image: url(../images/icon-plus.gif);
	background-repeat: no-repeat;
			}				
a:hover    {
					text-decoration: underline;
				}	
		ul#actualites li.first {		
			margin-top: 0px;
		}
#actualites .first .img {
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	width: 90px;
	padding: 5px;
	display: block;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

		ul#actualites li.last {		
			border: 0px;
		}
		
		#slideshow {
	position: relative;
	width: 960px;
	height: 291px;
	overflow: hidden;
	margin-top: 8px;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}
	
