@charset "utf-8";
/* CSS Document NIVEALES - TREKMAG */

/*===============================
	global style resetting */
	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input,p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

html, body, form, fieldset {
	color:#454444;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:14px;
}

img {border:0;}

address, caption, cite,th{
	font-style:normal;
	font-weight:normal;
}

ol, ul {list-style:none;}

caption, th {text-align:left;}

h1, h2, h3, h4, h5, h6 {font-size:100%}

b,em {
	font-style:normal;
}

/*===============================
	links */
	
a:link {text-decoration: 	underline; 	color: #4c4c4c;}
a:visited {text-decoration: 	underline; 	color: #4c4c4c;}
a:active {text-decoration: 	underline; 	color: #4c4c4c;}
a:hover {text-decoration: 	underline; 	color: #4c4c4c;}


/*===============================
	Main Layout and Structure  */
	
html, body{
	height:auto !important;
	height:100%;
}

body{background:#fff url(../images/interface/body_bg.jpg) repeat-x;}

#container{
	width:965px;
	min-height:100%;
	margin:0 auto;
}

#header{
	width:965px;
	height:118px;
	margin:0;
	padding:0;
}

#content{
	float:left;
	width:965px;
	padding:0;
	margin:20px 0 0 0;
}

#column-left{
	float:left;
	padding:0 0 0 9px;
	margin:0;
	width:120px;
}

#content-text{
	float:left;
	padding:0 0 0 10px;
	margin:0;
	width:511px;
}

#column-right{
	float:left;
	padding:0 0 0 14px;
	margin:0;
	width:301px;
}


#footer{
	clear:both;
	width:100%;
	height:190px;
	margin:0;
	padding:6px 0 0 0;
	background:url(../images/interface/footer_bg.gif) repeat-x;
}

/*===============================
	Header  */
	
#logo{
	float:left;
	background:url(../images/interface/logo.jpg) no-repeat left;
	width:237px;
	height:90px;
	padding	:0;
	margin:0;
}

	#logo a{
		display:block;
		width:237px;
		height:90px;
	}
	
	#logo span{display:none;}


/*===============================
	Navigation  */
	
/* Root = Horizontal, Secondary = Vertical */
ul#navigation {
	float:left;
	margin:6px 0 0 0;
	border:0 none;
	padding:0;
	width:720px; /*For KHTML*/
	list-style:none;
	height:18px;
}

	ul#navigation ul {
		margin:0;
		border:1px solid #aeae66;
		background-color:#f3f0d9;
		padding:2px;
		width:150px;
		list-style:none;
		display:none;
		position:absolute;
		top:20px;
		left:-1px;
	}

	ul#navigation li {
		margin:0;
		padding:0;
		float:left; /*For Gecko*/
		display:inline;
		list-style:none;
		position:relative;
		height:20px;
		background:url(../images/interface/nav_sep.gif) right top no-repeat;
	}

	ul#navigation li:last-child {background:none;}

	ul#navigation ul li {
		float:none; /*For Gecko*/
		display:block !important;
		display:inline; /*For IE*/
		background:none;
	}


	/* Root Menu */
	ul#navigation a {
		font-size:14px;
		text-transform:uppercase;
		color:#fff;
		padding:0 8px;
		float:none !important; /*For Opera*/
		float:left; /*For IE*/
		display:block;
		text-decoration:none;
		height:auto !important;
		height:1%; /*For IE*/
	}

		ul#navigation ul a{
			color:#be1f24;
			font-size:10px;
		}

/* Root Menu Hover Persistence */
ul#navigation a:hover,
ul#navigation li:hover a,
ul#navigation li.iehover a,
ul#navigation a.active{
	display:block;
	color:#fbfbbd;
}

ul#navigation a.new{font-weight:bold; color:#ffb85d;}

/* 2nd Menu */
ul#navigation li:hover li a,
ul#navigation li.iehover li a {
	float:none;
	color:#6e6e00;
}

/* 2nd Menu Hover Persistence */

ul#navigation li:hover li a:hover,
ul#navigation li:hover li:hover a,
ul#navigation li.iehover li a:hover,
ul#navigation li.iehover li.iehover a {
	background-color:#d1cead;
	color:#6e6e00;
}

ul#navigation ul li {border:0 none;}

/* Do Not Move - Must Come Before display:block for Gecko */

ul#navigation li:hover ul,
ul#navigation ul li:hover ul,
ul#navigation ul ul li:hover ul,
ul#navigation li.iehover ul,
ul#navigation ul li.iehover ul,
ul#navigation ul ul li.iehover ul {display: block;}


/*===============================
	Search  */
	
form#search {
	float:right;
	height:24px;
	padding-top:2px
}

	input#fieldSearch {
		float:left;
		border:1px solid #999;
		width:140px;
	}
	
	input#btnSearch {
		float:left;
		width:40px;
		height:22px;
		border:2px solid #999;
	}
	
/*===============================
	Column-Left  */
	
#column-left div.box{
	float:left;
	margin:0 0 16px 0;
	padding:1px;
	width:118px;
	background-color:#d1cead;
}

	#column-left div.box h2{
		font-size:11px;
		font-weight:bold;
		color:#454444;
		padding:2px;
		margin:0 0 0 8px;
	}
	
	#column-left div.box div{
		float:left;
		margin:0;
		padding:1px 1px 16px 1px;
		width:116px;
		background-color:#f3f0d9;
	}
	
	
	#column-left div.box ul{
		margin:4px 0 0 4px;
		padding:0;
		list-style-image:url(../images/interface/puce_box.gif);
		list-style-position:inside;
	}
	
		#column-left div.box ul li{
			margin:0;
			padding:1px 0 1px 0;
		}
	
	#column-left div.box ul.list-categorie{
		margin:4px 0 0 4px;
	}
	
		#column-left div.box ul.list-categorie li{}
	
		#column-left div.box ul.list-categorie li a{text-decoration:none;}
		#column-left div.box ul.list-categorie li a:hover{text-decoration:underline;}
		
		
	#column-left div.box ul.list-rss{
		margin-top:8px;
		padding-left:10px;
		list-style:none;
		list-style-position:outside;
	}
	
		#column-left div.box ul.list-rss li{}
	
		#column-left div.box ul.list-rss li a{text-decoration:none;}


#column-left div.abonbox{
	float:left;
	margin:0 0 16px 0;
	padding:0 3px 0 3px;
	width:114px;
}

	#column-left div.abonbox img{float:left;}

	#column-left div.abonbox ul{
		float:left;
		width:108px;
		height:64px;
		padding:4px 0 0 6px;
		margin:0;
		background:#fff url(../images/interface/sommabo_bg.jpg) bottom left no-repeat;
	}

		#column-left div.abonbox ul li{font-size:11px;}
		
			#column-left div.abonbox ul li a{
				color:#fff;
				text-decoration:underline;
			}
			
/*===============================
Content-text  */
	
/* Home */ 

#content-text div.box{
	float:left;
	margin:0 0 20px 0;
	padding:0;
	width:510px;
	background-color:#fff;
}

	#content-text div.box h2{
		width:500px;
		height:22px;
		font-size:14px;
		font-weight:bold;
		text-transform:uppercase;
		color:#fff;
		padding:4px 0 0 10px;
		margin:0;
		background:url(../images/interface/titre-bloc_bg.gif) left no-repeat;
	}
	
		#content-text div.box h2.shadow{
			background:url(../images/interface/titre-blocsh_bg.gif) left no-repeat;
		}
		
		#content-text div.box h2.list{
			font-size:12px;
			height:18px;
			font-weight:bold;
			background-image:none;
			background-color:#d1cead;
			padding:3px 0 0 10px;
		}


.bloc-une{
	float:left;
	width:490px;
	background:#fff url(../images/interface/box_bg.jpg) repeat-x top;
	margin:0;
	padding:10px;
	text-align:justify;
}

	.bloc-une ul{
		list-style:disc;
		margin-left : 30px;
	}
	
	.bloc-une em{
		font-style:italic;
	}

.bloc-actu-comment{
	float:left;
	width:490px;
	padding:10px;
	background: transparent url(../images/interface/bloc-planet_bg.jpg) repeat-x scroll center bottom;
}

	.bloc-actu-comment div.comment{
		width:490px;
	}

.bloc-actu{
	float:left;
	width:510px;
	background:#fff;
	border-bottom:1px solid #d5d1af;
}

	.bloc-actu div.content{
		float:left;
		width:490px;
		margin:0;
		padding:10px;
		text-align:justify;
	}
	
	.bloc-actu div.content ul{
		list-style:disc;
		margin-left : 30px;
	}

	.bloc-actu div.content em{
		font-style:italic;
	}

.bloc-planet{
	float:left;
	width:510px;
	background:url(../images/interface/bloc-planet_bg.jpg) repeat-x bottom;
}

	.bloc-planet div.content{
		float:left;
		width:490px;
		margin:0;
		padding:10px;
		text-align:justify;
	}
	
	.bloc-planet div.content ul{
		list-style:disc;
		margin-left : 30px;
	}

	.bloc-planet div.content em{
		font-style:italic;
	}


.bloc-blog{
	float:left;
	width:490px;
	height:320px;
	margin:0;
	padding:10px;
	background:url(../images/interface/bloc-blog_bg.gif) repeat-y;
}

.bloc-blog div.listblog{
	clear:right;
	float:left;
	width:490px;
	margin-top:14px;
	padding-top:12px;
	background:#f3f0d9 url(../images/interface/listblog_bg.gif) repeat-x top;
	
}

.bloc-blogfooter{
	float:left;
	width:510px;
	height:14px;
	background:url(../images/interface/bloc-blog_footer.gif) no-repeat;
}

.bloc-mag{
	float:left;
	width:510px;
	background:url(../images/interface/bloc-planet_bg.jpg) repeat-x bottom;
}

	.bloc-mag div.content{
		float:left;
		width:490px;
		margin:0;
		padding:10px;
		text-align:justify;
	}
	
.bloc-wallpaper{
	float:left;
	width:510px;
	background:#fcfbf4;
	border-bottom:1px solid #d5d1af;
}

	.bloc-wallpaper div.content{
		float:left;
		width:490px;
		margin:0;
		padding:10px;
		text-align:justify;
	}
	
	.bloc-wallpaper div.content ul{
		margin:4px 0 0 6px;
		padding:0;
		list-style-position:inside;
	}
	
		.bloc-wallpaper div.content ul li{
			background:url(../images/interface/download.gif) no-repeat left;
			padding:4px 0 0 20px;
		}
		
.bloc-lien{
	float:left;
	width:510px;
	background:#fff url(../images/interface/bloc-lien_bg.jpg) repeat-x bottom;
	border-bottom:1px solid #d5d1af;
}

	.bloc-lien div.content{
		float:left;
		width:490px;
		margin:0;
		padding:10px;
		text-align:justify;
	}

.bloc-selector{
	float:left;
	width:510px;
	margin:0;
	padding:0;
}

	.bloc-selector .blocsel{
		float:left;
		padding:10px;
		width:490px;
		background-color:#e8e6cc;
		border-bottom:1px solid #fff;
		color:#3e3b36;
	}
	
	.bloc-selector .blocsel a{color:#3e3b36;}
	
	#seldestination{
		float:left;
		width:263px;
		height:66px;
		background:url(../images/interface/bloctreksel1_bg.jpg) no-repeat;
		padding:8px 0 0 12px;
	}
	
	#seldatedepart{
		float:left;
		width:183px;
		height:66px;
		margin-left:10px;
		background:url(../images/interface/bloctreksel2_bg.jpg) no-repeat;
		padding:8px 0 0 12px;
	}
	
	#blockw{
		float:left;
		width:280px;
	}
	
	#blocagprix{
		float:left;
		width:200px;
		padding-left:10px;
	}
	
	#seldestination span.label,
	#seldatedepart span.label,
	#blocagprix span.label,
	#blockw span.label,
	#myselect span.label{
		font-weight:bold;
		font-size:12px;
	}
	
	#blocagprix span.label,
	#blockw span.label{float:left;padding:4px 0 2px 0}
	
	#blockw a:link,#blockw a:active,#blockw a:hover,#blockw a:visited,
	#myselect a.delkw{
		float:left;
		padding:1px 10px 0 20px;
		margin-top:1px;
		border-right:1px solid #C2C1C1;
		height:15px;
		font-size:11px;
		color:#000;
		text-decoration:none;
		background:url(../images/interface/kw_bg.gif) no-repeat left;
	}
	
	#seldestination a:link,#seldestination a:active,#seldestination a:hover,#seldestination a:visited{
		display:block;
		width:170px;
		text-decoration:none;
		padding-left:12px;
		color:#000;
		margin-top:9px;
		font-weight:bold;
		font-size:10px;
	}
	
	#selalldestination{
		float:left;
		width:444px;
		border:1px solid #dedede;
		margin:-3px 0 0 12px;
		padding:6px;
		background:#fdfdfd;
	}
	
		#selalldestination div{
			float:left;
			width:100px;
			padding-right:10px;
		}
		
		#selalldestination a{text-decoration:none;}
	
	#myselect{
		float:left;
		padding:10px;
		width:488px;
		background-color:#d1cead;
		border:1px solid #adaa8e;
		margin:6px 0 16px 0;
	}
	
	#myselect a.delkw{
		background:url(../images/interface/kwdel_bg.gif) no-repeat left;
		padding-left:28px;
	}
	
	#myselect a.delkw span{display:none;}
	
	#trektri{
		float:left;
		width:510px;
		height:16px;
		background-color:#f7f7f7;
		padding:0;
		margin-top:20px;
	}
	
		#trektri .triagence{
			float:left;
			width:280px;
			padding-left:6px;
			font-weight:bold;
		}
		
		#trektri .tridepart{
			float:left;
			width:126px;
			border-right:1px solid #fff;
			border-left:1px solid #fff;
			padding-left:6px;
			font-weight:bold;
		}
		
		#trektri .triprix{
			float:left;
			width:82px;
			padding-left:6px;
			font-weight:bold;
		}
	
	#treklist{
		float:left;
		width:510px;
		padding:0;
		margin:0;
	}
	
	
	#treklist table{
		border-collapse:inherit;
		width:510px;
		background-color:#f7f7f7;
		margin:0;
	}


		#treklist table tr.content-selector,
		#treklist table tr.content-selectorpart{
			width:510px;
			margin:0;
			padding:0;
			border-top:1px solid #fff;
			background:#f2f0d9 url(../images/interface/boxtrek1_bg.jpg) repeat-x bottom;
		}
		
			#treklist table tr.content-selector td.blocagence,
			#treklist table tr.content-selectorpart td.blocagence{
					width:277px;
					border-right:1px solid #fff;
					padding:4px;
			}
			
				#treklist table tr.content-selectorpart td.blocagence img{
					float:left;
					border:2px solid #c8c4a7;
					padding:0;
					margin-right:6px;
				}
			
			#treklist table tr.content-selector td.blocdepart,
			#treklist table tr.content-selectorpart td.blocdepart{
					width:124px;
					border-left:1px solid #b0ac86;
					border-right:1px solid #fff;
					padding:4px;
			}
			
			#treklist table tr.content-selector td.blocprix,
			#treklist table tr.content-selectorpart td.blocprix{
					width:79px;
					border-left:1px solid #b0ac86;
					padding:4px;
			}
	
.trekresult{
	font-size:16px;
	font-weight:bold;
	padding:4px;
}
	
#content-text div.box-tagselected{
	float:left;
	margin:0 0 20px 0;
	padding:4px 0 0 10px;
	width:498px;
	height:41px;
	background:#f5f2df url(../images/interface/bloc-tagselect_bg.gif) left top no-repeat;
	font-size:12px;
	border:1px solid #ceccbf;
}

#content-text div.box-tagselected a.close{
	float:right;
	margin:2px 4px 0 0;
	padding:0;
}

#content-text div.box-pubtop{
	float:left;
	margin:0;
	padding:4px;
	width:500px;
	background:#f5f2df;
	font-size:11px;
	border:1px solid #ceccbf;
}

	#content-text div.box-pubtop .logo{
		float:left;
		width:372px;
		padding-right:8px;
	}
	
		#content-text div.box-pubtop .logo img{
			border:3px solid #c8c4a7;
			padding:0;
			margin-right:12px;
			float:left;
		}
	
	#content-text div.box-pubtop .badge{
		float:left;
		width:120px;
	}

.bloc-trekdetail{
	float:left;
	padding:10px;
	width:490px;
	background:#fff url(../images/interface/box_bg.jpg) repeat-x top;
	color:#3e3b36;
}

	.bloc-trekdetail ul.departtrek{
		margin-top:8px;
		padding:0;
		width:474px;
	}
	
		.bloc-trekdetail ul.departtrek li{
			text-align:right;
			border-bottom:1px solid #c5c5c5;
			padding:4px 2px 2px 4px;
			margin-top:1px;
			background-color:#f4f4f4;
		}
		
		.bloc-trekdetail ul.departtrek li span{
			float:left;
		}
		
	ul.departtrekpub{
		margin-top:4px;
		padding:0;
		width:250px;
		font-style:italic;
	}
	
	.bloc-trekdetail ul.infotrek{
		margin-top:8px;
		margin-bottom:8px;
		padding-left:4px;
		list-style-image:url(../images/interface/puce_info.gif);
		list-style-position:inside;
	}

.phone{
	background:url(../images/interface/phone.gif) left no-repeat;
	padding-left:18px;
	height:16px;
}

/* Magazine */ 
.bloc-couv{
	float:left;
	width:490px;
	background:#fff url(../images/interface/box_bg.jpg) repeat-x top;
	margin:0;
	padding:10px;
}

div.boxarticleear {
	float:left;
	width:486px;
	margin-top:12px;
	padding:12px;
	background:#f5f2df;
	color:#454444;
	border-top:1px solid #dfdbc3;
	background:#fff url(../images/interface/bloc-mag_bg.gif) repeat-y top;
}

div.boxarticleearfooter {
	float:left;
	width:510px;
	height:40px;
	margin:0;
	padding:0;
	background:#fff url(../images/interface/bloc-mag_footer.jpg) no-repeat;
}

/*===============================
	Column-Right  */
	
#column-right div.box{
	float:left;
	margin:0 0 20px 0;
	padding:0;
	width:301px;
	font-size:1.4em;
}

	#column-right div.box h2{
		width:291px;
		height:22px;
		font-size:14px;
		font-weight:bold;
		text-transform:uppercase;
		color:#fff;
		padding:4px 0 0 10px;
		margin:0;
		background:url(../images/interface/titre-blocright_bg.jpg) left no-repeat;
	}
	
	#column-right div.box h2.part{
		background:url(../images/interface/titre-blocrightpart_bg.jpg) left no-repeat;
	}
	
	#column-right div.box div.blocheader{
		float:left;
		width:301px;
		height:7px;
		background:url(../images/interface/bloc-header.gif) no-repeat;
	}
	
	#column-right div.box div.blocbody,
	#column-right div.box div.blocbody-pub,
	#column-right div.box div.blocbody-port,
	#column-right div.box div.blocbody-part{
		float:left;
		width:281px;
		margin:0;
		padding:10px;
		font-size:11px;
		background:url(../images/interface/bloc-body_bg.gif) repeat-y;
		line-height:22px;
	}
	
	#column-right div.box div.blocbody-pub{line-height:18px;}
	
		#column-right div.box div.blocbody-pub div.agence{
			float:left;
			padding-left:4px;
			margin-bottom:8px;
			background-color:#e4e0c5;
		}
		
		#column-right div.box div.blocbody-pub div.agence h3 {padding:8px 0 0 8px;}
		
			#column-right div.box div.blocbody-pub div.agence img{
				float:right;
				border:3px solid #c8c4a7;
				padding:0;
				margin-left:12px;
			}
	
	#column-right div.box div.blocbody-port{height:146px;}
	#column-right div.box div.blocbody-part{
			background:url(../images/interface/bloc-bodypart_bg.gif) repeat-y;
			line-height:18px;
	}
	
	#column-right div.box div.blocbody-com{
		float:left;
		width:295px;
		/*height:400px;*/
		margin:0;
		padding:0 3px 0 3px;
		background:url(../images/interface/bloc-body_bg.gif) repeat-y;
	}
	
	#column-right div.box div.blocfooter,
	#column-right div.box div.blocpartfooter{
		float:left;
		width:301px;
		height:10px;
		background:url(../images/interface/bloc-footer.gif) no-repeat;
	}
	
	#column-right div.box div.blocpartfooter{
		background:url(../images/interface/bloc-footerpart.gif) no-repeat;
	}


	#column-right div.box div.bloc-select{
		float:left;
		width:295px;
		/*height:284px;*/
		/*height:54px;*/
		color:#fff;
		margin:0;
		padding:3px;
		background:url(../images/interface/bloc-selectsha_bg.gif) top repeat-y;
	}

		#column-right div.box div.bloc-select div{
			float:left;
			width:281px;
			/*height:270px;*/
			margin:0;
			padding:7px;
			background:#eb6412 url(../images/interface/bloc-selectdeg2_bg.jpg) bottom repeat-x;
		}

		#column-right div.box div.bloc-select div a{color:#fff;font-size:11px;}
		
	#column-right div.box div.bloc-select div p.next{
		margin-top:16px;
		font-size:11px;
		padding:0;
		font-weight:bold;
	}
	
	#column-right div.box div.blocbody ul.lispart{
		line-height:normal;
	}
	
	#column-right div.box div.bloc-select div ul,
	#column-right div.box div.blocbody ul.lispart{
		list-style-image:url(../images/interface/list-puce.jpg);
		list-style-position:inside;
		margin:6px 0 0 8px;
		font-size:11px;
	}
	
	#column-right div.box div.bloc-select div ul li,
	#column-right div.box div.blocbody ul.lispart li{
		padding:1px 0 1px 0;
	}
	
	#column-right div.box div.bloc-select div ul li a,
	#column-right div.box div.blocbody ul.lispart li a{
		text-decoration:none;
	}
	
	#column-right div.box div.bloc-select div ul.listtrek li,
	#column-right div.box div.blocbody ul.lispart li{
		margin-bottom:4px;
		padding-bottom:4px;
		border-bottom:1px dotted #edbda0;
	}


	#column-right div.box div.bloc-selectfooter{
		float:left;
		width:301px;
		height:3px;
		background:url(../images/interface/bloc-select_footer.gif) no-repeat;
	}
	
/*===============================
	Tabs  */
	
ol#toc {
    height: 2em;
    list-style: none;
    margin-top: 6px;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0;
	font-size:11px;
}

ol#toc a {
    background: url(../images/interface/tabs.gif);
    color: #fff;
    display: block;
	outline: none;
    float: left;
    height:34px;
    padding-left: 10px;
    text-decoration: none;
	cursor:pointer;
}

ol#toc a:hover {background-position: 0 -34px;}

ol#toc a:hover span {background-position: 100% -34px;}

ol#toc li.active a {
    background-position: 0 -68px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.active span {background-position: 100% -68px;}

ol#toc span {
    background: url(../images/interface/tabs.gif) 100% 0;
    float:none !important; /*For Opera*/
	float:left; /*For IE*/
	display:block;
    line-height: 2.9em;
	height:34px;
    padding-right: 10px;
}

div.tabscontent{
	border-bottom :2px solid #c6c2a5;
	background-color:#d5590d;
    clear: left;
    padding: 8px;
	/*height:331px;*/
	font-size:11px;
	color:#fff;
}


ul.lien-liste{
		margin:4px 0 0 4px;
	}
	
		ul.lien-liste li{
			padding : 0 4px 6px 0;
		}
		
		ul.lien-liste li a{color:#fff;}


/*===============================
	Newsletter  */


#f_newsletter{}

input.btnNewsletterSlide 
{
	float:left;
	margin-top:6px;
	padding:0;
	width:76px;
	height:28px;
	background:url(../images/interface/btnnewsletter_bg.gif) no-repeat;
	border:none;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

/*===============================
	Footer  */
	
#footer div.partenaire{
	/*width:1050px;*/
	height:77px;
	margin:16px auto;
	text-align:center;
}

	#footer div.partenaire a{
		margin-right:8px;
	}

#footer div.footernav{
	width:965px;
	margin:16px auto;
}
	
	#footer div.footernav ul{
		list-style:none;
		color:#fff;
		text-align:center;
	}

		#footer div.footernav ul li{display:inline;}
		#footer div.footernav ul li a{color:#fbe8b9;text-decoration:none;}
		

/*===============================
	Titre  */
	
h3{
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:17px;
}

	h3 a:active,h3 a:link,h3 a:visited{text-decoration:none;}
	h3 a:hover{text-decoration:underline;}
	
h3.treklabel,
h3.agencelabel{
	font-weight:bold;
	font-size:11px;
	color:#4c4c4c;
}

h3.treklabel a:hover,h3.treklabel a:active,h3.treklabel a:visited,h3.treklabel a:link{color:#000;}

h4{
	font-size:11px;
	font-weight:bold;
	color:#444;
	margin-bottom:6px;
	padding:0;
}

	h4 a:active,h4 a:link,h4 a:visited{text-decoration:none;}
	h4 a:hover{text-decoration:underline;}

/*===============================
	Image  */
	
a.thumb,
a.thumbport,
img.thumb{
	float:left;
	border:3px solid #c8c4a7;
	padding:0;
	margin-right:6px;
}

a.thumbport{margin:4px 8px 0 4px;}


a.thumbright{
	float:right;
	border:3px solid #c8c4a7;
	padding:0;
	margin-left:12px;
}


a.thumbright:hover,
a.thumbport:hover,
a.thumb:hover{border:3px solid #d26d13;}

a.thumbright *,
a.thumbport *,
a.thumb *{float:left;}

/*===============================
	Medias  */
	
div.medias{
	float:left;
	width:470px;
	margin:0;
	padding:10px;
	background-color:#F3F0D9;
	border:1px dotted #D1CEAD;
}

	div.medias div.th{
		display:table-cell;
		float:left;
		margin:0 8px 8px 0;
		width:136px;
		height:136px;
		background:url(../images/interface/th_bg.gif) no-repeat;
		text-align:center;
	}
	
	div.medias div.th a{
		display:block;
		margin-top:7px;
	}
	
	div.medias div.th a img{}
	
div.medias div.audiobox{
	float:left;
	width:410px;
	background-color:#faf9f0;
	border:1px dotted #bdba97;
	padding:6px;
	margin-bottom:10px;
}
	
h4.legend-audio{
	font-size:11px;
	background:url(../images/interface/micro.gif) no-repeat left;
	padding-left:20px;
	font-weight:normal;
	color:#494949;
	margin-bottom:3px;
}

div.medias div.videobox{
	float:left;
	width:410px;
	background-color:#faf9f0;
	border:1px dotted #bdba97;
	padding:6px;
	margin-bottom:10px;
}

h4.legend-video{
	font-size:11px;
	background:url(../images/interface/video.gif) no-repeat left;
	padding-left:20px;
	font-weight:normal;
	color:#494949;
	margin-bottom:4px;
}


/*===============================
	PUB  */

#banleft{
	float:left;
	width:120px;
	height:600px;
	margin: 0 0 16px 0;
}

.banright{
	float:left;
	width:300px;
	height:250px;
	margin:0 0 20px 0;
}

#bantop{
	float:left;
	width:728px;
	height:90px;
	margin:0;
	padding:0;
}

#banbottom{
	clear:both;
	width:728px;
	height:90px;
	margin:20px auto;
	padding:0;
}

#banctop{
	float:left;
	width:510px;
	margin-bottom:10px;
	padding:0;
}

/*===============================
	Tags  */
	
a:link.tag-size1,
a:visited.tag-size1,
a:active.tag-size1 {
	font-size:24px;
	font-weight:bold;
	color:#cc6600;
	text-decoration:none;
}

a:hover.tag-size1 {color:#6e6e00;}


a:link.tag-size2,
a:visited.tag-size2,
a:active.tag-size2 {
	font-size:20px;
	font-weight:bold;
	color:#330000;
	text-decoration:none;
}

a:hover.tag-size2 {color:#6e6e00;}


a:link.tag-size3,
a:visited.tag-size3,
a:active.tag-size3 {
	font-size:16px;
	font-weight:bold;
	color:#663300;
	text-decoration:none;
}

a:hover.tag-size3 {color:#6e6e00;}


a:link.tag-size4,
a:visited.tag-size4,
a:active.tag-size4 {
	font-size:12px;
	font-weight:bold;
	color:#663300;
	text-decoration:none;
}

a:hover.tag-size4 {color:#6e6e00;}

.tag{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#cc6600;
	font-weight:bold;
}

a.tag:link,
a.tag:visited,
a.tag:active,
a.tag:hover{
	text-transform:lowercase;
	padding-left:17px;
	color:#cc6600;
	text-decoration:none;
	font-weight:normal;
	background:url(../images/interface/puce_tag.gif) no-repeat left;
}

a.tag:hover{text-decoration:underline;}
	
	
/*===============================
	Form  */
	
select{
width:79%;
border:2px solid #dfdfdf;
}

input.shadow{
	width:190px;
	height:20px;
	background:url(../images/interface/input_bg.jpg) no-repeat;	
	border:2px solid #dd5d0c;
	margin-right:6px;
}

input.btn{
	width:64px;
	height:24px;
	background:url(../images/interface/input-btn_bg.jpg) no-repeat;	
	border:2px solid #dd5d0c;
	color:#f3f0d9;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

#f_selector p *{float:left;}

input.comment{
	width:190px;
	height:20px;
	border:none;
	background:url(../images/interface/input_bg.jpg) no-repeat;	
}

textarea.comment{
	border:none;
	background:url(../images/interface/textarea_bg.jpg) no-repeat;
}

form.selector p{color:#fff; font-weight:bold;}

	form.selector fieldset{
		padding:6px;
		color:#fff;
	}
	
	form.selector label{
		font-weight:bold;
		float:left;
		width:140px;
	}
	
	form.selector input.resetfilter{
		width:121px;
		height:21px;
		background:url(../images/interface/btn_reset.jpg) no-repeat;
		border:none;
		cursor:pointer;
	}
	
		form.selector input.submit{
		width:132px;
		height:28px;
		background:url(../images/interface/btn_display.jpg) no-repeat;
		border:none;
		cursor:pointer;
		float:right;
	}
	
/*===============================
	Link  */
	
	
a.readnext:link,
a.readnext:visited,
a.readnext:active,
a.readnext:hover{
	font-weight:bold;
	padding-left:18px;
	text-decoration:underline;
	background:url(../images/interface/puce_next.jpg) no-repeat left;
}

a.readall:link,
a.readall:visited,
a.readall:active,
a.readall:hover{
	float:right;
	font-weight:bold;
	padding-left:18px;
	margin-right:6px;
	text-decoration:underline;
	background:url(../images/interface/puce_all.gif) no-repeat left;
}

a.readallbox:link,
a.readallbox:visited,
a.readallbox:active,
a.readallbox:hover{
	float:right;
	color:#fff;
	font-weight:bold;
	padding-left:18px;
	margin-right:6px;
	text-decoration:underline;
	background:url(../images/interface/puce_allbox.gif) no-repeat left;
}

a.seetrek:link,a.seetrek:visited,a.seetrek:active,a.seetrek:hover,
a.seeagence:link,a.seeagence:visited,a.seeagence:active,a.seeagence:hover{
	float:right;
	font-weight:bold;
	padding:3px;
	margin-top:3px;
	color:#3e3b36;
	text-decoration:none;
	background-color:#b0ac86;
	font-size:10px;
}

a.seeagence:link,a.seeagence:visited,a.seeagence:active,a.seeagence:hover{float:none;}


/*===============================
	Paginator  */
	
div.paginator{
	float:right;
	padding:0;
	margin-top:20px;
	text-align:right;
	width:382px;
}

	div.paginator span.actif{
		border:1px solid #efefef;
		background-color:#d16c12;
		color:#fff;
		margin:0 1px 0 1px;
		padding:2px 5px 2px 5px;
	}
	
	div.paginator a:link,
	div.paginator a:active,
	div.paginator a:visited{
		border:1px solid #efefef;
		color:#d16c12;
		padding:2px 5px 2px 5px;
		text-decoration:none;
	}
	
	div.paginator a:hover{
		border:1px solid #efefef;
		background-color:#faefe4;
		padding:2px 5px 2px 5px;
		text-decoration:none;
	}
	
	div.paginator span.nbresult{
		font-style:italic;
		color:#9c9c9c;
	}
	

/*===============================
	Comments  */

a.comments:hover,
a.comments:link ,
a.comments:active,
a.comments:visited  {
	background:url(../images/interface/edit-comments.gif) no-repeat;
	text-decoration:underline;
	padding-left:20px
}

h4.comment,
h4.commentadd{
	font-size:11px;
	font-weight:bold;
	color:#494949;
	background:none;
	padding:0;
	margin:0;
}

h4.commentadd{margin-bottom:12px;}

#divCommentaires{
	margin:12px 0 0 0;
	padding:0;
}

div.comment{
	float:left;
	margin-top:16px;
	padding:0;
	border:1px dotted #ecead9;
	background-color:#fcfcfc;
}

div.comment .info{
	margin:0;
	padding:4px;
	color:#4d4d4d;
	background-color:#f6f5e9;
}

div.comment .content{
	margin:0;
	padding:4px;
}

td.blocLabel,
td.blocInput{
	padding:2px;
}


	
/*===============================
	Class  */

.hide{display:none;}

.show{display:block;}

.clear { 
	clear:both; 
	line-height:0px;
}

.left{text-align:left;}

.right{text-align:right;}

.center{text-align:center;}

.none{}

.author{
	font-style:italic;
}

.date{
	color:#663300;
}

.prix{
	font-size:14px;
	font-weight:bold;
}

.commercial{
	font-size:9px;
	font-style:italic;
	color:#2f2f2f;
	float:right;
}

.makeDivClickable {
	overflow: hidden;
	position: absolute;
}

.ajaxloader{
	float:left;
	width:20px;
	height:20px;
	background: url(../images/interface/ajax_loader.gif) no-repeat;
}
