.ajour{
	color:#009900;
}


.depasse{
	color:#FF0000;
}

.manqueinfo{
	color:#FF9900;
}

body {
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.7em;
	margin:0px;
	padding:0px;
	padding-top: 25px;
	/*background-color: white;
	background-color:#E6E6E6;*/
	background-color:#DDDCDC;
}

#global {
	position: relative;
	/*padding-bottom: 1px;*/
	/*background-color: #fff;*/
	width: 914px;
	margin: auto;
	/*margin-top: 25px;*/
	/*background:url("/backoffice/image/gauche_bordure_small.gif");
	background-repeat:repeat-y;*/
	/*background-color:#fff;*/
}


p {
	margin: 0; padding: 0;
	/*margin-bottom: 1em;*/
	
}
p+p {
	margin-top: 1em;
}

/******************** TEXTES *******************/

.textecourant{
	color: black;
	margin: 0px;
}

.textecourantbold{
font-weight:bold;
color: #fff;
margin: 0px;
}

.texteactif{
	color: #06A855;
	margin: 0px;
}

.texteinactif{
	color: #EE232B;
	margin: 0px;
}

.textebox{
	color: black;
	padding: 0 15px;
	margin: 0;
	padding-top: 1px;
	margin-bottom: 5px;
	
}


/******************** LIENS *******************/

a img {
	border: none;
}

a {
	color: #8070A0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color: #8070A0;
	
}


a.lien {
	color: #0000EE;
	margin: 0px;
}

a.lien:hover {
	color: #0000EE;
	margin: 0px;
}

a.lien:visited {
	color: #0000EE;
	margin: 0px;
}


/******************** TITRES *******************/

h1{
	font-size: 1.6em;
	font-weight: bold;
	color: #A59BC9;  
}

.h1bis {	/* utilisé en span */
	font-size: 0.9em;
	font-weight: bold;
	font-style:italic;
	color: #A59BC9;  
	color: #8070A0;
}

h2 {
	font-size: 1.3em;
	color: #000000;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 15px;
	/*padding: 10px 0px;*/
	color: #8070A0;
}

h3 {
	font-size: 1.4em;
	color: #A59BC9;
}


.combo {
	font-size: 1em;	
}

.titrecombo {
	font-size: 1.2em;
	color: #A59BC9;	
	padding: 5px 0px;
}

/*.titrebox{
	padding: 0;
	margin: 0;
	padding-top: 1px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
}

.accueiltitrebox{
	padding: 0 15px;
	margin: 0;
	padding-top: 1px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
}*/

select {
	font-size:0.9em
}


/*************** MENU TOP **************/
#menu {
	font-size: 1.0em;
	
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*position: absolute;*/
	/*top: 20px;
	left: 200px;*/
	/*width: 500px;
	height: 400px;*/
	
	/*border: 1px solid green;*/
}

#menufond {
	padding-top: 1px;
	/*border: 1px solid blue;*/
}

#menufond img{
	padding-left:2px;
}

#menu a {
	color: #444444;
	text-decoration:none;
	display:block;
	/*border: 1px solid black;*/
	/*padding: 5px;*/
}
#menu a:hover {
	background-color:white;
	color: #333333;
}
#menu a img {
	border: none;
}
#menu p {
	/*border: 1px solid black;*/
	/*background-color: #006633;*/
	padding: 0;
	margin: 0;
}
#menu .niv1 {
	/*background-color:#993333;*/	/* marron */
	position: relative;
	float: left;
	/*border: 1px solid red;*/
}
#menu .niv2 {
	/*border: 1px dashed #FFFFCC;*/
	/*background-color:#F1F4F5;*/
	border: 1px solid #CBD3E7;
	width: 150px;
	position: absolute;
	top: 42px;
	display:none;
}
/*#menu .niv1:hover>.niv2 {
	display:block;
}*/

#menu .niv2 a {
	padding: 5px 10px;
	font-weight:normal;
	border: none;
	height:auto;
	background-color:#F1F4F5;
}

#menu .niv2 .selected {
	padding: 5px 10px;
	font-weight:normal;
	border: none;
	height:auto;
	background-color:#FFAE15;
	color:#FFFFFF;
}

#menu .niv2 a:hover {
	color:#FFFFFF;
	background-color:#FFAE15;
}
	


/*#menu ul {
	list-style:none;
	padding:0;
	margin: 0;
}
#menu li {
	position:relative;
	display:inline;
}

#menu li a {
	color: #444444;
	margin: 0;
}
#menu li a:hover {
	color: #333333;
	background-color:white;
	text-decoration:none;
}


#menu ul li ul {
	display: none;
	position: absolute;
	top: 12px;
	left: 0px;
	background-color:#F1F4F5;
	border: 1px solid #CBD3E7;
	width: 150px;
}
#menu ul li ul li {
	float: none;
	display: block;
}
#menu li:hover>ul {
	display: block;
}


#menu ul li ul li a {
	padding: 5px 10px;
	font-weight:normal;
	border: none;
	height:auto;
	float: none;
	display:block;
	margin: 0;
}
#menu ul li ul li a:hover {
	background-image:none;
}*/

/****************SOUS MENU*******************/

#sous_menu_insti ul {
	list-style-type:square;
	padding: 0;
	margin: 0;
	padding-left: 25px;

}
#sous_menu_insti ul li {	/* pour la puce */
	color:#FF9900;
}
#sous_menu_insti ul li a {
	color:#FF9900;
	font-weight:bold;
}
#sous_menu_insti ul ul {
	padding-left: 25px;
	list-style-type:none;
	padding-bottom:10px;
}
#sous_menu_insti ul ul li a {
	color:#000;
	font-weight:normal;
}


#contenu_insti {
	padding: 0;
	margin-bottom: 10px;
}

.brique {
	padding: 10px;
	padding-bottom: 0;
}


/**************************MENU CHOIX*************************************/
/* MENU DE CHOIX------------------------------------------------------------------*/


#menuChoice {
	/*ok*/
	position: relative;
	margin:0px;
	display:inline;
}


#menuChoice a {
	color: #444444;
	text-decoration:none;
	/*display:block;*/
	/*border: 1px solid black;*/
	/*padding: 5px;*/
}

#menuChoice a img {
	border: none;
}
#menuChoice p {
	padding: 0;
	margin: 0;
}
#menuChoice .niv1 {
	/*background-color:#993333;*/	/* marron */
	/*position: relative;*/
	/*float: left;*/
	/*border: 1px solid red;*/
	display:inline;
}

#menuChoice .niv2 {
	padding-top:4px;
	/*ok*/
	/*border: 1px dashed #FFFFCC;*/
	/*background-color:#F1F4F5;*/
	/*border: 1px solid #CBD3E7;
	width: 150px;
	position: absolute;
	top: 42px;
	display:none;*/
	color:#333333;
	left: 0px;
	top: 15px;
	margin-top:15px;
	width: 10em;
	width: 10em;
	top: 0px;
	position: absolute;
	background: #FFB03E;
	color:#A29ACB;
	border: 1px solid FFEBCC;
	width:140px;
	padding-bottom:4px;
}

#menuChoice .niv2 dt {
font-size:4px;
}


#menuChoice .niv2 a {
	padding: 1px 5px;
	font-weight:normal;
	border: none;
	height:auto;
	color:#333333;
	font-size:9px;
}

#menuChoice .niv2 a:hover {
	color:#FFFFFF;
}




/*********************** NOUVELLE INTERFACE (MENU) **********************/


/* MISE EN FORME DU MENU -----------------------------------------------*/
/* zone en haut (logotype + onglets de navigation) */
#header {
	/*text-align:center;
	position:relative;*/
	width: 914px;
	height:105px;
	/*height: 300px;*/
	
	background:url("/backoffice/image/fond_top.gif");
	
	
	/*border: 1px solid orange;*/
	/*background-repeat:no-repeat;*/
}

/* affichage du logotype */
#header #logo {
	/*background:transparent url("/backoffice/image/logotype.gif") no-repeat;*/
	position:absolute;
	left:7px;
	top:7px;
	/*height: 100px;
	width: 253px;*/
}

/* affichage onglets boutons */
#header #onglets {
	width: 660px;
	height: 88px;

	/*background:transparent url("/backoffice/image/onglet_degrade.gif") ;*/
	position:absolute;
	top: 10px;
	left:248px;
	
	/*left: 300px;*/
	
	/*background-color:#000066;*/
}

#bas_ferme {
	background-image: url(/backoffice/image/fond_bas.gif);
	width: 914px;
	height: 10px;
}

#footer {
	/*background: #E6e6e6;*/
	background-color:#DDDCDC !important;
}


/******************** TABLEAUX *******************/

table {
	font-size: 1em;
}


#parametres{
	 background: #F6F2F9;
	 color: #8070A0;
}

#parametres td{
	 background: #F6F2F9;
	 color: #8070A0;
}


.tableau {
	/*margin-top: 5px;*/
	margin-bottom: 5px;
	width: 100%;
}
.tableau tr {
	/*border-bottom: 1px solid white;*/
	padding: 10px;
}

.tableau tr td {
background-color: #F5F0FF;
	background-color: #EEEEEE;
	/*background-color: #E1E1E1;*/
	color: #333;
	/*border-bottom: 1px solid white;*/
	
	background-color:#fbfaff;
	/*border-bottom: 1px dotted #c4bed4;*/
	
}

.tableau tr td a {
	color: #8070A0;
	
}

.tableau table tr, .tableau table tr td {
	/*border-bottom: 2px solid red;*/
	border: none;
}

.tableau tr.header td {
	background-color: #D8D2E7;
	font-weight:bold;
	color: #6960AB;
	
	background-color: #F0E9F7;
	font-weight:bold;
	color: #A59BC9;
	color: #8070A0;
	/*border-bottom: 1px solid #c4bed4;*/
}


.tableau tr.bis td {
	background-color: #DDDDDD;

	background-color: #F0E9F7;
	color: #9086B4;
	color: #8070A0;
	border-top: 30px solid #fbfaff;
}

.tableau tr.colname td {
	background-color: #CCCCCC;
	font-weight:bold;
	color: #000000;	
	
	background-color: #E0E0E0;
	/*border-top: 30px solid #fbfaff;*/
}


.tableau tr.null td {
	background-color:#FFFFFF;
}

.tableau tr.erreur td {
	background-color:#FF0000;
	/*background-color: #E1E1E1;*/
	color:#FFFFFF;
	font-weight:bold;
	/*border-bottom: 1px solid white;*/
	
}


.tableau_vertical {
	width: 100%;
}

.tableau_vertical td {
	/*border-bottom: 1px solid white;*/
	padding: 5px;
}

.data_vertical {
	background-color: #EEEEEE;	  
	background-color:#fbfaff;
	/*border-bottom: none;*/
}

/* firefox*/
.tableau_vertical tr td[align=right] {
	background-color: #BEBEC0;
	background-color: #b1a7d1;
	font-weight:bold;
	color: #fff;	
	
	background-color: #EDE6F4;
	font-weight:bold;
	color: #A59BC9;
	color: #8070A0;
	padding: 15px 5px;
}

/*ie*/
.header_vertical{
	background-color: #BEBEC0;
	background-color: #b1a7d1;
	font-weight:bold;
	color: #fff;	
	
	background-color: #EDE6F4;
	font-weight:bold;
	color: #A59BC9;
}
/**/

#menutable a {
	text-decoration:none;
	color: #A59BC9;
	color: #8070A0;
}


#ongletpane {
	border: 1px solid #b1a7d1;
	background-color: #fbfaff;
}
#ongletpane .tableau {
	margin-top: 0px;
}

.onglettoolbar img {
	/*display: block;*/
	margin: 0; padding: 0;
	vertical-align:bottom;
}


#sidemenu .tableau tr.header td {
	background-color:#fbfaff;
}
#sidemenu .tableau tr td {
	border: none;
	background-color:white;
}

#sidemenutable {
	border: 1px solid #b1a7d1;
	background: #fbfaff;
	margin-top: 0;
}



/*#ongletpane .tableau tr td {
	background-color:#fbfaff;
	border-bottom: none;
	
}

#ongletpane .tableau tr.header td {
	background-color: #EDE6F4;
	font-weight:bold;
	color: #A59BC9;
	
}

#ongletpane .tableau tr.colname td {
	font-weight:bold;
	background-color: #E0E0E0;
	color: #000000;	
	border-top: 30px solid #fbfaff;
	
}

#ongletpane .tableau tr.bis td {
	background-color: #F0E9F7;
	border-top: 30px solid #fbfaff;
	
}*/



/*************************************************/


#milieu {
	background-image:url(/backoffice/image/fond_contenu.gif);
	width: 914px;
}

#colsousmenu {
	width: 228px;
	/*background-color:#f4f6f4;*/
	background-image:url(/backoffice/image/fond_colsousmenu.gif);
	background-repeat:repeat-y;
	padding: 10px;
}
#colsousmenu p {
	padding: 3px;
}
/*#colsousmenu > * {
	margin: 10px;
}*/

#colsousmenu .contenu {
	background: #fefefe;
	border-top: 1px solid #888;
}

#colsousmenu ul {
	margin: 3px;
	padding: 0;
	list-style-type:none;
}

#colsousmenu ul li {
	margin-bottom: 3px;
}
#colsousmenu li a, #colsousmenu li img {
	vertical-align:middle;
	/*display:inline-block;*/
}

#contenu {
	/*margin: 50px 50px 50px 200px;*/
	/*background-color:#fff;*/
	/*margin: 15px;*/
	padding: 15px;
	/*padding-left: 260px;*/
	/*background-image:url(/backoffice/image/fond_contenu.gif);*/
	
}

.sidepanel {
	display: none;
}
.sidepanelbutton {
	cursor:pointer;
	margin-top:10px;
}


/*#central {
	background-image:url(image/bas_diatem.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align:center;
	padding-top:75px; 
}*/
/*#header {
	float: right;
}
#header a{
	color: #fff;
	text-decoration: none;
}*/

/*#baseline {
	top: 0px;
	left: 0px;
	height: 29px;
	color: #fff;
	padding-left:150px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
}
.baseline{
	color: #fff;
}*/

/********************* BOUTONS **********************/

#boutons {
	display: block;
	float:right;
	width: 330px;
}


a.btaide  {		
	display: block;
	width:55px;
	height: 22px;	
	background-image:url(image/bt/bt_aide.gif);
}
a.btaide:hover  {		
	background-image:url(image/bt/bt_aide_over.gif);
}
a.btdeconnexion  {		
	display: block;
	/*width:110px;*/
	height: 22px;	
	background-image:url(image/bt/bt_deconnexion.gif);
	background-repeat:no-repeat;
	background-position:center center;
	padding: 10px 0px;
	background-color:white;
	/*border: 1px solid black;*/
}
/*a.btdeconnexion:hover  {		
	background-image:url(image/bt/bt_deconnexion_over.gif);
}*/

/* liste des boutons */

a.btmodifier  {		
	display: block;
	width:110px;
	height: 21px;	
	background-image:url(image/bt/bt_modifier.gif);
}
a.btmodifier:hover  {		
	background-image:url(image/bt/bt_modifier_over.gif);
}




/********************************************************/

#logo {
	margin-bottom: 10px;
	text-align:center;
}

#menubo {
	/*position: absolute;*/
	/*top: 34px;*/
	left: 0px;
	float:left;
	width: 150px;
	background-color:#E5E5E5;
	/*border: 1px solid black;*/
	/*margin-top: 30px;*/
}

#menubo ul {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

#menubo li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	/*background-color:#CCFFFF;*/
	/*border-top: 1px solid white;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	border-right: 1px solid black;*/
	width: 130px;
}
#menubo li a {		
	display: block;
	/*height: 30px;*/
	/*padding-left: 15px;
	padding-right: 10px;
	padding-top: 2px;*/
	margin: 0px;
	
	/*padding: 10px 5px;*/
	padding: 5px 0px;
	
	text-decoration:none;
	color: #6D6E71;		
	/*border-top: 1px solid white;
	border-bottom: 1px solid black;*/
	
}
#menubo li a:hover {
	/*background-image:url(image/lien_menu_over.gif);*/
	/*background-color: white;*/
	text-decoration:none;
	font-weight: bold;
	color: #000;	
}	


#menubas {
	height: 80px;
	background-image: url(image/fond_menu.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#fff;
}
#menuadmin {
	width: 150px;
	background-image: url(image/fond_admin.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top :40px; 
}
/*#menuadmin ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#menuadmin li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#menuadmin li a {		
	display: block;
	height: 20px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;	
	/*background-image:url(image/lien_admin.gif);/
	text-decoration:none;
	color: #6D6E71;		
}
#menuadmin li a:hover {
	/*background-image:url(image/lien_admin_over.gif);/
	text-decoration:none;
	font-weight: bold;
	color: #000;	
}*/

#menubasadmin {
	width: 150px;
	height: 15px;
	background-image: url(image/fond_admin_bas.gif);
	background-position:top;
	background-repeat:no-repeat;
}





.legende{
	font-size: 0.8em;
	color: #A59BC9;
}


#box {
	float:left;
	width: 200px;
	padding: 15px 30px 15px 0px;
}

#boxhaut {
	height: 120px;
	background-image: url(image/box_fond.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	/*padding: 0px 15px;*/
}

#boxdiatem {
	height: 120px;
	background-image: url(image/box_diatem.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding: 0px 15px 0px 15px;
}
#boxbas {
	height: 40px;
	float:right;
	margin-top: 10px;
}


#footer {
	height: 20px;
	background-color: #fff;
	color: #A49BC8;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	clear: both;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}

/* A utiliser en table de préférence (avec une seule ligne, une seule cellule) */
.info {
	background-color:#bacaea;
	border: double 3px #A59BC9;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:justify;
}
.info td {
	padding: 10px;
	padding-top: 5px;
}
.info h1 {
	color: white;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	text-align:center;
}



input.btdroite  {		
	display: block;
	width:20px;
	height: 20px;	
	background-image:url(image/bt/fleche_d.gif);
}
input.btdroite:hover  {		
	background-image:url(image/bt/fleche_d_over.gif);
}

.erreur {
	border: 1px red solid;
}
.erreurTexte {
	color: red;
	text-align:center;
	padding: 10px 0px;
	border: dashed 2px red;
	margin-bottom: 10px;
	float: right;
	width: 70%;
}
.error {
	color: red;
	font-weight:bold;
}

.toolbar {
	margin-top: 5px;
	margin-bottom: 10px;
}
.toolbarRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}



/* A utiliser avec les dates */

.encours {
	/*color: #009933 !important; */
	color: #008822 !important;
	/*font-weight: bold;*/
}

.perime {
	/*color: #CC0000 !important;*/
	color: #888 !important;
	text-decoration:line-through;
}

/********** CATALOGUES **************/

#catInactifs {
	float: right;
}

#top {
	clear: right;
/*	border-bottom: solid 1px black;*/
}

#listeEnseigne {
	float: right;
}

#contenu #onglets {
	margin-bottom: 20px;
	margin-top: 20px;
}
/*#onglets a{
	text-decoration:none;
}

.onglet, .onglet_actif {
	border-top: 1px solid #666;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;	
}
.onglet {
	border-bottom: 1px solid #666;
}

.fin, .finInactif {
	display: block;
}
.finInactif {
	border-bottom: 1px solid #666;
}
.milieu, .milieuInactif {
	border-top: 1px solid #666;
	display: block;
}
.milieuInactif {
	border-bottom: 1px solid #666;
}
.finale {
	border-bottom: 1px solid #666;
}*/

.badfile {
	color: red;
	font-weight: bold;
}

.publie {
	color: #009933;
	font-weight: bold;
}

.perime {
	color: #CC0000;
	text-decoration:line-through;
	/*font-weight: bold;*/
}

.trCatalogue td {
	width: 90px;
}

#tooltip {
	display: none;
	background-color: #FFB;
	color: black;
	border: 1px solid #AA0;
	position: absolute;
	top: 0px;
	left: 0px;

	/*text-align:justify;*/
	padding: 10px;

	width: 200px;
	z-index:1;
}


/**************** NOUVELLE INTERFACE ACCUEIL *******************/

#fond {
	position:relative;
	width: 495px;
	height: 261px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#F2F2F2;
	border-top: 0px #3300FF;
	border-right: 0px #3300FF;
	border-bottom: 0px #3300FF;
	border-left: 0px #3300FF;
	background:url("/backoffice/image/fond_login.gif");
	background-repeat:repeat-y;
}

#nomAppz {
	text-align:left;
	position:absolute;
	width: 229px;
	left: 173px;
	top: 131px;
}

#zoneIdent {
	text-align:left;
	position:absolute;
	width: 262px;
	left: 141px;
	top: 80px;
}



#zoneRecap {
	position:absolute;
	text-align:center;
	width: 497px;
	left: 477px;
	top: 302px;
	color:#48419B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#zoneValid {
	position:absolute;
	text-align:left;
	width: 189px;
	left: -1px;
	top: 268px;
}

#zoneInfo {
	position:absolute;
	text-align:right;
	width: 268px;
	left: 227px;
	top: 273px;
	color:#48419B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.nomAppz {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#48419B;
	font-weight: bold;
	font-style: normal;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #48419B;
	background-color: #F2F2F2;
	border: 1px solid #999999;
}

.texteIdent {
	color:#48419B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}



.erreurText {
	color:#FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
