/*------------------------------------------------------------------------
# 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-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
}

a {
	color: #FF8901;
	text-decoration: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

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;
}

td
{
	font-size:11px;
}

a.liensVoirAussi, 
a.liensActu,
a.liensVoirAussi:link, 
a.liensVoirAussi:visited, 
a.liensActu:link, 
a.liensActu:visited
{
	font-family: Tahoma;
	font-size:11px;
	background:url(../images/flesh.png) no-repeat left;
	/*background-position: 10px;*/
	padding-left: 10px;
	text-decoration: none;
}