/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #3E641E url(../images/bg_site.jpg) center top no-repeat;
	font-family: arial, verdana, helvetica, sans serif;
	font-size: 11px;
}
.clear{
	clear: both;
}
a img {
	border: 0;
}

/*=========== Header ======================================*/
#header {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	/*margin: 0 auto;*/
}
#preheader {
	height: 125px;
	margin: 0 auto;
	width: 910px;
}

/*======== Top menu ==============*/
#menu-top {
	position: absolute;
	width: 282px;
	height: 29px;
	background: url(../images/topmenu_contour.gif) center top no-repeat;
	margin: 0 0 0 623px;
}
	#menu-top-trans {
		position: absolute;
		width: 282px;
		height: 29px;
		background: url(../images/topmenu_bg.gif) center top no-repeat;
		opacity: .8;
		filter: alpha(opacity=80);
		z-index: 1000;
	}
	#menu-top-content {
		position: absolute;
		padding: 7px 9px 0 9px;
		z-index: 100000;
	}
		#menu-top-content .module {
			display: inline;
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
		}
		#menu-top-content .module a {
			text-decoration: none;
			color: #000;
			margin: 0 6px;
		}
		#menu-top-content a:hover, #menu-top-content a.menu_item_activ {
			color: #c00;
		}
		#menu-top-content .langs {
			margin: 0 1px;
		}
		#menu-top-content #lang-en.langs {
			margin: 0 1px 0 11px;
		}
	

/*======== Fil d'arianne =========*/
	#breadcrumb {
		font-family: verdana, arial ,helvetica, sans serif;
		height: 32px;
		background: url(../images/bg_breadcrumb.jpg) center top no-repeat;
		font-size: 10px;
		font-weight: bold;
		padding: 0 6px 0 40px;
		margin: 0 auto;
		width : 910px;
	}
	#breadcrumb-content {
		width: 732px;
		padding: 0 20px 0 0;
		line-height: 32px;
		color: #000;
		float: left;
	}
		#breadcrumb-content .sep {
			width: 1px;
			height: 26px;
			background: url(../images/breadcrumb_sep.jpg) center top no-repeat;
			padding: 6px 10px;
		}
		#breadcrumb-content a {
			text-decoration: none;
			color: #000;
		}
		#breadcrumb-content a:hover {
			color: #cc0000;
		}
		.lk-front-site {
			display: block;
			width: 129px;
			height: 32px;
			line-height: 32px;
			float: left;
			text-align: center;
			text-decoration: none;
			color: #fff;
		}
		.lk-front-site:hover {
			color: #000;
		}


/*=========== Main ======================================*/
#main {
	width: 910px;
	margin: 0 auto;
	background: url(../images/bg_main_repeat.jpg) center top repeat-y;
}
#main.home {
	background-image: url(../images/bg_home_repeat.jpg);
}
#main-bottom {
	background: url(../images/bg_main_bottom.jpg) center bottom no-repeat;
}
#main-bottom.home {
	background-image: url(../images/bg_home_bottom.jpg);
}
#main-top {
	padding: 0 0 0 8px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	background: url(../images/bg_main_top.jpg) center top no-repeat;
}
#main-top.home {
	background-image: url(../images/bg_home_top.jpg);
}

/*============= Menu left ============*/
#nav-left {
	width: 169px;
	float: left;
	padding: 20px 1px 15px 0;
}
ul.menu-left {
	margin: 0;
	padding: 0;
}
	ul.menu-left li {
		list-style: none;
		margin: 0;
		padding: 0;
		background: url(../images/navleft_sep.gif) right bottom no-repeat;
	}
	ul.menu-left li a {
		color: #000;
		text-decoration: none;
		font-weight: bold;
		line-height: 40px;
		background: url(../images/navleft_puce.gif) 16px center no-repeat;
		font-size: 13px;
		text-transform: uppercase;
		padding-left: 38px;
	}
	ul.menu-left li a:hover, ul.menu-left li a.menu_item_activ {
		background-image: url(../images/navleft_puce_on.gif);
		color: #cc0000;
	}
	
		ul.menu-left ul.menu-left {
			margin: 0;
			padding: 0 0 15px 10px;
		}
			ul.menu-left ul.menu-left li {
				list-style: none;
				margin: 0;
				padding: 0;
				background: none;
			}
			ul.menu-left ul.menu-left li a {
				display: block;
				line-height: 16px;
				background: none;
				font-size: 11px;
			}
			ul.menu-left ul.menu-left li a:hover,
			ul.menu-left ul.menu-left li a.menu_item_activ
			{
				background: url(../images/navleft_puce2_on.gif) 26px 4px no-repeat;
				color: #cc0000;
			}
		
	
/*========= Menu Left Boutique ========*/
ul.menu-left-shop {
	width: 169px;
	margin: -1px 0 0 0;
	padding: 0;
	background: url(../images/navleft_shop_bg.jpg) repeat-y;
}
	ul.menu-left-shop li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		ul.menu-left-shop li a {
			color: #000;
			text-decoration: none;
			font-weight: bold;
			line-height: 40px;
			background: url(../images/navleft_puce_shop.gif) 12px center no-repeat;
			font-size: 13px;
			text-transform: uppercase;
			padding: 5px 0 5px 38px;
		}
		ul.menu-left-shop li a:hover, ul.menu-left-shop li a.menu_item_activ {
			background-image: url(../images/navleft_puce_shop_on.gif);
			color: #cc0000;
		}

	ul.menu-left-shop-level2 {
		width: 169px;
		margin: 0;
		padding: 0 0 10px 0;
		background: url(../images/navleft_shop_bg.jpg) repeat-y;
	}
	ul.menu-left-shop-level2 li {
		list-style: none;
		margin: 0;
		padding: 0 0 6px 36px;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
		ul.menu-left-shop-level2 li a {
			display: block;
			color: #000;
			text-decoration: none;
			padding: 0 0 0 12px;
		}
		ul.menu-left-shop-level2 li a:hover, ul.menu-left-shop-level2 li a.menu_item_activ {
			background: url(../images/navleft_puce2_on.gif) left 4px no-repeat;
			color: #cc0000;
		}
		
			ul.menu-left-shop-level3 {
				margin: 0;
				padding: 0 0 10px 0;
			}
				ul.menu-left-shop-level3 li {
					list-style: none;
					margin: 0;
					padding: 0 0 6px 12px;
					font-size: 11px;
					font-weight: bold;
					text-transform: uppercase;
				}
					ul.menu-left-shop-level3 li a {
						display: block;
						color: #000;
						text-decoration: none;
						padding: 0 0 0 12px;
					}
					ul.menu-left-shop-level3 li a:hover, ul.menu-left-shop-level3 li a.menu_item_activ {
						background: url(../images/navleft_puce2_on.gif) left 4px no-repeat;
						color: #cc0000;
					}


/*============= Content ============*/
#content {
	width: 680px;
	float: left;
	padding: 25px 30px 10px 22px;
	color: #666;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans serif;
}

	/*====== Home page =========*/
	.pad-actus {
		width: 312px;
		float: left;
	}
	.pad-ajouts {
		width: 312px;
		margin: 0 0 0 50px;
		float: left;
	}
	
		h1.pageTitleActu, h1.pageTitleAjouts {
			font-family: arial, verdana, helvetica, sans serif;
			font-size: 21px;
			font-weight: bold;
			color: #c00;
			margin: 0;
			padding: 0 20px 4px 17px;
			background-repeat: no-repeat;
			background-position: left bottom;
		}
		h1.pageTitleActu {
			background-image: url(../images/tit_actu_bg.gif);
		}
		h1.pageTitleAjouts {
			background-image: url(../images/tit_ajouts_bg.gif);
		}
		h2.artTitleActu, h2.artTitleAjouts {
			font-family: arial, verdana, helvetica, sans serif;
			font-size: 12Px;
			font-weight: bold;
			text-transform: uppercase;
			padding: 0 0 0 14px;
			margin: 20px 0 2px 0;
			background-repeat: no-repeat;
			background-position: left center;
		}
		h2.artTitleActu {
			background-image: url(../images/tit_art_puce1.gif);
		}
		h2.artTitleAjouts {
			background-image: url(../images/tit_art_puce2.gif);
		}
		.readmore-1, .readmore-2 {
			display: block;
			font-size: 11px;
			color: #666;
			text-decoration: none;
			background-repeat: no-repeat;
			background-position: left bottom;
			padding: 0 0 0 29px;
			margin: 5px 0;
		}
		.readmore-1 {
			background-image: url(../images/readmore1.gif);
		}
		.readmore-2 {
			background-image: url(../images/readmore2.gif);
		}
		.readmore-1:hover {
			color: #390;
		}
		.readmore-2:hover {
			color: #FE370F;
		}
		
		.img-rounded {
			width: 310px;
			height: 75px;
			margin: 3px 0 0 0;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/default/images/img_rounded.png');
		}
		html > body .img-rounded {
			background: url(../images/img_rounded.png) no-repeat !important;
		}
		.img-rounded a {
			position: relative;
		}
		
table.listDocHome {
	border-collapse: collapse;
	border: 0;
	margin: 0;
}
	table.listDocHome td {
		border: 0;
		text-align: left;
		padding-top: 0;
	}
	table.listDocHome td.typefichier {
		width: 61px;
		background: url(../images/docs_left.jpg) -6px bottom no-repeat;
		padding-left: 7px;
		padding-right: 13px;
		padding-bottom: 4px;
		text-align: center;
		vertical-align: bottom;
	}
	table.listDocHome td.desc {
		padding: 0 5px 0 0;
		background: url(../images/docs_repeat.jpg) left bottom repeat-x;
	}
		
	

/*=========== Form ========================================*/
.inputform, .areaform {
  background: #fff;
  border: 1px solid #999;
  padding: 2px;
  width: 180px;
  font-size: 12px;
  font-family: arial, verdana, helvetica, sans serif;
  color: #666;
}
.inputform:focus, .areaform:focus {
  border-color: #FE370F;
}

.inputformtextarea {
  background: #fff;
  border: 1px solid #999;
  padding: 2px;
  width: 360px;
  font-size: 12px;
  font-family: arial, verdana, helvetica, sans serif;
  color: #666;
}
.inputformtextarea:focus {
  border-color: #FE370F;
}


.btn-send {
  width: 129px;
  line-height: 30px;
  height: 30px;
  background: transparent url(../images/btn_130.gif) no-repeat;
  border: 0;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.btn-send-big {
  width: 245px;
  line-height: 30px;
  height: 30px;
  background: transparent url(../images/btn_send_big.gif) no-repeat;
  border: 0;
  border: none;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}

.btn-long-left{
	float:left;
	height:30px;
	width:17px;
	background:url(../images/btn-long-left.gif) no-repeat top left;
	margin-left:25%;
}
.btn-long-right{
	float:left;
	height:30px;
	width:auto;
	line-height:30px;
	background:url(../images/btn-long-right.gif) no-repeat top right;
	text-decoration:none;
	color:#FFF;
	padding-right:17px;
}
#contact {
  margin: 20px 0;
  padding: 0;
}
  #contact p {
    margin: 5px 0;
    padding: 0;
  }
  #contact label {
    display: block;
    width: 90px;
    margin: 0;
    padding: 0;
    float: left;
  }
  #contact .inputform{
    float: left;
    margin: 0 50px 5px 0;
  }


/*=========== Footer ======================================*/
#footer {
	width: 876px;
	height: 35px;
	margin: 0 auto;
	background: url(../images/bg_footer.jpg) center top no-repeat;
	text-align: right;
	padding: 0 17px;
	font-size: 10px;
}
#footer-inner {
	width: auto;
	float: right;
}
	#footer .module  {
		display: inline;
	}
	#footer a  {
		display: block;
		float: left;
		line-height: 32px;
		margin: 0 7px;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
	#footer a:hover  {
		color: #fff;
	}	
	#footer img {
		margin: 8px 0 0 0;
	}
/* TUMB DOC */
.img-overflow-h60{
overflow:hidden;
height:60px;
}

/* SONDAGE */
.sondage_header {
	border-collapse: collapse;
	background: url('../images/bg_onglets.jpg');
	border: 0;
	height:66px;
	width:680px;
	margin:0px;
}
.sondage_tab {
	border-collapse:collapse;
	border: 0;
	border-top: 0px solid #498E0D;
	border-bottom: 1px solid #498E0D;
	margin:0px 0 0 1px;
	width:679px;
}
*+html .sondage_tab {
	width:680px;
	margin:0px;
}
*html .sondage_tab {
	width:680px;
	margin:0px;
}
.sondage_tab td {
	border-top:none;
	border-bottom:none;
	border-left: 1px solid #498E0D;
	border-right: 1px solid #498E0D;

}
.sondage_title {
	background : #89B426;
	font-size: 14px;
	padding: 20px;
	font-weight:bold;
	color:#000000;
}
.sondage_sstitle {
	background : #C6E65D;
	padding: 15px 0 15px 5px;
	font-weight:bold;
}
