/*-----------------------------------------------------------------
	TOP DU SITE
-----------------------------------------------------------------*/
#top{
	margin-bottom: 0px;
}
	.title{ padding-top:5px; font-size:40px; font-weight:normal; font-family:helvetica; color:#000; }
	.title .p2{ font-size:28px; color:#C0C0C0; }
	.baseline{ margin-left:0px; font-size:11px; font-weight:normal; font-family:helvetica; color:#777;}

/*-----------------------------------------------------------------
	MENU GENERAL
-----------------------------------------------------------------*/
#header{
	margin-top:5px;
	margin-bottom:20px;
	padding: 0px;
	background: url(../image/menu/menu_apple.gif) no-repeat center center;
	height: 38px;
	width: 1120px;
}

#recherche{
	padding-top:10px;
}
	#appleSearch{
		display:block;
		background:url(../image/menu/recherche_apple.gif) no-repeat;
		width:260px;
		height:21px;
		padding:3px 0px 5px 0px;
		margin:0 auto;
	}
	#q{ border:none; background:none; width:210px; margin:0px 10px 0px 10px;}
	#q:focus{ outline:none; }

#menu {}
	#menu li{
		float:left;
		list-style-type:none;
		font-size:12px;
		padding: 0px 20px 0px 20px;
		height: 37px;
		background: url(../image/menu/separateur_apple.gif) no-repeat right bottom;
	}
		#menu li a{
			color:#555555;
			display: block;
			display: block;
			padding-top: 12px;
		}
			#menu  li a.me{
				font-weight: bold;
			}

/*-----------------------------------------------------------------
	MENU DE GAUCHE
-----------------------------------------------------------------*/
.menu_left{
	height:150px;
	background:url(../image/menu/menu_left.gif) no-repeat top left;
}

.menu_left2{
	height:180px;
	background:url(../image/menu/menu_left2.gif) no-repeat top left;
}
	.menu_left ul{
		list-style-type: none;
		margin:17px 2px 0px 2px;
	}
		.menu_left ul li{
			margin:10px 0px 10px 0px;
			padding:5px 0px 5px 10px;
		}
		.menu_left ul li.me{
			background-color:#dcdcdc;
			font-weight: bold;
		}

			.menu_left ul li a{
				color:#333;
			}


.menuLeft{
	background-color:#eeeeee;
}
	.menuLeft ul{
		list-style-type: none;
	}
		.menuLeft ul li{
			padding:5px;
		}
		.menuLeft ul li a{
			color:#515151;
		}
		.menuLeft ul li.me{
			background-color:#E1E1E1;
			font-weight: bold;
		}
			.menuLeft ul li a{
				color:#333;
			}

/*-----------------------------------------------------------------
	MENU 2
-----------------------------------------------------------------*/
#menu2{}

	#menu2  li{
		list-style-type:none;
		font-size:13px;
		margin:15px 0px 5px 0px;
	}
		#menu2  li a{
			font-size:13px;
			color:#F0F0F0;
		}
		#menu2  li.me{
			background-color:#FFFFFF;	
		}
		#menu2  li.me a{
			color:#6e655e;
			font-weight:bold;
		
		}





