
html {
}

body {
	background-color: #2F3035;
    background-image: url("/css/default/img/fond.png");
    background-repeat: repeat-x;
    font-family: arial,sans-serif;
    font-size: 0.8em;
    margin-top: 80px;
/*background:#4CBCEB url(http://www.randonnee-nature.com/html/mt-static/themes/salon/ban.jpg) no-repeat scroll 50% 0;*/
}

body#page {
	background : #333333;
	font-size:0.8em;
	background-repeat: no-repeat;
	background-position: top center;
	font-family:arial,sans-serif;
	margin-top : 5px;
}
body#home {
	/*background : #000000 url('/bg.jpg');
	background-repeat: no-repeat;
	background-position: center -120px;
	margin-top: 80px;*/
}

a {
color : #555;
}

li a {
text-decoration : none;
}
a:hover {
color : #D33431;
}	
form a:hover {
color : blue;
}	
a.rss {
background : url(img/pct_16_rss.png) no-repeat;
}

#post h1 {
	margin-left:5px;
	padding-left:14px;
	}

h2, h3 {
	color : #555;
	padding : 0;
	margin : 0;
}

h2 {
	font-weight: normal;
	font-size : 1.8em;
}
h2 a {
	text-decoration: none;
	color: #31617C;
	}
	
h3 {
	font-size : 1em;
	padding-left : 0;
}


input {
	font-size : 10px;
}

img {
	padding : 2px;
	position : relative;
}
.cwidth {
	width:372px;
	}
	
.clr {
clear : both;
height:0px;
}


#global {
	background: url("img/fondheader.png") repeat-x scroll 0 0 #FFFFFF;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    margin: 0 auto;
    min-height: 100%;
    overflow: visible;
    padding: 0 20px;
    width: 922px;
    position: relative;
}

body#page #global {
	border-top: 1px solid #000;
	}

#header {
    height: 460px;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 922px;
}

#header h3 {
	font-size : 1.5em;
	color: #FFFFFF;
	font-weight: normal;
}
#header p {
	margin: 0px;
	margin-top: 5px;
}
#header .headerft {
	background:  url("/css/default/img/fondpost.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    height: 20px;
    position: absolute;
    width: 100%;
	}

/** Feature List**/

		div#header img {
			padding: 0px;
		}
		
		div#header ul {
			position: absolute;
			bottom: 20px;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			right: 0;
			width: 413px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			height: 90px;
		}
		
		
		ul#tabs li img {
		    height: 80px;
		    width: 120px;
		    padding: 0px;
		    border: none;
		}

		ul#tabs li div {
		    background-repeat: no-repeat;
		    float: left;
		    height: 80px;
		    margin-left: 45px;
		    margin-right: 10px;
		    margin-top: 5px;
		    padding: 0;
		    width: 120px;
		}
		ul#tabs li a {
			color: #222222;
		    display: block;
		    height: 90px;
		    text-decoration: none;
			background:  url("/img/temp/feature-tab.png") no-repeat scroll 0 0 transparent;
		}

		ul#tabs li a:hover {
			cursor:pointer;	
			color: #D33431;
		}

		ul#tabs li a:hover h2 {
			color: #D33431;
		}
		ul#tabs li a.current:hover h2 {
			color: #555555;
		}
		ul#tabs li a.current {
			background:  url("/img/temp/feature-tab-current.png") no-repeat scroll 0 0 transparent;
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor:pointer;
		}

		ul#output {
			height: 360px;
		    left: 0;
		    position: relative;
		    width: 540px;
		}

		ul#output li {
			position: absolute;
			width: 540px;
			height: 360px;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 35px;
			padding: 8px;
			font-size: 11px;
			color: #FFF;
			background: #D33431;
			-moz-border-radius: 5px;
			text-decoration: none;
		}
		
		ul#output li a:hover {
			text-decoration: underline;
		}
		ul#output img {
			width: 540px;
			height: 360px;
		}

		ul#output li div {
			background: url("/img/temp/fond-feature.png") repeat scroll 0 0 transparent;
		    bottom: 0;
		    color: #FFFFFF;
		    height: 80px;
		    padding: 10px 20px;
		    position: absolute;
		    width: 500px;
		}

		ul#output li div.top {
		    top: 0;
		}

		ul#output li div.btm {
		    bottom: 0;
		}

h1 {
	color: #555555;
	font-size: 2.8em;
	font-weight: normal;
}

body#page h1 {
	font-size: 3em;
	margin:5px;
	}
	
#header h1 {
	top: 0;
	font-size: 3.5em;
    position: absolute;
    margin-top: 10px;
}


h2#subtitle, h1#subtitle {
font-size:1.2em;
/*color:#1A3491;*/
color:#000;
padding:4px;
padding-left:24px;
}

.posabs {
    position: absolute;
	}
.posrel {
    position: relative;
	}

#login {
	min-height: 18px;
    padding: 6px;
    right: 0;
    top: -30px;
    background-color: #E0E0E0;
}

body#page #login {
	background-color:#F0F0F0;
	margin-left:-20px;
	padding:5px 20px;
	width:922px;
	color:#222222;
min-height:18px;
	}

#login div {
border:4px solid #D33431;
padding-bottom:10px;
padding-left:10px;
}

.disconnect {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_logout.png) no-repeat;
	float:right;
}
.addquestion {
	background:url("http://www.journaldutrek.com/css/default/img/pct_16_addquestion.png") no-repeat scroll 0 0 transparent;

}
a.home {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_home.png) no-repeat;
}
#login span.name {
	float:right;
	font-weight: bold;
}
a.page {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_page.png) no-repeat;
}

a.tltitle {
	background 	: url(http://www.journaldutrek.com/css/default/img/pct_16_article.png) no-repeat;
}

a.params {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_params.png) no-repeat;
	}
a.edit {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_edit.png) no-repeat;
}
a.write {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_edit.png) no-repeat;
}
a.config {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_config.png) no-repeat;
}
a.help {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_help.png) no-repeat;
}
img.help {
	cursor:pointer;	
	}
a.login {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_login.png) no-repeat;
}
a.valid {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_valid.png) no-repeat;
}
a.prev {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_prev.png) right no-repeat;
	padding-right : 20px;
}
a.next {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_next.png) no-repeat;
}
a.event {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_evenement.png) no-repeat;
	}
a.topo {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_topo.png) no-repeat;
	}

div#login a.login, div#login a.register {
	float:right;
	margin-left:20px;
}

a.cligno {
	color:#D33431;
	font-weight:bold;
	}
	
#actionNav {
	text-align:center;
	padding-top: 10px;
	}
		
#actionNav a.frmbutton {
	background-color:#3E1F33;
	color:#FFFFFF;
	font-size:1.4em;
	padding:7px;
	margin-right: 50px;
	}	
#actionNav a.frmbutton:hover {
	background-color:#D33431;
	color:#FFFFFF;
	font-size:1.4em;
	padding:7px;
	}

	
#actionNav a.valid, #actionNav a.edit, #actionNav a.prev, #actionNav a.next, #actionNav a.start {
	font-size: 1.2em;
	}
#actionNav a.start {
	padding-right: 30px;
	}

a.comment {
	background 	: url(http://www.journaldutrek.com/css/default/img/pct_16_reponse.png) no-repeat;
}
div#login a {
	margin-left:20px;
}
a.cancel {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_cancel.png) no-repeat;
}

td.failed,span.failed {
	color:red;
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_error.png) no-repeat;
	}
td.empty, span.empty {
	color: orange;
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_warning.png) no-repeat;
	}
td.info, span.info {
	color: orange;
	}
	
#center >div {
}
	
#content {
float : left;
width : 418px;
margin-bottom : 50px;
}
#content_large {
float : left;
width : 600px;
border-right:1px solid #EEEEEE;
}

#farsidebar, #sidebar, #content_large, #rightbar {
margin-bottom:50px;
padding-bottom:20px;
min-height:500px;
}

#ftimelines, #fstick, #ffacebook {
margin-left:20px;
margin-right:20px;
margin-top:20px;
}

#fstick {
	background-color:#FBFBFB;
	border:1px solid #EEEEEE;
	margin-top:0;
	padding:10px;
	}

#farsidebar {
float:right;
position:relative;
width:302px;
}

#sidebar {
float:right;
right: 183px;
position:relative;
width:302px;
}

#rightbar {
float:right;
position:relative;
right:-300px;
width:162px;
}
.social {
	float:right;
}

.social img{
	padding:1px;
	border: none;
}

#cover {
float: right;
position: relative;
right: 3px;
width: 483px;
margin-top: 20px;
margin-bottom: 15px;
}

#cover img{
border: 1px solid #CCCCCC;
margin: 0;
padding: 1px;
}

#cover p{
padding-left: 5px;
}
#cover li, #cover ul{
margin: 0;
padding: 0;
}
#cover ul{
margin-top: 10px;
}
#cover li{
list-style: none outside none;
float: left;
width: 161px;
}

.bloc_footer {
margin-bottom: 10px;
	}


.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background-color: #666666; opacity: .50; filter:Alpha(Opacity=50); }


#featured-overlay {
    background-color: #000000;
    height: 100%;
    opacity: 0.85;
    position: fixed;
    display: none;
}
#featured-lightbox {
    left: 0;
    position: absolute;
    top: 120px;
    width: 100%;
    z-index: 100;
    background-color: transparent;
}

#featured-lightbox div.featured {
    background: none repeat scroll 0 0 #ECECEC;
    margin: 0 auto;
    max-height: 380px;
    padding: 10px;
    position: relative;
    width: 300px;
}

div.featured img {
    padding: 0px;
}
#featured-close {
	background: url("img/close-popup.png") no-repeat;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    z-index: 101;
	}
#logo {
	left: 0px;
    position: absolute;
    top: -70px;
	}

#logo img {
	border: none;
	}

#plus1 {
	float:left;
	}
#lplus1 {
	color: #005EB1;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: -8px;
	}
	
ul#menu {
	font-size: 1.2em;
    height: 35px;
    list-style-type: none;
    margin: 0 0 0 -20px;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -60px;
    width: 962px;
}

ul#menu li {
    float: right;
    margin-right: 20px;
    text-align: center;
}
ul#menu li div {
	border-left: 1px solid #BBBBBB;
    height: 20px;
    padding-left: 10px;
	}
	
ul#menu li.accueil {
	margin-right:25px;
	margin-left:20px;
}
ul#menu li.menuon a {
	color:#0195DF;
}

ul#menu li a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: normal;
	cursor:pointer;
}

ul#menu li a:hover {
	color:#0195DF;
}
li.sched {
	background-color:#F5F6F5;
	margin-bottom:3px;
	width: 300px;
	font-size:0.9em;
	list-style-type:none;
	}
div.shedule span.prix {
	color:#000;
	padding-left:70px;
	}
div.shedule span.date {
	color:#666;
	}
	
img.favon,img.favoff {
	cursor: pointer;
	}
		
div.vote {
	float:left;
	margin:5px;
	}	
div.fav {
	float:left;
margin-left:4px;
margin-right:4px;
margin-top:4px;
	}

div.vote a {
	color:#000;
	float:left;
	height:47px;
	text-align:center;
	text-decoration:none;
	width:46px;
	font-size:0.8em;
	}
	
div.vote strong {
	color:#FFFFFF;
	display:block;
	font-size:200%;
	height:20px;
	margin-top:4px;
	margin-bottom:6px;
	}

.voter {
	background : transparent url(img/fondvote.png) no-repeat scroll 0 0;
	}
.voter:hover {
	background-position:0 -47px;
	color:#D33431;
	cursor:pointer;
	}
.voted {
	background : transparent url(img/fondvote.png) no-repeat scroll;
	background-position:0 -94px;
	}

div.post {
	border: 0 solid #DDDDDD;
    clear: both;
    margin-bottom: 25px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: justify;
}

div.post iframe{
	margin-left: 20px;
}

div#fquestion  {
	background : #f7f7f7 url(img/pct_48_question.png) no-repeat top right;
}

.post p, .landing p, .comments {
	padding : 4px;
	margin : 4px;
	padding-left : 14px;
	line-heigt:1.3em;
	}

.post table {
	padding-left: 15px;
    width: 370px;
}

.post h2,.post h2, h2.tgpg {
	margin-top : 5px;
	margin-bottom : 5px;
	padding-top : 3px;
	padding-left : 8px;
}

.post h3, .landing h3 {
	margin-bottom:4px;
	margin-left:5px;
	margin-top:5px;
	padding-left:18px;
	padding-top: 10px;
	font-size:16px;
}

span.legende {
	background-color:#FFFFE0;
	color:#666666;
	font-size:11px;
}

.legende a {
	font-weight:bold;
	text-decoration:underline;

}
.legende a:hover {
	cursor : pointer;
}

#ptimeline div.legende {
	margin-bottom:20px;
	margin-top:20px;
	padding:20px;	
}

.sommaire h3,.shedule h3 {
background : transparent url(http://www.journaldutrek.com/css/default/img/sommaire_top.png) no-repeat scroll left top;
margin : 0px;
padding-left : 10px;
padding-top : 10px;
}
.sommaire, .shedule {
background : #fff url(http://www.journaldutrek.com/css/default/img/sommaire_bottom.png) no-repeat scroll left bottom;
padding-bottom : 10px;
padding-left : 0px;
margin-left : 10px;
margin-top : 10px;
width:396px;
}

.googlewelcome {
color: #D33431;
}

.post img,.post img {
padding : 3px;
border : 1px solid #bbb;
background:#eee none repeat scroll 0%;
}

img.zoom {
	background: url("http://www.journaldutrek.com/css/default/img/pct_6_zoom.png") no-repeat scroll right top transparent;
    border: medium none navy;
    padding-right: 4px;
    padding-top: 4px;
	}
.product-thumb {
	float: left;
    margin-right: 10px;
	}
	
img#wait {
padding : 0px;
border : 0px solid #bbb;
background:transparent;
	}
	
	
.post div.texte img {
	max-width:372px;
	}

img.favon,img.favoff, img.favon:hover,img.favoff:hover {
	padding:0px;
	margin:0px;
	background:transparent;
	border : none;
}
img.favon:hover,img.favoff:hover {
	cursor : pointer;
}

.demi img {
padding : 1px;
border : 1px solid #bbb;
background:#eee none repeat scroll 0%;
}

.demi img:hover {
background:#D33431 none repeat scroll 0%;
}

/*style le div qui contient l'image demi*/
.demiimg {
text-align:center;
}

img.bc {
padding : 6px;
}
img.r1 {
	width:372px;
	}
.agauche {
	float:left;
	}
.adroite {
	float:right;
	}

img.agauche {
margin-right : 10px;
margin-bottom : 5px;
float : left;
}

img.adroite {
margin-left : 10px;
margin-bottom : 5px;
float : right;
}

.banner{
	border : 1px solid #666;
	padding : 0px;
}

#sidebar ul, #farsidebar ul,.edito ul, #rightbar ul, .timeline ul, #candidates ul {
	list-style-type: none; 
	margin: 0px ;
	padding: 10px ;
	padding-left : 2px;
}

#rightbar li {
	border-top: 1px solid #999;
    margin-left: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
}


#sidebar p, .comments p, #rightbar p {
margin : 5px;
}


/*PROFIL ET TIMELINE*/
#ftimelines {
	min-height:500px;
	}
#sprofil {
	padding-top:20px;
	}
	
div#sprofil img#profilimg , div#fstick img#profilimg {
float:left;
margin-right:10px;
margin-top:15px;
padding:1px;
border :1px solid #DDDDDD;
}

div#sprofil ul li {
	padding:4px;
	}
ul#ssrchres  li {
	padding:4px;
	padding-bottom:10px;
	color:#666666;
	}

#tlloading {
}

div.timeline p {
padding-bottom:5px;
margin:0px;
width:528px;
}

div.timeline li.article {
	background-color:#F8F8F8;
	border:1px solid #EEEEEE;
	margin-bottom:20px;
	margin-top:20px;
	padding:4px;
}

div.timeline li.comment {
	border:1px solid #FFFFFF;
	margin-bottom:5px;
	margin-top:5px;
	padding:4px;
}

div.timeline li.comment, div.timeline li.article {
	clear:both;
}

div.timeline li.article .edit {
	float:right;
	margin-right:20px;
}

li.article p.tltitle {
	background 	: url(http://www.journaldutrek.com/css/default/img/pct_16_article.png) no-repeat;
	padding-left: 25px;
}

li.comment p.tltitle {
	background 	: url(http://www.journaldutrek.com/css/default/img/pct_16_reponse.png) no-repeat;
	padding-left: 25px;
}
	
div#activities li.article, div#activities li.comment {
	margin:0px;
	margin-top:10px;
	margin-right:10px;
	border-bottom:1px solid #EEEEEE;
}

div#activities li.article {
	height:60px;
	padding-left:60px;
}
div#activities li.comment {
	background 	: url(http://www.journaldutrek.com/css/default/img/pct_16_reponse.png) no-repeat;
	padding-left:20px;
	padding-bottom:10px;
}

div.timeline a.post {
	background 	: url(http://www.journaldutrek.com/css/default/img/pct_16_post.png) no-repeat;
}
div.timeline a.question {
	background 	: url(http://www.journaldutrek.com/css/default/img/pct_16_question.png) no-repeat;
}

div.timeline img, div#activities img {
	float : left;
	margin-right : 10px;
	padding : 1px;
	border : 1px solid #DDD;
}


#footer {
background : #2F3035;
border-bottom: 1px solid #000;
color : #9EA1A8;
clear : both;
text-align:left;
margin-top:50px;
padding-top:20px;
padding-bottom:20px;
padding-left:20px;
padding-right: 0px;
margin-left : -20px;
margin-right :-20px;
width:942px;
font-size: 0.95em;
}

#footer p {
margin : 2px 0;
font-size : 0.9em;
}
#footer a {
color:#9EA1A8;
}


p.postfooter {	
text-align : right;
clear:both;
}


#cpreview {
background-color:#f7f7f7;
color:maroon;
padding:12px;
margin-left:24px;
margin-right:8px;
margin-top:12px;
border: 3px dashed maroon;
font-weight:bold;
}



.posted {
	margin-left : 20px;
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_posted.png) no-repeat;
}

.demicolumn {
width: 204px;
}

.demi {
margin-bottom : 10px;
padding: 5px;
background-color : #f7f7f7;
border : 1px solid #ddd;
width: 192px;
background : url(http://www.journaldutrek.com/css/default/img/fondpost.png);
background-repeat: Repeat-X;
font-size:0.9em;
text-align:justify;
}

.demi ul {
list-style-type: circle; 
margin-left: 10px ;
padding: 0px ;
margin-top: 2px ;
margin-bottom: 2px ;
padding-left: 4px ;
text-align:left;
}

.demi h3 {
padding-bottom: 4px ;
}

.d {
float: right;
}
.g {
float: left;
}

.highlight {
background-color: #F2F2FF;
}
.sublight {
background-color: #fafafa;
border: 1px solid #efefef;
}

.tags,.posted {
	font-size : 0.9em;
	color : #555;
	margin-top:5px;
}

.tags,.posted {
	font-size : 0.9em;
	color : #555;
	margin-top:5px;
}


.tags a,#post span.tags {
	padding-left : 18px;
	padding-bottom : 4px;
	line-height: 18px;
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_tag.png) no-repeat;
}

.vplus:hover,.vminus:hover {
	cursor:pointer;
	}

	
.more {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_more.png) no-repeat;
}
.source {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_internet.png) no-repeat;
}

.register {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_register.png) no-repeat;
}
.mypage {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_register.png) no-repeat;
}

.info {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_info.png) no-repeat;
}

.trombo {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_trombo.png) no-repeat top left;
}

.cloud {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_cloud.png) no-repeat top left;
}

.dossiers,a.dossiers {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_dossier.png) no-repeat top left;
}
.facebook {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_facebook.png) no-repeat top left;
	margin-left:15px;
	}
.author,.date {
	color:#999999;
	font-size:0.9em;
	}
	
a.dossiers {
	color:#3F5D7F;
}

.articles,a.articles {
	background : url(http://www.journaldutrek.com/css/default/img/folder_yellow_16.png) no-repeat top left;
}

.tests {
	background : url(http://www.journaldutrek.com/css/default/img/folder_green_16.png) no-repeat top left;
}

.news,a.news {
	background : url(http://www.journaldutrek.com/css/default/img/folder_red_16.png) no-repeat top left;
}
a.news {
	color: #7F1F1A;
}

a.favoris {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_favoris.gif) no-repeat top left;
	padding-left : 20px;
}
.about {
	background : url(http://www.journaldutrek.com/css/default/img/folder_grey_16.png) no-repeat top left;
}
.section {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_section.png) no-repeat top left;
}

.bullet {
	padding-left:20px;
	padding-bottom:0px;
	padding-top:1px;
	padding-botom:1px;
}

.morecomments {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_comments.png) no-repeat;
}

div.reponse {
	background:transparent url(http://www.journaldutrek.com/css/default/img/pct_16_comments.png) no-repeat scroll right top;
	border-bottom:5px solid #FBFBFB;
	float:left;
	margin:10px;
	padding-bottom:5px;
	padding-right:5px;
	width:400px;
}
div.comment {
	background-color:#f7f7f7;
	margin: 0px;
	float:left;
	padding-left:8px;
	padding-bottom:25px;
	width:344px;
}
.comment .date {
	font-size: 0.9em;
	}

.comment p {
	padding:0px;;
	}

div.useful {
	height:40px;
	width:40px;
	padding-top:2px;
	padding-left:4px;
	float:left;
	}

#cpreview div.useful, #cpreview cite {
	display:none;
	}

.useful div {
	display:inline;
	float:left;
	font-size:0.9em;
	color:#999;
	text-align:center;
	width:20px;
	}

.useful img{
	border:0px solid;
	background:transparent none repeat scroll 0%;
	padding:0px;
	margin:0px;
	cursor:pointer;
	}
	
.useful img:hover{
	border:0px solid;
	background:transparent none repeat scroll 0%;
	padding:0px;
	margin:0px;
	cursor:pointer;
	}
	
img.usefuled {
	cursor:default;
	}

	
/* comment form */

fieldset {
	border: none;
	padding-left: 24px;
	width: 500px;
	}
.post fieldset {
	width: 390px;
	padding-left: 10px;
	}
fieldset h2 {
	padding: 10px;
	}

fieldset legend {
	display: none;
	}
fieldset label {
	width: 10em;
	padding: 10px;
	}

fieldset input {
	width: 330px;
	padding:0px;
	margin-bottom:0px;
	font-size: 12px;
	background-color : #fff;
	}
	
fieldset input#qsearchtag {
	width:202px;
	border-color:#DDDDDD;
	border-style:solid solid none;
	border-width:1px 1px 0;
	height:20px;
	}
	
div#suggested {
	float: right;
	}

ul#tagsearch {
	background-color:#F3F3F3;
	border-color:#F3F3F3 #DDDDDD #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-style:solid;
	border-width:1px;
	list-style-type:none;
	margin:0;
	padding:2px;
	width:198px;
	}
	
ul#tagsearch li {
	padding:1px;
	width:220px;
	cursor: pointer;
	}
	
ul#tagsearch li span:hover {
	color:red;
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_valid.png) left no-repeat;
	}
p#suggest span, ul#tagsearch li span {
	cursor: pointer;
	padding-left: 20px;
	padding-right: 10px;
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_valid_off.png) left no-repeat;
	}
	
	
p#suggest span:hover {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_valid.png) no-repeat;
	}

p#suggest span.tag_chosen {
	font-weight: bold;
	color: #000000;
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_valid.png) no-repeat;
	}
	
p#suggest span.tag_chosen:hover {
	color: #000000;
	text-decoration: line-through;
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_cancel.png) no-repeat;
	}

/* article form */

div.ppreview {
	border:1px solid #CCCCCC;
}


#post fieldset {
	border: none;
	padding-left: 24px;
	width: 520px;
	}
	
#post h3 {
	font-size: 1.4em;
	padding-top: 10px;
	}
#post p {
	margin: 5px;
	color:#666666;
	}

textarea#qtitle, textarea#qq {
	height:16px;
}

#post fieldset input, textarea#qtitle,textarea#qexcerpt,textarea#qpfurls {
	width: 500px;
	overflow : auto;
	padding:5px;
	margin-bottom:0px;
	font-size: 12px;
	border: 1px solid #999999;
	}


textarea:focus{
	outline:none;
	border-color:#D33431;
	color:navy;
	background-color : #FFFFE7;
	box-shadow:0 0 9px #ffAc63;
	-moz-box-shadow:0 0 9px #ffAc63;
	-webkit-box-shadow:0 0 9px #ffAc63;
	}


iframe#uplimg {
	width: 500px;
	margin-bottom:0px;
	font-size: 12px;
	background-color : transparent;
	border: none;
	}
	
textarea#qq {
	width: 130px;
	clear:left;
	}
		
#post iframe {
	border:0px solid #fff;
	}

#post input[type="radio"] {
	width: 50px;
	}

#buttons-block {
	text-align: left;
	}
#buttons-block input {
	width: 10em;
	height: 2em;
	margin-left: 1em;
	}
#remember-block input {
	width: auto;
	background-color : #fff;
	}
#message-block textarea {
	width: 330px;	
	height: 16em;
	font-size: 12px;
	overflow: auto;
	background-color : #fff;
	}
	
	

#sidebar > div, #rightbar > div, #farsidebar > div {
	margin-bottom : 15px;
}

.advrt {
	text-align: center;
	}

.bc300 {
	background-color:#FFFFFF;
	border : 1px solid #eee;
	padding:5px;
}
.bc300 h3 {
padding-left: 20px ;
}

.bc300 form {
margin: 4px ;
}

#dealnwslttr {
	background-color: #FFFFFF;
    border: 1px solid;
    padding: 8px;
	}

#dealnwslttr h2 {
	background: url("http://www.journaldutrek.com/css/default/img/pct_32_logo.png") no-repeat scroll 0 0 transparent;
    padding-bottom: 10px;
    padding-left: 32px;
	}

#partnersimg img {
	padding: 10px;
	border: none;
	background: none;
	}

div#ntfflnk {
	background: none repeat scroll 0 0 #D33431;
    color: #FFFFFF;
    padding: 10px;
	}
	
div#ntfflnk a {
	color: #FFFFFF;
	}

div#ntfflnk h2{	
	color: #000000;
    font-size: 1.2em;
}

.bc160 {
	width : 160px;
	border : 1px solid #ddd;
	padding: 0px;
	float : left;
	padding:0px;
	text-align:center;
}

.bc160 ul {
	text-align: left;
	font-size :0.9em;
}
.bc160 img {
	padding: 0px;
	border: 1px solid #999;
	}
.bc160 p {
	text-align:left;
	font-size:0.9em;
	}
.bc160 h2 {
	padding:2px;
	}

#twitter {
	background-color : #EEEEEE;
	border : solid 1px #CCCCCC;
	}
	
div.voyages, div.materiel, div.conseils, div.favoris, div.destinations, div.lastarticles, div.related {
	background : url(/css/default/img/fond160.png) repeat-x top left #5786A3;
}

div.voyages a, div.materiel a, div.conseils a, div.favoris a, div.destinations a, div.bc160 a {
	color: #FFFFFF;
}

div.voyages h2, div.materiel h2, div.conseils h2, div.favoris h2, div.destinations h2, div.bc160 h2 {
	color: #DDDDDD;
}
div.pages h2 {
	color: #333333;
}
div.pages div {
	float: left;
    line-height: 0.5em;
    padding-bottom: 10px;
    width: 80px;
}
div.pages a {
	font-size: 0.8em;
	color: #0195DF;
}

.favoris a {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_favoris.gif) no-repeat top left;
	padding-left : 20px;
}

.voyages img,.materiel img {
	width:140px;
	border:1px solid #6F75B7;
}
.voyages p {
	
	border-top:1px solid #CCC;
}

.bc120 {
	width : 122px;
	border : 1px solid #eee;
	padding: 0px;
	float : right;
}

.adsense {
border: 0px solid #fff;
}

#adsense120x600 {
	border: 0px solid #fff;
	width : 122px;
	border : 0px solid #eee;
	padding: 0px;
	float : right;
	text-align:center;
}

#adsense160x600 {
	width : 160px;
	border : 1px solid #eee;
	padding: 0px;
	float : left;
	padding:0px;
	text-align:center;
}
#adsense160x90 {
	width : 160px;
	background-color : #eee;
	border : 1px solid #ddd;
	padding: 0px;
	float : left;
	padding:0px;
	text-align:center;
}

.search {
	border : 1px solid #3E1F33;
	background-color : #333333;
}
.search h2,#wsearch h2 {
	color : #FFFFFF;
	text-align : center;
}

/* productoffers */
#productoffers img{
	border:none;
	}

#productoffers ul{
	padding-left: 20px;
	}
	
#productoffers li{
	list-style: none;
	clear:both;
	}
	
#productoffers div{
	float: left;;
	}
#productoffers .productbtk {
	margin-bottom: 10px;
	}
#productoffers .productoffer {
	color: marroon;
	}

#productoffers a.offer {
	text-decoration: underline;
	}
/* entrepot */

#entrepot h1 {
	margin-bottom: 5px;
	}
	
#entrepot span.cqualified {
	background-color: green;
	color: #FFFFFF;
	}
#entrepot span.ctoqualify {
	background-color: blue;
	color: #FFFFFF;
	}
#entrepot span.crefused {
	background-color: red;
	color: #FFFFFF;
	}

#prdct-search, #prdct-search-preview {
	color : #FFFFFF;
}

#prdct-search-preview a {
	cursor: pointer;
	text-decoration: underline;
	}
	
#candidates li.preview {
	margin-bottom: 10px;
	opacity: 1;
	border: 1px solid #DDD;
	}
#candidates li.retrait {
	opacity: 0.2;
	}
#candidates li.highlight {
	border-color: red;
	}
	
#candidates li.preview img {
	max-width: 100px;
	max-height: 100px;
	float:left;
	padding: 0;
	}
#candidates li.preview .product-options img {
	
	max-width: 250px;
	max-height: 250px;
	}
	
#candidates li a {
	cursor: pointer;
	text-decoration: underline;
	}
	
#candidates li a.params, #candidates li a.cancel {
	position: relative;
    right: 5px;
	}
    
#candidates div.candidate {
	width: 400px;
	padding-right: 10px
	}
		
#candidates div.qualified {
	background-color: #CCFF99;
    border-color: green;
    min-height: 100px;
	}
#candidates div.options {
	width: 50px;
	}
#candidates .match-options{
	background-color: #BD9;
    min-height: 100px;
    padding: 10px 10px 20px;
    width: 566px;
    display:none;
	}

#candidates .product-options {
    background-color: #EEEEEE;
    padding: 10px 10px 20px;
    width: 566px;
}

#candidates .product-options textarea, #candidates .product-options input {
    margin: 10px;
}
#candidates .product-options textarea {
	height: 150px;
}
#candidates .product-options .large {
    width: 538px;
}
#candidates .product-options .half {
    width: 256px;
}
.articlesearch {
	border : 1px solid #B9BDC6;
	background-color : transparent;
	}
.articlesearch h2 {
	color : #3E1F33;
	text-align : center;
	margin-top : 0px;
}

.articlesearch input {
	margin-left:10px;
	font-size:12px;
	}
	
.hd728 {
	width : 728px;
	margin-bottom:12px;
}

.fullwidth {
	border: 0 solid #FFFFFF;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 918px;
}

.tagencours {
	color:#D33431;
	text-decoration:none;
}

.tagSize1 {
	color:#999;
	font-size:1em;
}

.tagSize2 {
	color:#888;
	font-size:1.3em;
}

.tagSize3 {
	color:#777;
	font-size:1.6em;
}

.tagSize4 {
	color:#666;
	font-size:1.9em;
}
.tagSize5 {
	color:#444;
	font-size:2.2em;
}
.tagSize6 {
	color:#444;
	font-size:2.3em;
}
.tagSizeSmallest  {
	font-size:1.1em;

}
.tagSizeMedium  {
	font-size:1.4em;

}
.tagSizeLargest   {
	font-size:1.8em;

}


.capital {
	text-Transform:uppercase;
}

.displaynone {
	/*display:none;*/
	}
	
/*TREKS*/	
/*TREKS*/	
/*TREKS*/

.clrl {
clear : left;
}

.pager {
	background-color:#FFF;
	}

.pager .page {
	font-size: 1.4em;
	}

#trksearch {
	padding:0px;
	border:1px solid #ddd;
	background:#fff url(http://www.journaldutrek.com/css/default/img/backstripes.gif) repeat;
	margin-top: 1px;
	padding-top: 4px;
	padding-bottom: 8px;
	}

#trksearch select,#wtrksearch select {
	width:140px;	
	font-size:11px;
}
#wtrksearch h2 {
	padding-left:10px;
	margin-bottom: 10px;
	color:#000000;
	font-size:1.8em;
	}

#trksearch label,#wtrksearch label {
	padding:0px;
	padding-right:20px;
	margin-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	background-position: right;
	font-size:11px;
	line-height:20px;
	}
	
#trksearch select:hover,#wtrksearch select:hover {
	cursor: pointer;
}

#trksearch label.debut, #trksearch label.fin,#wtrksearch label.debut, #wtrksearch label.fin {
	padding:0px;
	margin-right:4px;
	background:none;
	}
	

#wtrksearch {
	padding:0px;
	border:0px solid #ddd;
	margin-top: 1px;
	padding-top: 4px;
	margin-bottom: 8px;
	}

#wsearch {
	padding:8px;
	padding-bottom:0px;
	height:102px;
	margin:0px;
	background: url(img/fondwsearch.png) no-repeat;
}

	
.wsubmit {
	padding-right:100px;
	padding-top:3px;
	}
	
fieldset#searchfs{
	width:290px;
	padding:0px;
	}
fieldset#wsearchfs{
	width:590px;
	height:60px;
	padding:0px;
	}
.wsearchfield {
	margin:5px;
	}
	
.trkformfield input {
	font-size:11px;
	}
	
#searchBtn {
	background-color: #fff;
	font-size:11px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0;
	color: #666;
	font-weight: bold;
	text-align:center;
	border: 1px solid #ccc;
	}
	
#searchBtn:hover {
	cursor: pointer;
	border: 1px solid #999;
	color: #000;
	}
	
#wsearchBtn {
	background-color: #666;
	font-size:13px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0;
	color: #eee;
	font-weight: bold;
	text-align:center;
	border: 1px solid navy;
	}
	
#wsearchBtn:hover {
	cursor: pointer;
	border: 1px solid #999;
	color: #666;
	background-color: #EEE;
	}
	
#fr, #to {
width:68px;
margin-right: 4px;
}
	
.trkforminput {
	position:relative;
	padding:5px;	
	height:15px;
	clear:both;
	}
	
	
.trkformlabel {
	color:#505050;
	float:left;
	text-align:right;
	width:110px;
	padding-top:2px;
}
	
.trkformfield {
	float:left;
	padding-right:4px;
}

.trk_s {
	width:128px;
	height:80px;
	border: 1px #ddd solid;
	margin-right:10px;
	margin-top:10px;
}



.trek {
	border:0px solid #EEE;
	background-color:#F9F9F9;
	border-top:2px solid #EEE;
	clear:both;
	margin-top:10px;
	padding:10px;
	text-align:justify;
	
}

.trekproperties{
	margin:10px;
}
.trekproperties ul {
	list-style-type: none;
	padding: 2px;
	margin: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
.trek .trekproperties{
	width:150px;
	margin-left: 10px;
	line-height: 17px;
	font-size: 1em;
	border: 1px solid #ddd;
	background-color:#F3F3F3;
	padding:4px;
}
.trek div {
	margin:0px;
	margin-top:10px;
	}
	
.trek h2{
	margin-bottom:10px;
	font-size: 2.2em;
	font-weight: normal;
}
.trek h2 a {
	text-decoration: none;
	color: #999;
	}

.trek .desc {
	color:#666;
	}

.trek .preview {
	font-size:0.9em;
	}
	
.trek .preview a {
	text-decoration: none;	
	}

.trek .bullet {
	font-size:0.9em;
}

.price {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_price.png) no-repeat;
	color:green;
}

#productoffers .price {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_price.png) no-repeat;
	color:green;
}
.debut, div.inptdebut a  {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_debut.png) no-repeat;
	color:navy;
	font-weight:bold;
}
.fin, div.inptfin a {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_fin.png) no-repeat;
	color:navy;
	font-weight:bold;
}

	
.agence {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_agence.png) no-repeat;
}
.duree {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_duree.png) no-repeat;
}
.type {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_type.png) no-repeat;
	color:#333;
}
.pays {
	background : url(http://www.journaldutrek.com/css/default/img/pct_16_internet.png) no-repeat;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

