#page {
	width: 980px; /*1024px;*/
	height: 760px;
	margin: 0 auto;
}

#page_attente {
	height: 625px; /*610px*/
	clear: both;
}

#bandeau_haut{
	width:980px; /*1024px;*/
	height:100px;
	background-color: white;
}


#menu_haut {
	height: 50px;
	width: 980px; /*1024px;*/
}

#affichage_boutons {
	height: 20px;
	/*position:absolute;
	right:30px;
	top:116px;*/
}

#corps {
	overflow: hidden;
	height: 625px; /*610px*/
	clear: both;
}

div.corps_edit, #corps_edit, div.corps_edit_avec_onglet {
	overflow-x: auto;
	overflow-y: auto;
	height: 505px !important; /*510px;*/
	height: 490px;
	width: 95%;
	margin: 0 auto;
}
div.corps_edit, #corps_edit {
	margin-top:	25px;
	height: 505px !important; /*510px;*/
}
div.corps_edit_avec_onglet {
	height: 485px !important; /*510px;*/
}

#corps_edit_grand {
	overflow-x: auto;
	overflow-y: auto;
	height: 533px;
	*height: 537px;
}

#corps_edit_grand2 {
	overflow-x: auto;
	overflow-y: auto;
	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;*/
}

/*
#footer{
	height:60px;
	width:1024px;
}
*/
#logo_header {
	float: left;
	margin-left: 15px;
	border-width: 0;
	margin-top: 3px;
}

#barre_menu {
	float: left;
}

#bandeau_menu {
	height: 28px;
}

#navigation {
	height: 18px;
}

.bouton_menu {
	color:white;
	background-color:rgb(91, 116, 97);
	vertical-align:midle;
	text-align:center;
	height:15px;
	width:87px;
	cursor: pointer;
	font-weight:bold;
	font-size:8pt;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:3px;
	margin-bottom:3px;
	font-family: tahoma;
}

.bouton_sous_menu {
	display: inline;
	position: relative;
}

#deconnexion {
	float: right;
	vertical-align: middle;
	padding-right: 3px;
	padding-top: 2px;
}


/**
 * Menus et sous menus
 **/
#menus {
	float: left;
	position: relative;
	z-index: 10;
}
	#menus>ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#menus>ul>li {
			/*background-image: url(../../images/interface/separation_menu.png);*/
			background-position: 88px 4px;
			background-repeat: no-repeat;
			position: relative;
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			width: 90px;
		}
			#menus>ul>li>ul {
				z-index:9999;
				position: absolute;
				top: 18px;
				left: 0px;
				width: 88px;
				overflow: hidden;
				padding: 0;
				margin: 0;
				width: 220px;
			}
				#menus>ul>li>ul>li {
					padding: 2px 5px;
					list-style: none;
					background-color: #D4DED6;
					border-bottom:1px solid #BCBCBC;
					border-left:1px solid #BCBCBC;
					border-right:1px solid #BCBCBC;
					white-space:nowrap;
				}
					#menus>ul>li>ul>li>a {
						color: black;
						font-weight: bold;
						font-size: 0.8em;
						text-decoration: none;
					}
/**
*div login
 **/
 #login {
	float: right;
	position: relative;
	z-index: 1;
	list-style: none;
	top:2px;
	vertical-align:middle;
	padding-right:5px;
}
	#login>ul {
		z-index:9999;
		position: absolute;
		top: 15px;
		right: 0px;
		overflow: hidden;
		padding: 0;
		margin: 0;
		width: 148px;
		/*height: 22px;*/
		list-style: none;
	}
		#login>ul>li {
			padding: 2px 5px;
			list-style: none;
			background-color: #D4DED6;
			border-bottom:1px solid #BCBCBC;
			border-left:1px solid #BCBCBC;
			border-right:1px solid #BCBCBC;
			/*white-space:nowrap;*/
		}
			#login>ul>li>a {
				color: black;
				font-weight: bold;
				font-size: 0.8em;
				text-decoration: none;
			}
/**
 * Le petit message en haut qui est tout joli et centré et tout et tout
 **/
#message {
	background-color:#FFFF88;
	color: #000000;
	border-color:#AAAA44;
	border-style:solid;
	border-width:0px 1px 1px;
	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;
	}

#formulaire_filtre>#btn_enregistrer{
	width:80px;
	height:25px;
}
/* Cadre de login */
#content {
	width:500px;
	margin: auto;
	margin-top:	15px;
	padding: 15px;
}

#content_logo{
	width		: 230px;
	margin		: auto;
	margin-top	: 26px;
	text-align	: center;
	font-style	: arial;
	font-weight	: bold;
	color		: #000000;
	float 		: left;
}
#contenant_texte_entre_logo{
	float 		: left;
	padding		: 60px 0 0 51px;
	font-weight	: bold;
	font-size	: 13pt;
	color		: black;
}

#content_court_circuit{
	width		: 250px;
	margin-top	: 15px;
	float 		: right;
}
#content_description{
	width		: 820px;
	margin		: auto;
	margin-top	: 35px;
	text-align	: center;
	font-style	: arial;
	font-weight	: bold;
	color		: #000000;
}

#content_legende{
	margin-top	: 60px;
	margin-left	: 15px;
	font-style	: arial;
	font-size	: 9px;
	color		: #000000;
}

#logo_ecologic_pro{
	width		: 100%;
}
#logo_court_circuit{
	width		: 90%;
}

#span_identification{
	font-size	: 16px;
	margin-top	: 55px;
}

#info_rejoignez_nous{
	width			: 380px;
	padding-bottom	: 10px;
	margin-left		: 50px;
	font-weight		: bold;
}

#rejoignez_nous{
	width		: 130px;
	float		: right;
}

#rejoignez_nous .bouton{
	padding-bottom	: 0px;
}


/* Menus cachés par les onglets */
div#onglet_ots_associes, div#onglet_document, div#onglet_associes{
	display: none;
}
/*#btn_incident {
	position:absolute;
	top:120px;
	right:40px;
	z-index:0;
}*/

