/**
 * @file style.css
 * @brief Feuille de style spécialisée pour 
 * le site d'administration de MairieWeb.
 * @author Bertrand Usse
 *         Benjamin Debove
 * Copyright (c) 2005 Société Eriidan
 * @date 2005-07-19
 */

@import url("sbase.css");

/* max_width = 778 */

h1 {
	width: 778px;
}

#menu {
	border-top: #aeaeae 1px solid;
	width: 778px;
}

table.subtitle {
	width: 778px;
}

td.st_icon {
	vertical-align: middle; 
	width: 54px;
}

td.st_text {
	vertical-align: middle;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	width: 724px; /* max_width - st_icon.width */
}

div.st_descr {
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 16px;
	width: 778px;
}

table.prop {
	width: 778px;
	text-align: left;
}

th.prop {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	background-color: #000055;
}

span.menu {
	border-left: #aeaeae 1px solid;
	border-right: #aeaeae 1px solid;
	/*width: 172px;*/
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

span.page_normale {
	color: #ffffff;
	font-weight: bold;
}

span.page_speciale {
	color: #ffff99;
	font-weight: bold;
}

table.gest_menu {
	margin: 2px;
}

table.gest_smenu {
	margin: 2px;
}

td.gest_menu_elem, td.gest_smenu_elem {
	color: #fff;
	/*width: 120px;*/
	text-align: center;
}

td.gest_menu_elem {
	background-color: #000;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}

td.gest_smenu_elem {
	background-color: #333;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}

table.list {
	border-collapse: collapse;
	border: 1px #000 solid;
	width: 778px;
	/*padding: 2px;*/
}

th.list {
	background-color: #00009F;
	border-bottom: 1px #000 solid;
	padding-left: 2px;
	padding-right: 2px;
}

td.line0 {
	background-color: #000072;
	color: #fff;
	text-align: center;
	padding: 4px;
}

td.line1 {
	background-color: #000086;
	color: #fff;
	text-align: center;
	padding: 4px;
}

td.line2 {
	background-color: #000000;
	color: #fff;
	text-align: center;
	padding: 4px;
}

/*pour l'aperçu du bandeau*/
/*td.bandeau {
	background-repeat: repeat-x;
	height: 120px;	
	padding-left: 10px;
	padding-right: 10px;
}*/

#page_navig {
	text-align: center;
	padding: 8px;
	margin: 4px;
}

#attente {

	display: none;

	width: 700px;
	height: 40px;
	
	z-index: 2;
	position: absolute;

	left: 50%;
	top: 50%;

	margin-top: -20px;
	margin-left: -350px;
	
	border: 1px solid #fff;
	
	background-color: #333;
	color: #fff;
	
	vertical-align: middle;

	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}