

/******* Structure *******/

#Banner{
	border-right:1px solid #fff;
	}	
#Search{
	padding:0 0 0 10px;
	margin:0 0 5px 0;
	}	
	#Search select{
		width:145px;
		font-size:11px;
		font-family:arial;
		}	

			
/***** SideBar Carrefour *****/	
		
#Side-Carrefour{
		height:150px;
		font-size:12px;
		font-family:arial;
		border-top: solid 1px #fff;
		padding:0;
		background: url("../images/Background_Carrefour.gif") no-repeat 0 0;
		}	
		#Side-Carrefour h2{
			margin:15px 0 0 10px;
			color:#000;
			font-size:12px;
			font-weight:bold;
			}
		#Side-Carrefour a{
			color:#000;
			text-decoration:none;
			}	
			#Side-Carrefour a:hover{
				text-decoration:underline;
				}	
		#Side-Carrefour ul{
			margin:10px 0 0 10px;
			padding:0;
			}	
			#Side-Carrefour ul li{
				list-style-type: none;
				background: url("../images/Bullet.gif") no-repeat 0 8px;
				padding:4px 0 4px 8px;
				margin:0;
				}	
				
/***** SideBar News *****/		
		
	#Side-News{
		width:170px;
		font-family:arial;
		font-size:12px;
		height:120px;
		background: url("../images/Background_News.gif") no-repeat 0 0;
		border-bottom:1px solid #fff;
		}	
		#Side-News h2{
			padding:18px 0 0 10px;
			font-size:12px;
			font-weight:bold;
			color:#000;
			}
		#Side-News a{
			color:#000;
			text-decoration:none;
			}	
			#Side-News a:hover{
				text-decoration:underline;
				}	
		#Side-News ul{
			margin:10px 0 0 10px;
			padding:0;
			}	
			#Side-News ul li{
				list-style-type: none;
				background: url("../images/Bullet.gif") no-repeat 0 8px;
				padding:4px 0 8px 8px;
				margin:0;
				}
				
/***** Footer *****/		
#Footer {
	padding-left:11px;
	}
