/* project: internet services template
   author: luka cvrk (www.solucija.com) */

/* CSS modifi�e par Christian le 28/03/08 : elargissement du site aux nouvelles normes */   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {	color: #E0691A;}
a:hover { color: #3F5152;}

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input.search { 
	width: 192px; 
	border: 0;
	background: #FFF url(input-200.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 85px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
  cursor: pointer; cursor: hand;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 10px; 
}

#header { 
   background:transparent url(bg-header.gif);
	background-repeat: repeat;
	height: 81px;
	width: 980px;
	color: #808080;
	margin-left:auto;
   margin-right:auto;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#header #logo {
	background-image:url(logo.gif);
	float:left;
	height:80px;
	width:240px;
}

#header #logo a {
display:block;
font-size:1px;
height:80px;
text-indent:-9000px;
width:240px;
}


#infotext {
	float:right;
	width: 500px;
	height: 70px;
	color: #808080;
	padding-top:10px;
	padding-right: 10px;
	text-align: right;
}

/* search zone plus bct */
#headersearch {
	width: 780px;
	height: 40px;
	padding: 10px 0 0 0;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

#bct {
	width: 780px;
}

.search_field { 
	background: #fff url(searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.search_form { float: right; }

.bct { 
	clear: both;
	padding: 0px 25px 0px 5px;
	margin: 5px 0;
}

.browse_category  {
	font-size: 0.9em;
	width: 20px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #FF9F33;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #FF9F33;
		float: left; 
	}
	
	.bar li.active { 
		background: #FF8700 url(bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #E0691A; 
		background: inherit;
	} 

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}



.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 70%;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 35%;
		padding: 0 0 0 10px;
		margin: 5px 0;
	}
		
	.left_side a, .right_side a, .left_box_articles a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 40%;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 20px 0 60px;
		margin: 5px 0;
	}
		
	.left_box { margin: 5px 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
	.left_box_articles { margin: 5px 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 29.6%;
	margin: 0 0 10px 0;
}

.right h3 {
	background: #3F5152 url(corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* Erreurs */

.error { color:#FF0000;}

/* Customisation form soumettre news */

#tt_news_form p {padding:5px 0 5px;}
/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

/* Customisation du formulaire de contact */

#contactform form {
padding:10px;
width:350px;
}

#contactform label {
font-weight:bold
}

#contactform input {
border:1px solid #A9C0CE;
background-color:#dee8ef;
color:#4B4B4B;
}

#contactform select, option {
background-color:#dee8ef;
color:#4B4B4B;
}

#contactform textarea {
border:1px solid #A9C0CE;
background-color:#dee8ef;
color:#4B4B4B;
}

#contactform #tx_srfreecap_pi2_captcha_image {
height: 100px;
}

#contactform .tx-srfreecap-pi2-image {
margin_left: 5px;
}

/* Customisation de la navigation interne entre pages */

div.navigation_page {
	margin:15px 2px;
	padding:0px;
	float:left;
	border:1px solid #3F5152;
	text-align:center;
	color: #3F5152;
}

div.navigation_page a {color: #3F5152;}

div.navigation_page span.griser {color: #6D6D6D;}


div.navigation_page div.precedente, div.navigation_page div.suivante {
	padding:6px 0px;
	float:left;
	width:130px;
	background:#ebebeb;	
	text-transform: uppercase; 
	font-size:0.8em;
}


div.navigation_page div.precedente{
	float:left;
}

div.navigation_page div.suivante{
	float:right;
}

div.navigation_page div.page {
	padding:5px 0px;
	float:left;
	clear:none;
}

/* formatage des balises pre - ins�r�es g�n�ralement dans un type objet HTML */

pre {
	color: #3F5152;

}

.html_pre  {
   font: 1.0em Tahoma, sans-serif; 
   line-height: 1.5em;
   background-color: #EEEEEE;
   border: 1px solid #CCCCCC; 
   padding: 5px;
   width: 450px;
   color: #3F5152;
}

/* Form submit news in frontend */

#tt_news_for form {
padding:10px;
width:350px;
}

#tt_news_for label {
font-weight:bold
}

#tt_news_for input {
border:1px solid #A9C0CE;
background-color:#dee8ef;
color:#4B4B4B;
}

#tt_news_for select, option {
background-color:#dee8ef;
color:#4B4B4B;
}

#tt_news_for textarea {
border:1px solid #A9C0CE;
background-color:#dee8ef;
color:#4B4B4B;
}

#tt_news_for #tx_srfreecap_pi2_captcha_image {
height: 100px;
}

#tt_news_for .tx-srfreecap-pi2-image {
margin_left: 5px;
}

/* Preview form de soumission d'actualit� */

.tx-newsfeedit-pi1-preview-row {width: 500px; margin: 5px 0; display:block;}
.tx-newsfeedit-pi1-preview-label {width: 100px;font-weight: bold; float: left;}
.tx-newsfeedit-pi1-preview-value {margin-left: 110px;}
.tx-newsfeedit-pi1-form-submit {background-color:#DEE8EF; border: solid 1px #AEC0CE; color: #4B4B4B;}

/* Twitter news feed */
div.wttwitter_feed ul.wttwitter_feed li a {
	background: no-repeat;	
}

/* SITEMAP */
/*#siteMap { font-size:12px; float:left; }
#siteMap span { padding:0 0 20px 20px; color:#fa821e; font-weight:bold;  margin:0; display:block; }

#siteMap ul { list-style-type:none; margin:0; padding:0; }
#siteMap ul li { padding:0 0 0 15px; }
#siteMap ul li.active { background:url(/fileadmin/templates/tj/images/ul_minus.gif) left 5px no-repeat; padding:0 0 0 15px; }
#siteMap ul li.hover { background:url(/fileadmin/templates/tj/imagesul_minus.gif) left 5px no-repeat; padding:0 0 0 15px; }

#siteMap ul li ul { padding:14px 0; margin:0 6px; }
#siteMap ul li ul li { padding:0 0 0 9px; }
#siteMap ul li ul li ul li { background:url(/fileadmin/templates/tj/imagesimg/ul_arrow.gif) left 8px no-repeat; }

#siteMap ul li ul li ul { padding:6px 0; margin:0 11px; }


#siteMap .hitarea { height: 15px; width: 15px; margin-left: -15px; float: left; cursor: pointer; }
#siteMap .ul_arrow.hitarea { /background:url(/fileadmin/templates/tj/imagesimg/ul_arrow.gif) left 5px no-repeat #fff; /}

#siteMap .treeview .collapsable { background:url(/fileadmin/templates/tj/imagesimg/ul_minus.gif) left 6px no-repeat; }
#siteMap .treeview .expandable { background:url(/fileadmin/templates/tj/imagesimg/ul_plus.gif) left 6px no-repeat; }

#siteMap .treeview .collapsable ul li { background:url(/fileadmin/templates/tj/imagesimg/ul_arrow.gif) left 8px no-repeat; }

#siteMap .treeview, #siteMap .treeview ul { padding: 0; margin: 0; list-style: none; }	
#siteMap .treeview li { margin: 0; padding: 3px 0pt 3px 16px; }*/

/*.tx-dropdownsitemap-pi1 ul { margin:0 0 0 40px; padding:0; list-style:none; }
.tx-dropdownsitemap-pi1 ul li { }
.tx-dropdownsitemap-pi1 ul li a { text-decoration:none; }
.tx-dropdownsitemap-pi1 ul li a:hover { text-decoration:underline; }

.tx-dropdownsitemap-pi1 ul li ul { margin:10px 0 0 0; padding:0 0 0 40px; }
.tx-dropdownsitemap-pi1 ul li ul li { background:none; list-style-type:disc; }
.tx-dropdownsitemap-pi1 ul li ul li a { color:#000; }

.tx-dropdownsitemap-pi1 ul li ul li ul { margin:10px 0 0 0; padding:0 0 0 40px; }
.tx-dropdownsitemap-pi1 ul li ul li ul li { background:none; list-style-type:circle; }
.tx-dropdownsitemap-pi1 ul li ul li ul li a { font-weight:normal; }*/
