/* ------------------ Eléments pour la left bar ------------------  */

#leftbar_zone {
	position: absolute; top: 0px; left: -270px;
	height: 100%; width: 300px;
	background-color: #2A2A2A;
	margin: auto auto auto auto; padding: 0px 0px 0px 0px;
	z-index: 5;
}

#leftbar {
	position: absolute; top: 0px; right: 0px;
	height: 100%; width: 30px;
	background-image: url(/res/topbars/vertical.gif); background-repeat: repeat-y;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	color: #CCCCCC;
}

#leftbar_onglet { position: absolute; top: 30px; left: 0px; }



/* ------------------ Eléments pour les thèmes de la leftbar ------------------  */

#leftbar_themes_zone {
	position: absolute; top: 30px; left:0px;
	height: 95%; width: 270px;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	text-align: center;
	visibility: visible;
	overflow: hidden;
}

#leftbar_themes_titre {
	position: relative;
	height: 30px; width: 260px;
	background-image: url(/res/topbars/horizontal.gif); background-repeat: repeat-x;
	margin: 0px auto 0px auto; padding : 0px 0px 0px 0px;
	line-height: 30px; text-align: center;
	color: #CCCCCC; font-size: 11px; font-weight: 600;
}

#leftbar_themes {
	position: relative;
	height: 95%; width: 260px;
	margin: 5px auto 0px auto;
	overflow: auto;
}

.leftbar_themes_li {
	position: relative;
	height: 25px;
	background-color: #444444;
	margin: 0px 2px 5px auto;
	text-align: left;
	color: #CCCCCC; font-size: 10px; font-weight:bold;
	cursor: pointer;
}

.leftbar_themes_flag { position: absolute; left: 0px; margin: 0px 0px 0px 0px; }

.leftbar_themes_nom_voyages { line-height: 20px; position: absolute; left: 60px; margin: 0px 0px 0px 0px; }

.leftbar_themes_nom_balades { line-height: 20px; position: absolute; left: 10px; margin: 0px 0px 0px 0px; }

.leftbar_themes_count {font-weight: normal; }



/* ------------------ Eléments pour les sujets de la leftbar ------------------  */

.leftbar_sujets_zone {
	position: absolute; top: 30px; left:0px;
	height: 95%; width: 270px;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	text-align: center;
	visibility: hidden;
	overflow: hidden;
}

#leftbar_sujets_titre {
	position: relative;
	height: 30px; width: 260px;
	background-image: url(/res/topbars/horizontal.gif); background-repeat: repeat-x;
	margin: 0px auto 0px auto; padding : 0px 0px 0px 0px;
	line-height: 30px; text-align: center;
	color: #CCCCCC; font-size: 11px; font-weight: bold;
}

#leftbar_sujets_arrow { position: absolute; top: 37px; right: 37px;	visibility: hidden;}

#leftbar_sujets {
	position: relative;
	height: 95%; width: 260px;
	margin: 5px auto 0px auto; padding: 0px 0px 0px 0px;
	overflow: auto;
}

.leftbar_sujets_li {
	position: relative;
	height: 60px;
	background-color: #444444;
	margin: 0px 2px 5px auto; padding : 0px 0px 0px 0px;
	text-align: left;
	color: #CCCCCC; font-size: 10px; font-weight:bold;
	cursor: pointer;
}

.leftbar_sujets_nom { line-height: 20px; position: absolute; top: 20px; left: 90px; margin: 0px 0px 0px 0px; }

.leftbar_sujets_count {font-weight: normal; }



/* ------------------ Eléments pour les infos ------------------ */

#infos_zone {
	position: absolute; top: 30px; left: 0px;
	width: 270px;
	background-color: #2A2A2A;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #CCCCCC; font-size: 11px;
	z-index: 1;
}

#infos_titre {
	position: relative;
	height: 30px; width: 260px;
	background-image: url(/res/topbars/horizontal.gif); background-repeat: repeat-x;
	margin: 0px auto 0px auto;
	line-height: 30px; text-align: center;
	color: #CCCCCC; font-size: 10px; font-weight: bold;
}

#infos_comment {
	position: relative;
	height: 40px; width: 260px;
	background-color: #3A3A3A;
	margin: 0px auto 0px auto;
	line-height: 20px; text-align: left;
	color: #CCCCCC; font-size: 10px; font-weight: normal;
}

#infos_date {
	position: relative; top: 5px;
	height: 30px; width: 260px;
	background-color: #3A3A3A;
	margin: 0px auto 0px auto;
	line-height: 22px; text-align: center;
	color: #CCCCCC; font-size: 10px; font-weight: bold;
}

#infos_exif {
	position: relative;
	height: 55px; width: 260px;
	background-color: #444444;
	margin: 0px auto 0px auto;
	line-height: 20px; text-align: left;
	color: #CCCCCC; font-size: 10px; font-weight: normal;
}

.info_in { margin: 0px 5px 0px 5px; }

#comment_form {
	position: relative; top: 0px; left: 0px;
	height: 150px; width: 260px;
	background-color: #2A2A2A;
	margin: 0px auto 0px auto;
	line-height: 18px; text-align: left;
	color: #CCCCCC; font-size: 11px; font-weight: normal;
}

#comment_titre {
	position: relative; top: 5px;
	height: 30px; width: 260px;
	background-color: #3A3A3A;
	border-bottom:  3px solid #2A2A2A; 
	margin: 0px auto 3px auto;
	line-height: 30px; text-align: center;
	color: #CCCCCC; font-size: 10px; font-weight: bold;
}

.comment_from {
	position: relative; left: 0px;
	height: 30px; width: 260px;
	background-color: #444444;
	margin: 0px auto 0px auto;
	line-height: 30px; text-align: left;
	color: #AAAAAA; font-size: 11px; font-weight: normal;
}

#comment_nom {
	position: absolute; top: 6px; right: 10px;
	height: 20px; width: 145px;
	background-color: #222222;
	border: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 18px; text-align: left;
	color: #AAAAAA; font-size: 11px; font-weight: normal;
}

#comment_mail {
	position: absolute; top: 6px; right: 10px;
	height: 20px; width: 145px;
	background-color: #222222;
	border: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 18px; text-align: left;
	color: #AAAAAA; font-size: 11px; font-weight: normal;
}

#comment_cont {
	position: relative; top: 0px; left: 0px;
	height: 60px; width: 260px;
	background-color: #444444;
	border-top:  1px solid black; border-right: 2px solid #444444; border-bottom: 1px solid black; border-left: 2px solid #444444;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #CCCCCC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;
	overflow: auto;
}

#comment_envoi {
	position: absolute; top: 6px; right: 10px;
	height: 18px; width: 80px;
	background-color: #222222;
	border: 0px;
	margin: auto 0px auto 165px; padding: 0px 4px 0px 4px;
	line-height: 15px; text-align: center;
	color: #AAAAAA; font-size: 9px; font-weight: normal;
	cursor: pointer;
}

#comment_decompte {
	position: relative; top: 5px;
	height: 30px; width: 260px;
	background-color: #3A3A3A;
	border-bottom:  3px solid #2A2A2A; 
	margin: 0px auto 3px auto;
	line-height: 30px; text-align: center;
	color: #CCCCCC; font-size: 10px; font-weight: bold;
}

#comment_zone {
	position: relative; top: 2px;
	height: 260px; width: 260px;
	background-color: #2A2A2A;
	margin: 0px auto 0px auto;
	color: #999999;
	overflow: auto;
}

.comment_show {
	background-color: #444444;
	margin: 0px auto 3px auto; padding : 5px 5px 5px 5px;
	text-align: left;
	color: #CCCCCC; font-size: 10px; font-weight: normal;
}

.comment_show_nom { color: #EEEEEE; font-size: 10px; font-weight:bold; }
