H1,table TD.H1 {
	white-space: nowrap;
	text-align: left;
	height: 24px;
	font-size: 1.4em;
	font-weight: bold;
	color: #DA8500;
	line-height: 24px;
	padding-left: 20px;
	background: url(../images/picto_fleche.png) no-repeat left
		center;
}

/* ---- Depends du menu actif ---- */
H2,caption,table TD.H2 {
	white-space: nowrap;
	text-align: left;
	height: 18px;
	font-size: 1.2em;
	font-weight: bold;
	color: #DA8500;
	line-height: 16px;
	margin-bottom: 9px;
}

.lienExport {
	border: 0px;
	background: none;
	color: #003845;
	text-decoration: underline;
	cursor: pointer;
}

/***********************************************************************************************************/
	/* Cadre
/***********************************************************************************************************/
div.cadre {
	position: relative;
	border: solid 1px #BBBBBB;
	margin: 0px;
	padding: 10px;
}

div.cadre div.title {
	color: #ffffff;
	background-color: #8453C9;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.cadre div.separation {
	border-bottom: solid 1px #BBBBBB;
	clear: both;
	overflow: auto;
	width: 100%;
	height: 5px;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.1px;
}

/***********************************************************************************************************/
	/* Bandeau
/***********************************************************************************************************/
#bandeau H1 {
	color: #DA8500;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color : #FDF6D6;
}

#bandeau td {
	color: #000000;
	font-size: 1.2em;
}

/***********************************************************************************************************/
	/* Barre de menu
/***********************************************************************************************************/

#menubar li.on {
	color: #FFFFFF;
	background: url(../images/menu/fondMenuOnViolet.gif) no-repeat left top;
}

/***********************************************************************************************************/
	/* Barre de sous menu
/***********************************************************************************************************/
#sousmenubar {
	margin-left: 100px;
	background: url(../images/header/firstSousMenuVert.jpg) no-repeat left
		top;
}

#sousmenubar div {
	background: url(../images/menu/fondSousMenuVert.gif) repeat left top;
}

#sousmenubar li.on {
	background: url(../images/menu/puceSousMenuVert.gif) no-repeat center
		bottom;
}

/***********************************************************************************************************/
	/* Barre de navigation
/***********************************************************************************************************/
#navigationbar li.close.on,#navigationbar_arbre li.close.on {
	background: url(../images/icon/folder_close_violet_on.gif) no-repeat
		left top;
}

#navigationbar li.open.on,#navigationbar_arbre li.open.on {
	background: url(../images/icon/folder_open_violet_on.gif) no-repeat left
		top;
}

#navigationbar li.on,#navigationbar_arbre li.on {
	font-weight: bold;
	color: #8453C9;
}

#navigationbar li.on a,#navigationbar_arbre li.on a {
	color: #8453C9;
}

/***********************************************************************************************************/
	/* Barre des onglets
/***********************************************************************************************************/
	/* ---- Depends de l'onglet actif ---- */
#ongletbar li.on {
	color: #DA8500;
	background-color: #FDF6D6;
}

/***********************************************************************************************************/
	/* Bandeau
/***********************************************************************************************************/
#bandeau {
	background: none;
}

/***********************************************************************************************************/
	/* SPECIFIQUES !! AXONET
/***********************************************************************************************************/
#recherche_simple {
	background-color: #946AD0;
}

#recherche_simple input {
	border: solid 1px #7037AA;
}