* {
	font-family: Arial,'Nimbus Sans L','URW Gothic L',Verdana,Tahoma,Helvetica,'Lucida Grande',Geneva,'DejaVu Sans','Microsoft Sans Serif',sans-serif;
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: Trebuchet MS;
}

form, p, body, ul {
	padding: 0;
	margin: 0;
}
body {
	background-color: white;
}
.wall_summer {
	background: url('../imgs/wallpaper/wallpaper_summer.jpg') repeat-x; 
}
.wall_winter {
	background: url('../imgs/wallpaper/wallpaper_winter.jpg') repeat-x;
}
.wall_spring {
	background: url('../imgs/wallpaper/wallpaper_spring.jpg') repeat-x;
}
.wall_autumn {
	background: url('../imgs/wallpaper/wallpaper_autumn.jpg') repeat-x;
}
.floatleft {
	float: left;
}
.clearall {
	clear: both;
	height: 3px;
	font-size: 1px;
}
.back_summer {
	background: url('../imgs/wallpaper/back_summer.jpg') no-repeat;
}
.back_winter {
	background: url('../imgs/wallpaper/back_winter.jpg') no-repeat;
}
.back_spring {
	background: url('../imgs/wallpaper/back_spring.jpg') no-repeat;
}
.back_autumn {
	background: url('../imgs/wallpaper/back_autumn.jpg') no-repeat;
}
.body {
	height: 100%;
	background-position: center top;
}
.corner {
	position: absolute;
	/*position: relative;*/
	bottom: 0px;
	right: 0px;
	height: 10px;
	width: 10px;
}
.corner1 {background: url('../imgs/content/corners1.gif') right bottom no-repeat;}
.corner2 {background: url('../imgs/content/corners2.gif') right bottom no-repeat;}
.corner3 {background: url('../imgs/content/corners3.gif') right bottom no-repeat;}
.corner4 {background: url('../imgs/content/corners4.gif') right bottom no-repeat;}
.corner5 {background: url('../imgs/content/corners5.gif') right bottom no-repeat;}
.corner6 {background: url('../imgs/content/corners6.gif') right bottom no-repeat;}
.corner7 {background: url('../imgs/content/corners7.gif') right bottom no-repeat;}
.corner8 {background: url('../imgs/content/corners8.gif') right bottom no-repeat;}

.font1 {color: #BA6562 !important;}
.font2 {color: #489352 !important;}
.font3 {color: #ED831D !important;}
.font4 {color: #76503D !important;}
.font5 {color: #632A43 !important;}
.font6 {color: #8FB7C1 !important;}
.font7 {color: #AEB580 !important;}
.font8 {color: #98C84C !important;}

.back1 {background-color: #BA6562 !important;}
.back2 {background-color: #489352 !important;}
.back3 {background-color: #ED831D !important;}
.back4 {background-color: #76503D !important;}
.back5 {background-color: #632A43 !important;}
.back6 {background-color: #8FB7C1 !important;}
.back7 {background-color: #AEB580 !important;}
.back8 {background-color: #98C84C !important;}

.content {
	left: 50%;
	margin-left: -481px;
	position: absolute;
	width: 962px;
}
	.content .header {
		background: url('../imgs/header/logo.png') 10px 7px no-repeat;
		background-color: white;
		border-left: 1px solid #686868;
		border-right: 1px solid #686868;
		position: relative;
		height: 100px;
	}
		.content .header a {
			display: block;
			width: 300px;
			height: 87px;
			text-decoration: none;
			outline: 0;
		}
		.content .header form {
			background: url('../imgs/header/form_search.png');
			width: 500px;
			height: 33px;
			position: absolute;
			top: 10px;
			right: 10px;
		}
			.content .header form .text, .content .header form .select {
				border: 1px solid #686868;
				width: 180px;
			}
			.content .header form .submit {
				border: none;
				background: url('../imgs/btns/ok.gif');
				width: 38px;
				height: 19px;
				cursor: pointer;
			}
	.content .bottom_header {
		margin-bottom: 18px;
		height: 40px; 
		background: url('../imgs/header/corner_left.png') no-repeat; 
		padding-left: 6px;
	}
		.content .bottom_header ul {
			display: block;
			float: left;
			width: 840px;
			height: 40px;
			background: url('../imgs/header/ul.png') repeat-x; 
		}
			.content .bottom_header ul li {
				display: block;
				float: left;
				height: 40px;
				text-align: center;
				padding: 0px 20px 0px 8px;
				cursor: default;
				background: url('../imgs/header/rub.png') no-repeat;
			}
				/*.content .bottom_header ul li#rub1 {
					width: 119px;
				}
				.content .bottom_header ul li#rub2 {
					width: 69px;
				}
				.content .bottom_header ul li#rub3 {
					width: 51px;
				}
				.content .bottom_header ul li#rub4 {
					width: 71px;
				}
				.content .bottom_header ul li#rub5 {
					width: 81px;
				}
				.content .bottom_header ul li#rub6 {
					width: 87px;
				}
				.content .bottom_header ul li#rub7 {
					width: 66px;
				}
				.content .bottom_header ul li#rub8 {
					width: 68px;
				}*/
			.content .bottom_header ul #rub1 {
				background-position: right 0;
			}
			.content .bottom_header ul #rub2 {
				background-position: right -40px;
			}
			.content .bottom_header ul #rub3 {
				background-position: right -80px;
			}
			.content .bottom_header ul #rub4 {
				background-position: right -120px;
			}
			.content .bottom_header ul #rub5 {
				background-position: right -160px;
			}
			.content .bottom_header ul #rub6 {
				background-position: right -200px;
			}
			.content .bottom_header ul #rub7 {
				background-position: right -240px;
			}
			.content .bottom_header ul #rub8 {
				background-position: right -280px;
			}
			.content .bottom_header .header_corner_right {
				float: right; 
				height: 40px; 
				background: url('../imgs/header/corner_right.png') no-repeat; 
				width: 6px;
			}
			.content .bottom_header .need_pro {
				float: right; 
				height: 40px; 
				background: url('../imgs/header/ul.png') repeat-x; 
				width: 110px;
			}
				.content .bottom_header .need_pro img {
					margin-top: 5px;
				}
	
	.page .title {
		height: 29px;
	}
		.page .title .left {
			float: left;
			background: url('../imgs/content/title/title_left.png') no-repeat;
			width: 27px;
			height: 29px;
		}
		.page .title .center {
			display: block;
			margin: 0;
			font-size: 12px;
			float: left;
			width: 929px;
			height: 29px;
			line-height: 29px;
			color: #644a3b;
			background: url('../imgs/content/title/title_back.png') repeat-x;
			font-weight: bold;
		}
			.page .title .center a {
				color: #644a3b;
				text-decoration: none;
			}
			.page .title .center a:hover {
				text-decoration: underline;
			}
		.page .title .right {
			float: right;
			background: url('../imgs/content/title/title_right.png') no-repeat;
			width: 6px;
			height: 29px;
		}
		.page .frame {
			background: url('../imgs/content/content_back.gif') no-repeat;
		}
		.page .frame .inside {
			margin-left: 1px;
			margin-right: 1px;
			position: relative;
			padding: 0px 10px 10px 10px;
		}

	.content .slide {
		height: 180px; 
		width: 954px; 
		_width: 960px; 
		position: absolute; 
		z-index: 10;
		top: 138px; 
		margin: 0px 1px 0px 1px;
	}
		.content .slide ul {
			display: block;
			margin: 30px 0px 0px 10px;
			width: 650px;
		}
			.content .slide ul li {
				display: block;
				float: left;
				width: 215px;
				height: 20px;
				font-size: 12px;
			}
		.content .slide a {
			padding-left: 15px;
			font-weight: bold;
			text-decoration: none;
			color: #999999;
		}
		.content .slide a:hover {
			text-decoration: underline;
		}
	.content #slide1 {
		border: 3px solid #BA6562; 
		display: none;
		background: url('../imgs/content/slide/slide1.png') no-repeat right;
		background-color: white; 
	}
		.content #slide1 a {
			background: url('../imgs/content/slide/arrow1.png') 0 4px no-repeat;
		}
	.content #slide2 {
		border: 3px solid #489352; 
		display: none;
		background: url('../imgs/content/slide/slide2.png') no-repeat right;
		background-color: white; 
	}
		.content #slide2 a {
			background: url('../imgs/content/slide/arrow2.png') 0 4px no-repeat;
		}
	.content #slide3 {
		border: 3px solid #ED831D; 
		display: none;
		background: url('../imgs/content/slide/slide3.png') no-repeat right;
		background-color: white; 
	}
		.content #slide3 a {
			background: url('../imgs/content/slide/arrow3.png') 0 4px no-repeat;
		}
	.content #slide4 {
		border: 3px solid #76503D; 
		display: none;
		background: url('../imgs/content/slide/slide4.png') no-repeat right;
		background-color: white; 
	}
		.content #slide4 a {
			background: url('../imgs/content/slide/arrow4.png') 0 4px no-repeat;
		}
	.content #slide5 {
		border: 3px solid #632A43; 
		display: none;
		background: url('../imgs/content/slide/slide5.png') no-repeat right;
		background-color: white; 
	}
		.content #slide5 a {
			background: url('../imgs/content/slide/arrow5.png') 0 4px no-repeat;
		}
	.content #slide6 {
		border: 3px solid #8FB7C1; 
		display: none;
		background: url('../imgs/content/slide/slide6.png') no-repeat right;
		background-color: white; 
	}
		.content #slide6 a {
			background: url('../imgs/content/slide/arrow6.png') 0 4px no-repeat;
		}
	.content #slide7 {
		border: 3px solid #AEB580; 
		display: none;
		background: url('../imgs/content/slide/slide7.png') no-repeat right;
		background-color: white; 
	}
		.content #slide7 a {
			background: url('../imgs/content/slide/arrow7.png') 0 4px no-repeat;
		}
	.content #slide8 {
		border: 3px solid #98C84C; 
		display: none;
		background: url('../imgs/content/slide/slide8.png') no-repeat right;
		background-color: white; 
	}
		.content #slide8 a {
			background: url('../imgs/content/slide/arrow8.png') 0 4px no-repeat;
		}
	
	
.hr {
	height: 5px;
	font-size: 1px;
	background: url('../imgs/hr.png') repeat-x;
}
.inside h2 {
	display: block;
	color: #52311c;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}
.inside .mea_title {
	display: block;
	color: #52311c;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}
.inside #coin-slider h2 {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.inside .news {
		margin: 10px 10px 0px 10px;
		float: left;
		width: 219px;
	}
	.inside .last {
		margin-right: 0px;
	}
	.inside .first {
		margin-left: 1px;
	}
		.inside .news a {
			color: #b1a0a0;
			background: url('../imgs/arrow.png') 0px 4px no-repeat;
			padding-left: 15px;
			text-decoration: underline;
		}
		.inside .news p {
			margin: 5px 0px 10px 0px;
		}
		.inside .news h5 {
			color: #6d5552;
			margin: 15px 0px 0px 0px;
			display: block;
			font-size: 13px;
			height: 35px;
		}
		
		.inside .news .img_news {
			border: 1px solid #CCCCCC;
			display: block;
			padding: 15px 0px 20px 0px;
		}
		.inside .news div.img_news1 {
			background: url('../imgs/fd_news.png') no-repeat -28px bottom;
		}
		.inside .news div.img_news1:hover {
			border: 1px solid #BA6562;
		}
		.inside .news div.img_news2 {
			background: url('../imgs/fd_news.png') no-repeat -273px bottom;
		}
		.inside .news div.img_news2:hover {
			border: 1px solid #489352;
		}
		.inside .news .img_news3 {
			background: url('../imgs/fd_news.png') no-repeat -518px bottom;
		}
		.inside .news div.img_news3:hover {
			border: 1px solid #ED831D;
		}
		.inside .news div.img_news4 {
			background: url('../imgs/fd_news.png') no-repeat -763px bottom;
		}
		.inside .news div.img_news4:hover {
			border: 1px solid #76503D;
		}
		.inside .news div.img_news5 {
			background: url('../imgs/fd_news.png') no-repeat -1008px bottom;
		}
		.inside .news div.img_news5:hover {
			border: 1px solid #632A43;
		}
		.inside .news div.img_news6 {
			background: url('../imgs/fd_news.png') no-repeat -1253px bottom;
		}
		.inside .news div.img_news6:hover {
			border: 1px solid #8FB7C1;
		}
		.inside .news div.img_news7 {
			background: url('../imgs/fd_news.png') no-repeat -1498px bottom;
		}
		.inside .news div.img_news7:hover {
			border: 1px solid #AEB580;
		}
		.inside .news div.img_news8 {
			background: url('../imgs/fd_news.png') no-repeat -1743px bottom;
		}
		.inside .news div.img_news8:hover {
			border: 1px solid #98C84C;
		}
			.inside .news .img_news .border {
				margin: 0px 6px 0px 6px;
				border: 1px solid #cccccc;
				width: 203px;
			}
				.inside .news .img_news .border img {
					display: block;
					margin: 2px;
					padding: 0px;
				}
				
.anim_home {
	float: right;
	background: url('../imgs/shadow_anim_flash.png') bottom no-repeat;
	height: 323px;
	width: 202px;
	margin-bottom: 10px;
}.pub {
	float: left;
	width: 728;
	height: 90px;
}
.avis_pro {
	float: right;
}
	.avis_pro img {
		border: 1px solid #cccccc;
	}
	

.footer {
	margin-top: 20px;
	background: url('../imgs/footer/footer_middle.png') repeat-x;
	height: 257px;
}
	.footer .footer_left {
		float: left;
		background: url('../imgs/footer/footer_left.png') no-repeat;
		height: 257px;
		width: 6px;
	}
	.footer .footer_center {
		float: left;
		background: url('../imgs/footer/footer_bubble.gif') 8px 20px no-repeat;
		height: 257px;
		width: 928px;
		position: relative;
	}
		.footer .footer_center .links {
			position: absolute;
			bottom: 0px;
			left: 10px;
			line-height: 40px;
			height: 40px;
			color: white;
			font-weight: bold;
			font-size: 11px;
		}
			.footer .footer_center .links a {
				color: white;
				text-decoration: none;
			}
			.footer .footer_center .links a:hover {
				text-decoration: underline;
			}
		.footer .footer_center .footer_decoration_spring {
			width: 239px;
			height: 252px;
			background: url('../imgs/footer/footer_spring.jpg') no-repeat;
			top: 45px;
			right: -112px;
			position: absolute;
		}
		.footer .footer_center .footer_decoration_spring2 {
			width: 117px;
			height: 156px;
			background: url('../imgs/footer/footer_spring2.jpg') no-repeat;
			top: 94px;
			left: -123px;
			position: absolute;
		}
		.footer .footer_center .footer_decoration_autumn {
			width: 326px;
			height: 336px;
			background: url('../imgs/footer/footer_autumn.jpg') no-repeat;
			top: -8px;
			right: -74px;
			position: absolute;
		}
		.footer .footer_center .footer_decoration_autumn2 {
			width: 82px;
			height: 145px;
			background: url('../imgs/footer/footer_autumn2.png') no-repeat;
			top: 94px;
			left: -88px;
			position: absolute;
		}
		.footer .footer_center .footer_decoration_winter {
			width: 291px;
			height: 279px;
			background: url('../imgs/footer/footer_winter.png') no-repeat;
			top: 22px;
			right: 0px;
			position: absolute;
		}
		.footer .footer_center .footer_decoration_summer {
			width: 326px;
			height: 245px;
			background: url('../imgs/footer/footer_summer.png') no-repeat;
			top: 56px;
			right: -113px;
			position: absolute;
		}
		.footer .footer_center .footer_decoration_summer2 {
			width: 112px;
			height: 73px;
			background: url('../imgs/footer/footer_summer2.png') no-repeat;
			top: 207px;
			left: -101px;
			position: absolute;
		}
		.footer .footer_center ul {
			display: block;
			position: absolute;
			top: 70px;
			left: 7px;
			width: 730px;
		}
			.footer .footer_center ul li {
				display: block;
				float: left;
				height: 28px;
				line-height: 28px;
				width: 180px;
				margin-right: 60px;
				border-top: 1px solid #b39c93;
			}
				.footer .footer_center ul li a:hover {
					text-decoration: underline;
				}
				.footer .footer_center ul li a {
					color: #705c53;
					font-weight: bold;
					text-decoration: none;
				}
		.footer .footer_center strong {
			position: absolute;
			display: block;
			top: 26px;
			left: 15px;
			color: white;
			font-size: 13px;
		}
	.footer .footer_right {
		float: right;
		background: url('../imgs/footer/footer_right.png') no-repeat;
		height: 257px;
		width: 6px;
	}


.menu {
	width: 300px;
	padding-bottom: 30px;
	margin-bottom: 15px;
	border-left:1px solid #cccccc;;
	border-right:1px solid #cccccc;;
	border-bottom:1px solid #cccccc;;
	background: url('../imgs/menu/article_last.png') bottom repeat-x;
}
	.menu a {
		display: block;
		height: 29px;
		line-height: 29px;
		font-weight: bold;
		color: #705c53;
		text-decoration: none;
	}
	.menu .site {
		background-color: white;
		padding-left: 10px;
		border-top: 1px solid #cccccc;
	}
	.menu .site1 {
		background: url('../imgs/menu/sites.png') 0px 0px no-repeat;
	}
	.menu .site2 {
		background: url('../imgs/menu/sites.png') 0px -30px no-repeat;
	}
	.menu .site3 {
		background: url('../imgs/menu/sites.png') 0px -60px no-repeat;
	}
	.menu .site4 {
		background: url('../imgs/menu/sites.png') 0px -90px no-repeat;
	}
	.menu .site5 {
		background: url('../imgs/menu/sites.png') 0px -120px no-repeat;
	}
	.menu .site6 {
		background: url('../imgs/menu/sites.png') 0px -150px no-repeat;
	}
	.menu .site7 {
		background: url('../imgs/menu/sites.png') 0px -180px no-repeat;
	}
	.menu .site8 {
		background: url('../imgs/menu/sites.png') 0px -210px no-repeat;
	}
	.menu .category, .menu .article {
		border-top: 1px solid #cccccc;
	}
	.menu .category.active,  .menu .category:hover{
		background: url('../imgs/menu/category2.png') repeat-x;
		padding-left: 20px;
		border-left: 5px solid #b8b7b7;
	}
	/*.menu .category {
		background: url('../imgs/menu/category.png') no-repeat;
		padding-left: 20px;
	}*/
	.menu .category {
		
		padding-left: 20px;
		border-left: 5px solid #b8b7b7;
	}
	.menu .back{
		border-top: 1px solid #cccccc;
		background: url('../imgs/fleche_back.png') no-repeat 79% 50%;
		text-align: right;
		padding-right: 15px;
	}
	.menu .article {
		background: url('../imgs/menu/article_unactive.png') 20px 11px no-repeat;
		background-color: white;
		padding-left: 35px;
	}
	.menu .article_active1, .menu .article1:hover {
		background: url('../imgs/menu/article_active.gif') 20px 11px no-repeat;
		background-color: #BA6562;
		color: white;
	}
	.menu .article_active2, .menu .article2:hover {
		background: url('../imgs/menu/article_active.gif') 20px 11px no-repeat;
		background-color: #489352;
		color: white;
	}
	.menu .article_active3, .menu .article3:hover {
		background: url('../imgs/menu/article_active.gif') 20px 11px no-repeat;
		background-color: #ED831D;
		color: white;
	}
	.menu .article_active4, .menu .article4:hover {
		background: url('../imgs/menu/article_active.gif') 20px 11px no-repeat;
		background-color: #76503D;
		color: white;
	}
	.menu .article_active5, .menu .article5:hover {
		background: url('../imgs/menu/article_active.gif') 20px 11px no-repeat;
		background-color: #632A43;
		color: white;
	}
	.menu .article_active6, .menu .article6:hover {
		background: url('../imgs/menu/article_active.gif') 20px 11px no-repeat;
		background-color: #8FB7C1;
		color: white;
	}
	.menu .article_active7, .menu .article7:hover {
		background: url('../imgs/menu/article_active.gif') 20px 11px no-repeat;
		background-color: #AEB580;
		color: white;
	}
	.menu .article_active8, .menu .article8:hover {
		background: url('../imgs/menu/article_active.gif') 20px 11px no-repeat;
		background-color: #98C84C;
		color: white;
	}
	
.right_read_article {
	position: relative;
	float: right; 
	width: 620px;
}
	.right_read_article p {
		margin-top: 10px;
	}
	.right_read_article .signature {
		float: right;
		margin-right: 10px;
	}
	.right_read_article .site_header {
		position: relative;
		width: 620px;
		height: 330px;
	}
	.right_read_article .site_header img {
		width: 620px;
		height: 330px;
	}
	.right_read_article .site_header .semi_transp {
		background: url('../imgs/semi_trans_80.png');
		color: white;
		width: 540px;
		position: absolute;
		z-index: 0;
		bottom: 25px;
		right: 60px;
	}
		.right_read_article .most_read {
			width: 300px;
			margin: 20px 10px 10px 0px;
			float: left;
			color: black;
			text-decoration: none;
			outline: none;
		}
			.right_read_article .most_read .border {
				padding: 2px; 
				margin-right: 10px;
				border: 1px solid #cccccc;
				float: left;
			}
			.right_read_article .most_read h2 {
				display: block;
				font-family : Arial,'Nimbus Sans L','URW Gothic L',Verdana,Tahoma,Helvetica,'Lucida Grande',Geneva,'DejaVu Sans','Microsoft Sans Serif',sans-serif;
				font-size: 11px;
				font-weight: normal;
				border: none;
				margin: 0;
				padding: 0;
			}
			.right_read_article .most_read h3 {
				display: block;
				font-family : Arial,'Nimbus Sans L','URW Gothic L',Verdana,Tahoma,Helvetica,'Lucida Grande',Geneva,'DejaVu Sans','Microsoft Sans Serif',sans-serif;
				font-size: 13px;
				color: #6d5552;
				margin-bottom: 5px;
				font-weight: bold;
				font-style: normal;
				border: none;
				background: none;
				margin: 0;
				padding: 0;
			}
			.right_read_article .most_read img {
				display: block;
				border: none;
			}
		.search_result {
			width: 620px;
			margin: 20px 0px 0px 0px;
			border-bottom: 1px solid #cccccc;
			padding-bottom: 20px;
		}
		.dernier_search {
			border-bottom: 1px solid #fff;
			padding-bottom: 0px;
		}
		div.vignette {
			border: 1px solid #CCCCCC;
			display: block;
			height: 128px;
			float: left;
			text-align: center;
		}
		div.vignette1{
			background: url('../imgs/fd_vignette.png') no-repeat -5px 101px;
		}
		div.vignette1:hover{
			border: 1px solid #ba6562;
		}
		div.vignette2 {
			background: url('../imgs/fd_vignette.png') no-repeat scroll -149px 101px;
		}
		div.vignette2:hover{
			border: 1px solid #489352;
		}
		div.vignette3 {
			background: url('../imgs/fd_vignette.png') no-repeat scroll -295px 101px;
		}
		div.vignette3:hover{
			border: 1px solid #ed831d;
		}
		div.vignette4 {
			background: url('../imgs/fd_vignette.png') no-repeat scroll -440px 101px;
		}
		div.vignette4:hover{
			border: 1px solid #76503d;
		}
		div.vignette5 {
			background: url('../imgs/fd_vignette.png') no-repeat scroll -585px 101px;
		}
		div.vignette5:hover{
			border: 1px solid #632a43;
		}
		div.vignette6 {
			background: url('../imgs/fd_vignette.png') no-repeat scroll -730px 101px;
		}
		div.vignette6:hover{
			border: 1px solid #8fb7c1;
		}
		div.vignette7 {
			background: url('../imgs/fd_vignette.png') no-repeat scroll -875px 101px;
		}
		div.vignette7:hover{
			border: 1px solid #aeb580;
		}
		div.vignette8 {
			background: url('../imgs/fd_vignette.png') no-repeat scroll -1020px 101px;
		}
		div.vignette8:hover{
			border: 1px solid #98c84c;
		}
		.search_result .border{
			background: #fff;
			border: solid 1px #ccc;
			padding: 2px;
			margin: 8px 5px 20px 5px;
		}
			.search_result .border img{
				display: block;
			}
		.vignette span{
			width: 10px;
			height: 10px;
			display: block;
			position: absolute;
			bottom: 0px;
			right: 0px;
			z-index: 10;

			}
			
		 .description {
				width: 430px;
				margin: 0px 0px 0px 20px;
				float: left;
				border: 1px solid #cccccc;
				padding: 7px;
			}
			.right_read_article .search_result .description  b a{
				color: #6d5552;
				font-family: TrebuchetMS;
				font-size: 14px;
				margin-bottom: 3px;
				text-decoration: none;
			}
			.right_read_article .search_result .description .ariane {
				width: 430px;
				margin: 10px 0px 10px 0px;
				float: left;
				border-top: 1px dotted #cccccc;
				color:#999999;
				padding-top: 5px;
			}
			.right_read_article .search_result .description .ariane a{
				color:#999999;
				text-decoration: none;
				font-size: 10px;
			}
			.right_read_article .search_result .description .ariane a:hover{
				text-decoration: underline;
			}
		.right_read_article .h2 {
			display: block;
			padding: 0px;
			margin: 20px 0px 0px 0px;
			font-size: 18px; 
			color: #52311c; 
			border-bottom: 1px dotted #666666;
		}
		.right_read_article .semi_transp h1 {
			margin: 15px 15px 0px 15px;
			padding-bottom: 5px;
			font-size: 19px;
			font-weight: bold;
			display: block;
			border-bottom: 1px dotted white;
		}
		.right_read_article .semi_transp p {
			margin: 15px;
		}
	.right_read_article .short {
		background-color: #f1ecd3;
		padding: 10px;
	}
		.right_read_article .short h1 {
			display: block;
			padding: 0px;
			margin: 0px 0px 10px 0px;
			font-weight: bold;
			font-size: 18px;
			width: 560px;
			*width: 330px;
		}
		.right_read_article h2 {
			display: block;
			padding: 30px 0px 3px 0px;
			margin: 0px 0px 15px 0px;
			color: #6d5552;
			font-size: 14px;
			font-weight: bold;
			border-bottom: 1px solid #b39c93;
		}
		.right_read_article h3 {
			padding: 5px 0px 10px 0px;
			margin: 0px;
			color: #6d5552;
			font-size: 14px;
			font-weight: bold;
			font-style: italic;
			border-bottom: 1px dotted #B39C93;
		}
		.right_read_article p a:link, .right_read_article p a:visited{
			text-decoration: underline;
			color:#333333;
		}
		/*.right_read_article a.link{
			text-decoration: underline;
			color:#333333;
		}*/
		.right_read_article ul{
			list-style-type: none;
			padding: 0px;
			margin: 10px;
		}
		.right_read_article li{
			background: url('../imgs/puce.png') no-repeat 0px 4px;
			padding-left: 14px;
			margin-top: 5px;
		}
		.right_read_article li a{
			text-decoration: underline;
			color:#333333;
		}

		.right_read_article .short p {
			font-weight: bold;
			display: inline;
		}
		.right_read_article .short .picture {
			border: 1px solid #cccccc; 
			float: left; 
			margin: 0px 10px 0px 0px; 
			background: url('../imgs/news_back.png') bottom repeat-x;
			background-color: white;
			padding: 6px 6px 20px 6px;
		}
			.right_read_article .short .picture .border {
				border: 1px solid #cccccc; 
				margin: 
			}
			.right_read_article .short .picture .border img {
				display: block;
				margin: 2px;
			}
.clr{
	clear:both;
}
.devis_form {
	background-color: #eae3e0;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	padding: 15px;
}
.devis_form .submit {
		background: url('../imgs/btns/free_button.png'); 
		border: none; 
		height: 19px; 
		width: 82px; 
		color: white; 
		font-weight: bold;
		float: right;
		margin-top: 10px;
		text-align:center;
	}
.form_alert{
	color: red;
	margin-top: 15px;
	margin-bottom: 0px;
	border: 1px solid red;
	text-align: left;
}
.devis_form .champ {
	width: 560px;
	margin-bottom: 10px;
}
	.devis_form  fieldset {
		padding: 1em;
		background-color: #f3f0ee;
		border: 1px solid #ccbfb9;
	}
	.devis_form .radio {
		width: 20px;
	}
	.devis_form label {
		display: inline;
		float: left;
		width: 250px;
		font-weight: bold;
	}
		.devis_form label em{font-weight:normal;margin:0 5px;display:block}
	
.form_titre {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 25px;
	font-style: italic; 
	float:left;
}
	.form_titre span {
		font-weight: normal;
		font-size: 10px;
		font-style: normal; 
	}
	
.devis_form input, .devis_form textarea, .devis_form select {
	width: 250px;
	text-align: left;
	font-size: 12px;
}

.devis_form input.button_form, .devis_form a.button_form_prec {
	float: right;
	width: 82px;
	height: 19px;
	border: none;
	cursor: pointer;
}
.devis_form input.button_form {
	background: transparent url('../imgs/btns/suivant_form.gif') no-repeat 0 0;
	margin: 15px 0 15px 0;
}
.devis_form a.button_form_prec{
	background: transparent url('../imgs/btns/prec_form.gif') no-repeat 0 0;
		margin: 15px 10px 15px 0;
}
    
.toolbar {
	background: url('../imgs/content/toolbar.png') repeat-x;
	height: 38px;
	padding-left: 10px;
}
.toolbar .a {
	display: block;
	float: left;
	text-decoration: none;
	color: black;
	padding-left: 20px;
	margin: 10px 24px 0px 0px;
	height: 18px;
	line-height: 18px;
}
.toolbar .print {
	background: url('../imgs/items/print.png') no-repeat;
}
.toolbar .send_to_friend {
	background: url('../imgs/items/mail.png') 0px 4px no-repeat;
}
.toolbar .add_favorite {
	background: url('../imgs/items/star.png') 0px 2px no-repeat;
}
.toolbar .write {
	background: url('../imgs/items/bubble.png') 0px 3px no-repeat;
}
.toolbar .rss {
	background: url('../imgs/items/rss.png') 0px 1px no-repeat;
}
.toolbar img {
	margin-top: 10px;
	display: block;
	float: left;
}
.toolbarform {
	border: 1px solid #cccccc;
	padding: 10px;
	display: none;
	background-color: #ecebe8;
}
	.toolbarform .submit {
		background: url('../imgs/btns/free_button.png'); 
		border: none; 
		height: 19px; 
		width: 82px; 
		color: white; 
		font-weight: bold;
	}
	.toolbarform .close_form {
		text-decoration: none;
		margin: -5px -5px 0px 0px;
		float: right;
		background: url('../imgs/btns/close_form.png') no-repeat;
		width: 16px;
		height: 16px;
	}
	
.other_article {
	color: black;
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding: 7px 0px 17px 0px;
	border: 1px solid white;
}
.other_article:hover {
	border: 1px solid #cccccc;
	background: url('../imgs/news_back.png') bottom repeat-x;
}
	.other_article .border {
		float: left;
		padding: 2px;
		margin: 8px;
		border: 1px solid #646362;
	}
		.other_article .border img {
			display: block;
			border: none;
		}
	.other_article .begin_article {
		float: left;
		width: 530px;
	}
		.other_article .begin_article h5 {
			font-weight: bold;
			color: #6d5552;
			margin: 5px 0px 0px 0px;
			font-size: 12px;
			
		}
.search {
	background: url('../imgs/pagination/fd_pagination_search.gif') repeat-x top left;
	margin-top: 15px;
}
.search_top {
	margin-top: 27px;
}
.nresults{
	float:left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #666666;
	margin: 0 20px 0 20px;
	padding: 0 15px 0 15px;
}
.vue{
	float: right;
	margin-right: 15px;
	color: #666666;
}
.vue span {
	float: left;
	margin-right: 5px;
}

.pagination {
	padding: 10px 0px 10px 0px;
}
	/*.pagination a {
		display: block;
		float: left;
		line-height: 16px;
		height: 16px;
		padding: 0px 2px 0px 2px;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
	}*/
	.pagination a {
		font-weight: bold;
		color: #cccccc;
		text-decoration: none;
		margin: 0px 2px 0px 2px;
	}
	.search .pagination a {
		float: left;
	}
	.pagination a:hover{
		text-decoration: underline;
	}
	.pagination .open {
		color: #666666;
	}
	
	.pagination a.previous {
		padding-right: 15px;
		float: left;
	}
	.pagination a.next {
		padding-left: 15px;
		float: left;
	}
	
	.pagination div.previous {
		width: 121px;
		height: 19px;
		padding-right: 15px;
		float: left;
	}
	.pagination div.numbers {
		width: 354px;
		height: 19px;
		float: left;
		text-align: center;
	}
	.pagination div.next {
		width: 111px;
		height: 19px;
		padding-left: 15px;
		float: left;
	}
	.pagination img {
		display: block;
		border: none;
	}

	
/****************************/	

.menu2 {
	width: 300px;
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
	/*display: block;*/
}
	.menu2 a {
		display: block;
		/*height: 20px;*/
		line-height: 20px;
		font-weight: bold;
		color: #705c53;
		text-decoration: none;
	}
	.menu2 span {
		display: block;
		height: 29px;
		line-height: 29px;
		font-weight: bold;
		color: #705c53;
		text-decoration: none;
	}
	.menu2 .site {
		background-color: white;
		padding-left: 10px;
		border-bottom: 1px solid #cccccc;
	}
	.menu2 .site1 {
		background: url('../imgs/menu/sites.png') 0px 0px no-repeat;
	}
	.menu2 .site2 {
		background: url('../imgs/menu/sites.png') 0px -30px no-repeat;
	}
	.menu2 .site3 {
		background: url('../imgs/menu/sites.png') 0px -60px no-repeat;
	}
	.menu2 .site4 {
		background: url('../imgs/menu/sites.png') 0px -90px no-repeat;
	}
	.menu2 .site5 {
		background: url('../imgs/menu/sites.png') 0px -120px no-repeat;
	}
	.menu2 .site6 {
		background: url('../imgs/menu/sites.png') 0px -150px no-repeat;
	}
	.menu2 .site7 {
		background: url('../imgs/menu/sites.png') 0px -180px no-repeat;
	}
	.menu2 .site8 {
		background: url('../imgs/menu/sites.png') 0px -210px no-repeat;
	}
	
	.menu2 .category.active,  .menu .category:hover{
		background: url('../imgs/menu/category2.png') repeat-x;
		padding-left: 20px;
		border-left: 5px solid #b8b7b7;
	}
	.menu2 .category {
		padding-left: 10px;
	}
	.menu2 .sscategory {	
		padding-left: 15px;
	}
	.menu2 .category1 {
		color: #BA6562;
	}
	.menu2 .article {
		/*background: url('../imgs/menu/article_unactive.png') 20px 6px no-repeat;*/
		background-color: white;
		padding-left: 20px;
		display: block;
		/*height: 15px;*/
		line-height: 15px;
		
	}
	.menu2 .article:hover{
		text-decoration: underline;
	}
.menu_container {
	position: relative;
}

/* spider */
.s_intro{margin-left:10px}
.s_nav,.s_examples{float:left;width:49%}
	.s_list{list-style: none;padding-left:10px;margin-top:10px}
		.s_list li{line-height:13px}
			.s_list a{color:#B1A0A0;text-decoration:none}
			.s_list a:hover{text-decoration:underline}
	.s_examples p{margin-left:10px;margin-top:10px}
	.s_title{
		color:#6D5552;
		font-size:12px;
		font-weight:bold;
		margin-left:0;
		margin-top:10px;
	}