/* @override
	http://urbidev.fn.mac/css/screen.css
*/

/* Remove padding and margin */

html, body,
h1, h2, h3, h4, h5, h6,
ul, ol, dl, li, dt, dd,
div, p, blockquote, pre, form, fieldset,
table, th, td {
	margin: 0;
	padding: 0;
	}

/* Put margin back on certain elements */

h2, h3, h4, h5, h6,
p, blockquote, pre, form, fieldset,
table, ul, ol {
	margin: 1em 0 0;
	}

blockquote {
	margin-left: 2em;
	}

/* Remove border around linked images */

img, a img, :link img, :visited img {
	border: none;
	}

/* Typography */

html {
	font-size: 100.01%;
	}

body {
	background: #FFF url(/img/bg/bg-body.png) 0 0 repeat-x;
	color: #333;
	font: 84%/1.3 Helvetica,Arial,sans-serif;
	text-align: center;
	}

body.s {
	font-size: 76%;
	}

body.m {
	font-size: 84%;
	}

body.l {
	font-size: 93%;
	}

body * {
	font-size: 1em;
	}

/* @group Headings */

h2 {
	color: #149447;
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 .75em;
	}

h3 {
	color: #149447;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 .75em;
	}

h4 {
	font-size: 1.5em;
	line-height: 1;
	font-weight: normal;
	margin: 1em 0 .5em;
	}

h5 {
	font-size: 1.2em;
	line-height: 1.25;
	margin: 1em 0 .5em;
	}

h6 {
	font-size: 1em;
	margin: 1em 0 .5em;
	}

/* @end */

/* @group Text elements */

p {
	margin: .75em 0 0;
	}

p.first {
	margin-top: 0;
	}

ol, ul {
	list-style: none;
	}

ul {
	margin: 1em 0 0;
	}

ol {
	margin: 1em 0 0 2em;
	}

ul ul, ol ol, ul ol, ol ul {
	margin-top: .5em;
	}

li {
	margin: .25em 0 0;
	}

dl {
	margin: 1em 0 0;
	}

dl dt {
	font-weight: bold;
	}

dd {
	margin-left: 1.5em;
	}

hr {
	background-color: #444;
	border: 0;
	color: #444;
	height: 2px;
	}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	}

address {
	margin-top: 1.5em;
	font-style: italic;
	}

del {
	color: #666;
	}

a, a:link {
	color: #149447;
	text-decoration: none;
	}

a:visited {
	color: #0e6631;
	}

a:hover, a:focus {
	color: #149447;
	text-decoration: underline;
	}

a:active {
	color: #930;
	}

/* @end */

/* @group Tables */

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0 0;
	}

tr {
	vertical-align: top;
	}

caption,th,td {
	text-align: left;
	}

/* @end */

/* @group Forms */

form {
	margin: 1em 0 0;
	}

fieldset {
	border: none;
	clear: left;
	float: left;
	width: 100%;
	}

form ol {
	margin: 0;
	list-style: none;
	}

form li {
	clear: left;
	float: left;
	line-height: 1.1;
	padding-bottom: .5em;
	width: 100%;
	}

label {
	display: block;
	float: left;
	line-height: 1.1;
	margin: 0 1em 0 0;
	padding: .3em 0 0;
	text-align: right;
	width: 10em;
	}

div.submit {
	margin: .5em 0 0;
	padding-left: 11em;
	}

div.error-message {
	color: red;
	font-weight: bold;
	padding-left: 11em;
	}

form div {
	clear: both;
	}

form div.input {
	margin: 0 0 .5em;
	}

form div.input .note {
	color: #333;
	font-weight: normal;
	}

form div.checkbox {
	position: relative;
	margin: 0 0 0 11em;
	padding: 0 0 .5em;
	}

form div.checkbox input {
	margin: 0 0 4px;
	vertical-align: middle;
	}

form div.checkbox label {
	display: inline;
	float: none;
	margin: 0;
	padding: 0 0 0 .5em;
	text-align: left;
	width: auto;
	}

form div.disabled label {
	color: #999;
	}

form .multiple {
	padding: 0 0 .5em;
	overflow: hidden;
	}

form .multiple div.checkbox {
	clear: none;
	padding: 0;
	}

form .multiple fieldset {
	clear: none;
	float: none;
	margin: 0 0 0 11em;
	width: auto;
	}

form .multiple fieldset div.checkbox {
	margin: 0;
	}

form .required .checkbox label {
	color: #333;
	font-weight: normal;
	}

form#selectData {
	margin: 1em 0 2em;
	}

form#selectData label {
	font-size: 1.4em;
	width: 6em;
	}

form#selectData select {
	color: #333;
	font-size: 1.3em;
	}

form#selectData div.submit, form#selectData div.error-message {
	padding-left: 9.4em;
	}

/* @end */

/* @group Default classes */

.top {
	margin-top: 0;
	padding-top: 0;
	}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
	}

.left {
	float: left;
	margin: 0 1.5em 1.5em 0;
	}

.right {
	float: right;
	margin: 0 0 1.5em 1.5em;
	}

.reset-margin {
	margin: 0;
	}

.reset-padding {
	padding: 0;
	}

.reset {
	margin: 0;
	padding: 0;
	}

.align-left {
	text-align: left;
	}

.align-center {
	text-align: center;
	}

.align-right {
	text-align: right;
	}

.nowrap {
	white-space: nowrap;
	}

.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}

div.error, p.error, span.error, label.error, .required {
	color: #C30;
	font-weight: bold;
	}

input.error, table.list input.form-error, textarea.error {
	border: 3px solid #C30 !important;
	}

div.textblock {
	margin: 1em 0 0;
	}

.docsize {
	color: #666;
	font-size: .85em;
	}

/* @end */

/* @group Custom classes */

.col1 {
	display: inline;
	float: left;
	width: 48%;
	}

.col2 {
	display: inline;
	float: right;
	width: 48%;
	}

.specialbox {
	background: #E5F3DC;
	border: 1px solid #149447;
	line-height: 1.2;
	padding: 10px;
	}

.specialbox h4 {
	margin: 0 0 .6em;
	}

.specialbox a:link, .specialbox a:visited {
	color: #149447 !important;
	}

.specialbox h4 a:link, .specialbox h4 a:visited {
	color: #333 !important;
	}

.specialbox a:hover, .specialbox h4 a:hover {
	color: #930;
	}

.specialbox ul {
	font-size: 1.2em;
	margin: .5em 0 0;
	}

.specialbox ul li {
	margin: .4em 0 0;
	}

.specialbox .note {
	color: #333;
	margin-top: 1em;
	}

p.legend {
	margin: .75em 0 0;
	}
p.pos {
	background: url(/img/bg/bg-legend-pos.png) 0 0 no-repeat;
	padding-left: 22px;
	}
p.neg {
	background: url(/img/bg/bg-legend-neg.png) 0 0 no-repeat;
	padding-left: 22px;
	}

/* @end */

/* @group Layout */

#page {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 970px;
	}

#main {
	position: relative;
	width: 970px;
	}

/* @end */

/* @group Header */

#header {
	position: relative;
	width: 970px;
	}

#header h1 img {
	display: block;
	}

#header h2 {
	color: #52AFDD;
	font-size: 1.2em;
	position: absolute;
	top: 80px;
	left: 300px;
	text-align: right;
	width: 670px;
	}
#header h2 strong {
	font-size: 1.8em;
	font-weight: normal;
	}

#utils {
	position: absolute;
	top: 20px;
	left: 300px;
	width: 670px;
	}
#utils ul {
	float: right;
	margin: 0;
	}
#utils li {
	border-right: 1px solid #999;
	display: inline;
	float: left;
	line-height: 1;
	padding: 0 10px;
	}
#utils li.last {
	border: none;
	padding-right: 0;
	}
#utils li a {
	color: #666 !important;
	}

/* @end */

/* @group Main Nav */

#menu {
	height: 45px;
	margin: 0 0 40px;
	overflow: hidden;
	}

#menu ul {
	margin: 0 0 0 15px;
	overflow: hidden;
	position: relative;
	width: 955px;
	}

#menu li {
	background: transparent url(/img/bg/bg-menu-sep.png) 0 7px no-repeat;
	display: inline;
	float: left;
	font-size: 1.35em;
	margin: 0;
	}

#menu li a {
	border: none;
	color: #FFF;
	display: block;
	float: left;
	padding: 13px 10px 8px 12px;
	}

#view #b_view a,
#edit #b_edit a,
#export #b_export a,
#user #b_user a,
#aide #b_help a,
#admin #b_admin a {
	background: transparent url(/img/bg/bg-menu-select.png) left bottom repeat-x;
	}

#menu li a:hover {
	color:  #9C6;
	text-decoration: none;
	}

#menu li#b_view {
	background: none;
	}
#menu li#logout {
	background: none;
	float: right;
	}
#menu li#logout a {
	padding-left: 0;
	padding-right: 0;
	}

/* @end */

/* @group Section Menu */


#sectionmenu {
	float: left;
	padding: 3em 0;
	position: relative;
	width: 185px;
}

#sectionmenu ul {
	margin: 0;
	padding: 0;
	position: relative;
	width: 185px;
}
#sectionmenu ul ul {
	width: 170px;
}

#sectionmenu li {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 1em;
	padding: 0 0 0 15px;
	text-transform: uppercase;
}
#sectionmenu li li {
	font-size: 1.05em;
	font-weight: normal;
	margin: 0;
	padding: .75em 0 0;
	text-transform: none;
}

#sectionmenu li li li {
	font-size: .85em;
	margin: .5em 0 0;
	padding: .25em 0 0;
}

#sectionmenu li li ul {
	display: none;
	margin: 0 0 .25em;
}
#sectionmenu li li.select ul {
	display: block;
}

#sectionmenu li.select {
	background: transparent url(/img/bg/bg-menu-section.png) 0 0 repeat-y;
}
#sectionmenu li.select li {
	background: none;
}

#sectionmenu li a, #sectionmenu li a {
	border: none;
	color: #999;
}
#sectionmenu li a:hover,
#sectionmenu li.select li a:hover,
#sectionmenu li.select li.select li a:hover {
	color: #149447;
}
#sectionmenu li.select a,
#sectionmenu li.select li.select a,
#sectionmenu li.select li.select li.select a,
#sectionmenu li.select a:hover,
#sectionmenu li.select li.select a:hover,
#sectionmenu li.select li.select li.select a:hover {
	color: #149447;
	cursor: default;
	text-decoration: none;
}
#sectionmenu li.select li a,
#sectionmenu li.select li.select li a {
	color: #333;
	cursor: pointer;
}
#sectionmenu li.select li a:hover,
#sectionmenu li.select li.select li a:hover {
	cursor: pointer;
}

#sectionmenu li li li a {
	background: transparent url(/img/dot.png) 5px .47em no-repeat;
	display: block;
	padding: 0 0 0 15px;
	width: 150px;
}
#sectionmenu li li li a:hover,
#sectionmenu li.select li.select li.select a {
	background-image: url(/img/dot-select.png);
}

/* @end */


/* @group Content */

#text {
	position: relative;
	width: 970px;
	}

.wmenu #text {
	float: right;
	width: 750px;
	}

#text ul li {
	background: transparent url(/img/dot.png) 0 .45em no-repeat;
	padding: 0 0 0 10px;
	}

#text ol {
	list-style: decimal;
	}


/* @end */

/* @group Flash message */

div.message {
	font-weight: bold;
	margin: 0 0 1em;
	padding: 10px;
	}

div.error, div#authMessage {
	background: #FFC0CB;
	border: 1px solid #C00;
	}

form div.error {
	background: none;
	border: none;
	}

div.confirmation {
	background: #E8FFB2;
	border: 1px solid #679009;
	}

#arrowmessage {
	background: #FF9;
	border: 1px solid #C60;
	margin: 1em 0 2em;
	padding: 10px;
	position: relative;
	}
#arrowmessage h3 {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 8em .25em 0;
	}
#hide_message {
	cursor: pointer;
	font-size: .85em;
	position: absolute;
	top: 10px; right: 10px;
	text-align: right;
	text-decoration: underline;
	}


/* @end */

/* @group Footer */

/* =Footer
-------------------------- */

#footer {
	clear: both;
	padding: 40px 0 20px;
	}

#footer #copyright {
	border-top: 1px solid #149447;
	color: #666;
	font-size: .9em;
	margin: 0;
	padding: 10px 0 0;
	text-align: right;
	}

/* @end */

/* @group MISC */

div.testblock {
	margin: 1em 0 0 2em;
	}

div.testblock p {
	margin: 0;
	}

#js_disabled {
	color: #C30;
	font-weight: bold;
	}

#js_enabled {
	color: #679009;
	display: none;
	}

/* vcard */

div.vcard {
	margin: 1em 0 0;
	}

/* menu de selection des agglomeration */

div#admin_agglomeration {
	margin: 0 0 2em;
	padding: 10px;
	}

div#admin_agglomeration form {
	margin: 0;
	}

/* menu principal des indicateurs */

#ind_sommaire {
	float: left;
	width: 450px;
	}

#ind_links {
	float: right;
	width: 485px;
	}

.ind_link {
	float: left;
	margin: 0 35px 0 0;
	width: 225px;
	}

.ind_link a:link {
	color: #360;
	}

#ind_link_2 {
	margin: 0;
	}

.ind_link .specialbox {
	margin: 0 0 35px;
	}

#ind_sommaire .note {
	background: #EEE url(/img/asterisk.gif) left top no-repeat;
	margin: 2em 0 0;
	padding: 6px 10px 4px 21px;
	}

#ind_sommaire .note em {
	display: none;
	}

div.wrap_rates {
	border: 3px solid #149447;
	}

table.rates {
	margin: 0;
	width: 444px;
	}

table.rates th, table.rates td {
	font-size: 1.6em;
	line-height: 1;
	padding: .25em 0;
	text-align: center;
	width: 80px;
	}

table.rates th {
	font-weight: normal;
	padding: .35em 0 0;
	}

table.rates td {
	padding: 0 0 .25em;
	}

table.rates .forecast {
	background: #EEE;
	color: #666;
	}

table.rates th.forecast {
	background: #EEE url(/img/asterisk.gif) right top no-repeat;
	color: #666;
	}

table.rates .objective {
	width: auto;
	}

/* menu de sélection des unités */

#text ul.unitmenu {
	background: #ECECEC;
	padding: 4px 0;
	overflow: hidden;
	width: 746px;
	}

#text ul.unitmenu li {
	background: none;
	float: left;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 1px 10px 0;
	border-left: 1px solid #444;
	}

#text ul.unitmenu li.first {
	border-left: none;
	}

#text ul.unitmenu li a {
	color: #149447 !important;
	font-weight: normal;
	}

/* tableau synthese */

table.synthese {
	margin: 2em 0;
	}

table.c2 {
	margin: 2em 125px;
	}

.synthese th, .synthese td {
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	}

.synthese th {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 20px;
	}

.synthese td {
	font-size: 1.1em;
	width: 180px;
	}

.synthese td.barcell {
	width: 70px;
	}

.synthese th.pos strong, .synthese th.pos a {
	color: #149447 !important;
	}

.synthese th.neg strong, .synthese th.neg a {
	color: #C00 !important;
	}

.synthese th strong {
	display: block;
	margin: 0 0 .25em;
	}

.synthese td a:link, .synthese td a:visited {
	color: #333;
	}

.synthese p {
	margin: 0 0 .5em;
	}

.synthese .bar {
	background: #888;
	border: 3px solid #000;
	float: right;
	height: 100px;
	margin-right: 5px;
	width: 35px;
	}

.synthese td.combined .bar {
	background: #C00;
	}

.synthese td.pos .bar {
	border-color: #149447;
	}

.synthese td.neg .bar {
	border-color: #C00;
	}

.synthese .bar_red {
	background: #C00;
	}

.synthese .bar_green {
	background: #149447;
	}

.synthese .bar_gray1 {
	background: #EEE;
	}

.synthese .bar_gray2 {
	background: #CCC;
	}

.synthese .bar_gray3 {
	background: #AAA;
	}

/* tableau du bilan annuel */

table.annuals {
	border-top: 1px solid #AAA;
	border-bottom: 3px solid #AAA;
	margin: 1em 0;
	width: 750px;
	}

.annuals tr.odd th, .annuals tr.odd td {
	background: #EEE;
	}

.annuals th, .annuals td {
	font-size: 1.2em;
	padding: 4px;
	text-align: center;
	}

.annuals thead .toprow th {
	padding-bottom: 0;
	}

.annuals thead .btmrow th {
	padding-top: 0;
	}

.annuals tbody th {
	font-weight: normal;
	text-align: left;
	}

.annuals tbody td {
	width: 90px;
	}

.annuals tbody td.em {
	font-size: 1.3em;
	font-weight: bold;
	}

/* graphiques */

.chart {
	margin: 1em 0 0;
	}

/* aide */

.help {
	margin-top: 34px;
	}

.help h4 {
	margin-top: 5px;
	}

.help h5 {
	margin-bottom: .5em;
	}

#faq {
	display: inline;
	float: left;
	width: 600px;
	}

#glossary {
	display: inline;
	float: right;
	margin-top: 24px;
	width: 300px;
	}

/* tableau integrite des donnees */

table.integrity {
	margin: 1em 0 0;
}
table.integrity th, table.integrity td {
	border: 1px solid #FFF;
	padding: 4px 8px 2px;
}
table.integrity thead th {
	text-align: center;
}
table.integrity td {
	font-size: .9em;
	text-align: center;
	width: 2em;
}
table.integrity .colsep {
	border-left: 3px solid #FFF;
}
table.integrity tr.odd th {
	background: #EEE;
}
table.integrity tr.even th {
	background: #DDD;
}
table.integrity tr.odd td.pos {
	background: #CFC;
}
table.integrity tr.odd td.neg {
	background: #FCC;
}
table.integrity tr.even td.pos {
	background: #9F9;
}
table.integrity tr.even td.neg {
	background: #F99;
}


/* @end */
