	body {
		background: url('/images/layout/bg-home.gif') repeat-x;
	}
	
	#banner {
		margin: 8px 0px 7px 0px;
		width: 960px;
		height: 284px;
		display: block;
		clear: both;
		background: url('/images/layout/bg-banner.gif') 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;
		}
	
	#preparer, #reserver, #finaliser {
		width: 690px;
		height: 255px;
		display: block;
		margin: 15px 10px 10px 15px;
		position: absolute;
	}
	
	#main {
		width: 685px;
		display: block;
		float: left;
		padding-top: 20px;
	}
	#right {
		width: 250px;
		float: right;
		background: url('/images/layout/bg-right.gif') no-repeat;
		height: 350px;
		min-height: 350px;
		display: block;
	}
	
	
	ul#actualites {
		width: 450px;

display: block;
		float: left;
	}
	
		ul#actualites li {
			border-bottom: 1px solid #f0f0f0;
			height: 75px;
			padding-bottom:5px;
			margin-top: 8px;
		}
		
			ul#actualites li h4 {
				margin: 0;
				padding: 5px 0px 2px 0px;
				color: #633b46;
				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;
			}		
			ul#actualites li p.more {
				margin: 6px 0px 0px 0px;
				font-size: 11px;
			}		
			ul#actualites li p.more a {
				text-decoration: none;
				background: url('/images/layout/icon-plus.gif') no-repeat;
				padding-left: 15px;			
				color: #949494;
			}				
				ul#actualites li p.more a:hover {
					text-decoration: underline;
				}	
			ul#actualites li img {
				padding: 2px;
				border: 1px solid #e6e6e6;
			}		
		ul#actualites li.first {		
			margin-top: 0px;
		}
		ul#actualites li.last {		
			border: 0px;
		}	
		
		
	#connected {
		width: 170px;
		height: 215px;
		padding: 20px;
		background: url('/images/layout/bg-connected.gif') no-repeat;
		display: block;
		float: right;
	}
		#connected h3 {
			border: 0px;
			color: #e5345f;
			margin-bottom: 10px;
		}
		#connected h4 {
			text-transform: uppercase;
			font-size: 11px;
			margin: 0;	
			color: #739b1e;
			border-bottom: 2px solid #fbdee6;
		}
		#connected p {
			margin: 10px 0px 10px 0px;
			padding: 0;
			color: #232323;
			font-size: 11px;
		}
		#connected form {
			font-size: 11px;
		}
			#connected form input {
				font-size: 10px;
				height: 15px;
				width: 120px;
				color: #616060;
				background: #fff4f0;
				border: 1px solid #fbdee6;
				padding: 2px 0px 0px 6px;
				float: left;
			}
			#connected form input.submit {
				border: 0px;
				height: 25px;
				width: 25px;
				float: left;
				margin-top: -5px;
				margin-left: 10px;
			}
	
		#connected .split {
			margin: 30px 0px 15px 0px;
		}
		#connected #rss_link {
		color: #949494;
		text-decoration: none;
		background: url('/images/layout/icon-rss.gif') no-repeat;
		padding-left: 25px;
		font-size: 11px;
		height: 16px;
		line-height: 16px;
		display: block;
	}	