#page {
	width: 980px; /*1024px;*/
	height: 760px;
	margin: 0 auto;
}

#page_attente {
	height: 625px; /*610px*/
	clear: both;
}

#bandeau_haut{
	width:980px; /*1024px;*/
	background-color: white;
}

/*#info{
	width:200px;
	height:2em;
	float:right;
	margin-right:100px;
	margin-top:60px;
}*/
#menu_haut {
	height: 50px;
	width: 980px; /*1024px;*/
}

#affichage_boutons {
	height: 20px;
}

#corps {
	overflow: hidden;
	height: 625px; /*610px*/
	clear: both;
}

#corps_edit {
	overflow-x: auto;
	overflow-y: auto;
	height: 515px !important; /*510px;*/
	height: 501px;
}
#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;
	border-width: 10px 0 0 0;
	border-style: solid;
	border-color: #b3c3b7;
}

.bouton_menu {
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
}

.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: 1;
}
	#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: 215px;
				display: none;
			}
				#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;
		display: 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;
	display: none;
}
	#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:	100px;
	padding: 15px;
}
/* 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;
}*/
.avertissement {
	font-size: 16px;
	color: #E33;
	text-align: center;
	padding: 10px 15px;
	margin: auto;
	width: 500px;
}

