/**
* @version $Id: template_css.css,v 1.2 2004/08/30 20:04:29 rhuk Exp $
* @package Mambo_4.5.1
* @copyright (C) 2000 - 2004 Miro International Pty Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* Mambo is Free Software
*/
BODY{
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #B3B3B3;
	scrollbar-face-color: #3C78AA;	
}

h3{
	color: #225894;
}

INPUT, TEXTAREA, SELECT {
	/*color : #225894;
	z-index : -3;*/
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
}

a{
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;	
}
a:hover{
	color : #225894;
	text-decoration : none;
}
a:active{
	color : #000000;
	text-decoration : none;
}

a.style1 {
	color: #FFFFFF;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;
}
a:hover.style1 {
	color : #FFFFFF;
	text-decoration : none;
}
a:active.style1 {
	color : #FFFFFF;
	text-decoration : none;
}
			
a.style2 {
	color: #4FD7A5;
	font-weight: bold;
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
}
a.style2:hover {
	color : #225895;
	text-decoration : underline;
}
a.style2:active {
	color : #4FD7A5;
	text-decoration : none;
}

.parent {
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 10;
	color : #FFFFFF;
	cursor: pointer;
}
.child  {
	font-size: 9pt;
	font-weight: normal;
	margin-left: 14pt;
}

tr{
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

tr.entete{
	background-color: #225894;
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
}

tr.contenu{
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

tr.contenu_pair{
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}

tr.contenu_impair{
	background-color: #CCCCCC;
	font-family: verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}
