/*************** Styles généraux *********************/
body 
{
}
body, table
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1
{
	background : url(images/h1.gif) no-repeat center left;
	padding-left:30px;
	font-size:22px;
}

h2
{
	font-size:18px;	
}

a
{
	text-decoration:none;
	color : #31966b;
	font-weight:bold;
}
a:hover
{
	color: #32CD32;
}

.menuRub
{
	display:block;
	padding:2px;
	border-bottom:1px dotted #00573a;
	color: #007a51;
	font-weight:bold;
	font-size:14px;
}

li
{
	list-style : none;
	height : 28px;
	margin-top:5px;
}

fieldset ul li
{
	list-style : disc;
	height:auto;
	margin-top:0;	
}
fieldset ol li
{
	list-style : decimal;
	height:auto;
	margin-top:0;	
}

table
{
	border : 1px solid black;
}

#header,#footer
{
	border-bottom : 1px solid #00573A;
	padding:5px;
	background : #007a51 url(./images/miniAngle.gif) no-repeat top left;
	color : white;
}

#header a,
#footer a
{
	text-decoration:none;
	color : white;
	font-weight:bold;
}
#header a:hover,
#footer a:hover
{
	color: #32CD32;
}

#logo
{
	background:url(./images/logo.gif) no-repeat;
	width:106px;
	height:80px;
	float : right;
	margin-bottom:-16px;
}
#footer
{
	margin-top:20px;
}
#header ul,
#footer ul
{
	clear:both;
	margin:0;
	padding:0;
}
#header li,
#footer li
{
	height:20px;
	display:inline;
	padding-left:20px;
	background : url(./images/puce.gif) no-repeat center left ;
}

#recherche
{
	
}

#export
{
	float:right;
}

.erreur
{
	color:red;
	font-weight:bold;
}
/*************** Lignes de tableau alterné *********************/
.mainAlternateLine0
{
	background : #A8A8A8;
}
.AlternateLine0
{
	background : #C6C6C6;
}
.mainAlternateLine1
{
	background : #F4E1DE;
}
.AlternateLine1
{
	background : #F6ECEC;
}
.mainAlternateLine2
{
	background : #EACCC5;	
}
.AlternateLine2
{
	background : #F0DCD7;	
}

/*************** Edition de données *********************/
.editSeparateur
{
	background : #d5e8de url(./images/miniAngle.gif) no-repeat top left;
	border-bottom : 1px solid #007a51;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}
.editField1,
.editField2
{
	margin-top:10px;
	margin-bottom:10px;
}
/********************************/
.editFieldTitre
{
	padding:5px;
	padding-left:25px;
}
.editFieldParam
{
	padding : 5px;
	padding-left:25px;
}
.editFieldParam table
{
	border : none;
}
/********************************/
.editField1 .editFieldTitre
{
	background : #F5F5F5 url(./images/puce.gif) no-repeat center left ;
	border-bottom : 1px solid #B6B6B6;
}
.editField1 .editFieldParam
{
}

.editField2 .editFieldTitre
{
	background : #F5F5F5 url(./images/puce.gif) no-repeat center left;
	border-bottom : 1px solid #B6B6B6;
}
.editField2 .editFieldParam
{
}

/*************** ToolTips *********************/
#toolTip
{
	position:absolute;
	z-index=99;
	top:-500;
	left:-500;
	border:1px solid black;
	padding:2px;
	background:white;
}
#toolTipTitre
{
	background : #4682B4;
	color : white;
	font-weight:bold;
	padding:2px;
}
#toolTipTexte
{
	background : #E4EEF6;
	padding:2px;
}