/*------------------------------------------------------------------------
# JA Sabina - June, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/* COMMON STYLE
---------------------------------------------------------------------------*/
body {
	background: url(../images/od_bg.gif) repeat-x #659760;
	color: #515151;
	font: 11px/1.5 Tahoma, Arial, Verdana, sans-serif;
}

a {
	color: #FF8901;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: none;
}

/* Heading */
h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../images/arrow.png) no-repeat 25px 8px;
	line-height: 170%;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* FORM STYLE
---------------------------------------------------------------------------*/
.button {
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background: #FF8901;
	color: #FFFFFF;
	height:22px;
}

input, select{
	border: #FFC807 solid 1px;
	padding: 1px;
	background: #FFFDE5;
	margin-top:2px;
	margin-bottom:2px;
}



input:focus, input:hover {
	border: #FFC807 solid 1px;
	padding: 1px;
	background: #FFF3C9;
	color: #666666;
}

textarea {
	border: #FFC807 solid 1px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0;
	padding: 0;
}

div.moduletable {
	margin-bottom: 20px;
	padding: 0;
}

div.componentheading
{
	text-align:right;
	padding-right:30px;
	color:#990000;
	
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}


a.mainlevel_mainMenu span:first-letter {
font-size: 15px;
}

a.sublevel_mainMenu
{
	background:url(../images/indent1.png) no-repeat left;
	background-position: 15px;
	padding-left:30px;
}

a.mainlevel_mainMenu:link, a.mainlevel_mainMenu:visited, a.mainlevel_mainMenu 
{

	background:url(../images/flesh.png) no-repeat left;
	background-position: 10px;
	padding-left: 20px;
	text-decoration: none;
	color: #660000;
	font-weight: bold;
	font-size: 12px;
	
	
}

a.mainlevel_mainMenu:hover {
	color: #999999;
}

#active_menu_mainMenu.mainlevel_mainMenu:link , #active_menu_mainMenu.mainlevel_mainMenu:visited , #active_menu_mainMenu  
{
	color: #FF3300;
}

/*entete content categorie*/
.sectiontableentry_tabArticle td{ 
vertical-align:text-bottom;
padding: 3px;
padding-left: 10px;
}

td.sectiontableheader_tabArticle
{
	padding: 3px;
	padding-left: 10px;
	background-color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
}

td.sectiontableheader_tabArticle a
{
	 color:#FFFFFF;
}

div.componentheading_tabArticle, .contentheading, td.contentheading_tabArticle
{
	/*display:block;*/
	text-align:right;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FF6600;
}

.contentpaneopen_tabArticle
{
 width:100%;
}

.createdate
{
	text-align:right;
	vertical-align:text-top;
	height: 25px;
}

.contentpaneopen_home td
{
	padding-left:5px;
	padding-right:5px;
	
}

.contentheading_home
{
	color:#990000;
	font-weight:bold;
	font-size:12px;
}



.titre_related_items
{
	display:block;
	text-align:left;
	margin-top:30px;
	font-size:12px;
	color:#006699;
	/*border-bottom:#999999;
	border-bottom-style:solid;
	border-bottom-width: 1px;*/
}

.relateditems_related_items li
{
	list-style-type:square;
	text-align:left;
	padding: 0px;
}

.relateditems_related_items
{
	padding-left:30px;
}

.sectiontableentry_tabArticle td 
{
	padding:2px;
}