#page {
	width:1024px;
	height:946px;
	margin: 0 auto;
	background-color: #DBDBDB;
}
#page_attente {
	height: 625px; /*610px*/
	clear: both;
}
#bandeau_haut{
	background-color: #252525;
    height: 5%;
    border: 1px solid;
    border-radius: 5px;
    margin-top: 5px;
}
#logo_header {
	float: left;
	border-width: 0;
    color: #469DFF;
    font-size: 15px;
    font-weight: bold;
    font-family: verdana;
	padding: 15px 10px 10px 10px;
    cursor: pointer;
}
#titre_login{
    float: left;
    width: 600px;
    height: 100%;
    padding-top: 10px;
    padding-left: 20px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
button{
    float: right;
    width: 125px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
button span{
    margin-left: 10px;
}
#btn_déconnexion {
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background-color: white;
    border:1px solid #ffffff;
    color: black;
	margin: 10px 10px 5px 10px;
}
#btn_déconnexion:hover{
    background-color:#f6f6f6;
    box-shadow:inset 0px 1px 0px 0px #f6f6f6;
    border:1px solid #f6f6f6;
}
#entete{
    height: 20px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 10px;
    background-color: #F5F5F5;
    font-size: 15px;
    padding: 10px 0 10px 10px;
}
#menu{
    float: left;
    width: 600px;
    height: 100%;
    color: white;
    margin-left: 10px;
}
#menu table {
    height: 100%;
}
#menu td {
    text-align: center;
    cursor: pointer;
}
#menu td:hover {
    background-color: black;
}
#identifiants{
    float: right;
    display: inline;
    margin-top: 10px; 
    color: white;
    font-size: 11px;
    font-style: italic;
}

#affichage_boutons {
	height: 25px; /* 20px */
}

#corps {
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
    bottom: 45px;
	overflow: hidden;
	overflow-y:auto;
	clear: both;
    background-color: white;
    border-radius: 5px;
    margin-top: 10px;
}

#corps_edit {
    top			: 85px;
    left		: 1px;
    right		: 1px;
    bottom		: 30px;
    margin-top	: 20px;
    overflow	: auto;
    position	: absolute;
}



#corps_edit_grand {
	overflow-x: auto;
	overflow-y: auto;
	height: 300px;
	/* height: 533px; */
	/* *height: 537px;*/
}

#corps_edit_grand2 {
	overflow-x: auto;
	overflow-y: auto;
	height: 299px;
	/* height: 532px; */
}

#menu_onglet {
	height: 50px;
	width: 980px; /*1024px;*/
}

#menu_onglet #onglet_1, #menu_onglet #onglet_2,#menu_onglet #onglet_3{
	height:50px;
	width:204px;
	float:left;
}

#contenu {
	height: 490px;
	width: 980px; /*1024px;*/
}


#barre_menu {
	float: left;
}

#bandeau_menu {
	height: 17px;
}

#navigation {
	height: 18px;
}

.bouton_menu {
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
}

.bouton_sous_menu {
	display: inline;
	position: relative;
}


/**
 * Footer
 **/
#footer {
    position: absolute;
	text-align: right;
	height: 5%;
	background-color: #F5F5F5;
    border-top: 1px solid #DCDCDC;
	margin-right: 10px;
	bottom: 0;
	left: 0;
	width: 100%;
}

#footer p {
	height: 20px;
	padding-right: 10px;
	padding-top: 3px;
	margin: 0px;
	text-align: right;
	vertical-align: middle;
	float: right;
}

#footer p.nom_version {
	font-size: 0.9em;
	float: right;
    margin-top: 10px;
	margin-right: 30px;
}

#footer p.contact {
	font-size: 0.9em;
	float: left;
    margin-top: 10px;
	margin-left: 30px;
    cursor: pointer;
}

#footer p.incident {
	font-size: 0.9em;
	float: left;
	margin-left: 60px;
}

#footer p.lien_informations {
	font-size: 0.9em;
	float: left;
	margin-left: 10px;
}

/**
 * Menus et sous menus
 **/
#menus {
	float: left;
	position: relative;
	z-index: 1;
}
	#menus a {
		display:block;
		padding: 0;
		text-decoration : none;
	}
	#menus>ul {
		list-style: none;
		margin: 0;
		padding: 0;
		line-height : 17px;
	}
		#menus>ul>li {
			background-image: url(../../images/interface/barre_repeat.png);
			background-position: 88px 0px;
			background-repeat: no-repeat;
			position: relative;
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			margin-left: 2px;
			text-align: center;
			width: 90px;
			cursor: pointer;
		}
				#menus>ul>li>ul {
				z-index:9999;
				position: absolute;
				overflow: hidden;
				padding: 0px 2px 0px 2px;
				margin: 0;
				*margin-top: 15px;
				*width: 215px;
				left: -999em;
				background-color: #e6e6e6;
			}
			#menus>ul>li>ul a{
			}
				#menus>ul>li>ul>li {
					text-align: left;
					list-style: none;
					border-top : 1px solid #ffffff;
					/*padding: 2px 5px;
					background-color: #D4DED6;
					border-bottom:1px solid #BCBCBC;
					border-left:1px solid #BCBCBC;
					border-right:1px solid #BCBCBC;*/
					white-space:nowrap;
					z-index: 9999;
				}
					#menus>ul>li>ul>li>a {
						color: black;
						font-weight: bold;
						font-size: 0.8em;
						text-decoration: none;
						padding: 0 7px 0 7px;
						z-index: 9999;
					}
#menus ul li:hover ul, #menus li li:hover ul, #menus li.sfhover ul, #menus li li.sfhover ul {
   	left: 0;
   	min-height: 0;
   	z-index: 2;
}
#menus>ul>li:hover>ul, #menus>ul>li.sfhover>ul {
  	left: 0;
  	min-height: 0;
  	z-index: 2;
}
#menus li li:hover, li li.sfhover {
	background-color: #d6d6d6;
}
/**
*div login
 **/
 #login {
	z-index: 1;
	list-style: none;
	top:2px;
	margin-top:20px;
	margin-right:14px;
	text-align:center;
	vertical-align:middle;
	padding-right:5px;
	font-size: 10pt;
}
/**
 * Le petit message en haut qui est tout joli et centré et tout et tout
 **/
#message {
	background-color:#98DB9C;
	border:1px solid #00734F;
	color: #000000;
	font-weight:bold;
	left:50%;
	margin-left:-210px;
	padding:1em 10px;
	position:absolute;
	top:-1px;
	width:400px;
	z-index:500;
}
#message.erreur {
	background-color:#F1E7E6;
	border:1px solid #E64934;
}
#message.en_cours {
	background-color:#FFFF88;
	border:1px solid #AAAA44;
}

#formulaire_filtre>#btn_enregistrer{
	width:80px;
	height:25px;
}
/* Cadre de login */
#content {
	width:500px;
	margin: 100px auto 35px;
	padding: 15px;
}
#lien_oubli {
	color: #ABABAB;
	cursor: pointer;
}
a:hover {
	font-weight: bold;
}
/* Menus cachés par les onglets */
div#onglet_ots_associes, div#onglet_document, div#onglet_associes{
	display: none;
}
/* table liste*/
#tableau_filtre_liste {
	/* valeur ancienne : 420px*/
	/* modification de la hauteur des listes globales */
	height: 350px;
	overflow-x:auto;
}
#tableau_filtre_liste_full {
	min-height: 420px;
	overflow-x:auto;
}
table#table_list th {
	white-space: nowrap;
}
/*#btn_incident {
	position:absolute;
	top:120px;
	right:40px;
	z-index:0;
}*/

#onglet_details_informations_generales,
#onglet_details_contacts,
#onglet_details_eco_organismes,
#onglet_details_details_annexes,
#onglet_details_points_collecte,
#onglet_details_documents,
#onglet_details_statut{
	/*height : 318px;*/
	position:	absolute;
	top:		100px;
	right:		5px;
	left:		5px;
	bottom:		30px;
	overflow-x: auto;
	overflow-y: auto;
}

/*

#onglet_details_statut{
	height : 590px;
	overflow-x: auto;
	overflow-y: auto;
}
*/


table tr.regul td{
	color:red;
}


.progress-bar {
    background-color: #D8D8D8;
    height: 10px;
    padding: 5px;
    width: 80%;
    margin-left: 10%;
    margin-top: 40px;
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;           
}

.progress-bar span {
    display: inline-block;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;    
}

.blue span {
    background-color: #A4A4A4;   
}

.glow span {
    box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;    
    animation: animate-glow 1s ease-out infinite;
}

.stripes span {
    animation: 3s linear 0s normal none infinite animate-stripes;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 30px 30px;
}

.navigation_import {
	text-align:center;
	width:75%;
	margin:auto;
	margin-top:40px;
	padding-bottom:40px;
}

.nav_pre_import {
	float:left;
	height:18px;
	width:29%;
	background-color: #BDBBBD;
	border:1px solid black;
}

.nav_import {
	float:left;
	height:18px;
	width:29%;
	background-color: #EEEEEE;
	border:1px solid black;
}

.nav_traitement {
	float:left;
	height:18px;
	width:40%;
	background-color: #EEEEEE;
	border:1px solid black;
}