﻿body {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 83.33%;
	position: relative;
}
h1 {
	padding: 0.5em;
	font-size: 1.3em;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.1em;
}
p {
	margin: 0.5em;
}
label {
	display: block;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
form ul {
	padding: 0.3em;
}
ul.formatted, ol.formatted {
	display: block;
	margin: 1em 0.5em;
}
ul.formatted li, ol.formatted li {
	margin: 5px 30px;	
}
ul.formatted li {
	list-style-type: disc;
}
ol.formatted li {
	list-style-type: decimal;
}
/*
input, select, button {
	font-size: 1em;
}
label {
	font-weight: bold;
	padding: 0px;
}
p {
	margin: 5px 0px;
	line-height: 140%;
}
ul.formatted, ol.formatted {
	display: block;
	margin: 1em 0.5em;
}
ul.formatted li {
	margin: 5px 30px;
	display: auto;
}
ul.formatted li {
	list-style-type: disc;
}
*/
#top-nav-links {
	position: absolute;
	top: 0.5em;
	width: 98%;
	text-align: right;
	right: 8em;
}
#top-nav-links li {
	display: inline;
	cursor: pointer;
}
#top-nav-links li#nav-feedback {
	background: url('images/projet/comment_16.png') no-repeat 100% center;
	padding-right: 20px;
}
#top-nav-links li#nav-subscribe {
	background: url('images/projet/calendar_16.png') no-repeat 100% center;
	padding-right: 20px;
}
#calendar-header {
	position: relative;
	width: 100%;
}
#calendar-header h1 {
	color: #213361;
	margin: 0;
	font-size: 1.2em;
}
#calendar-header h1 select {
	color: #555;
	font-size: 1em;
	font-weight: normal;
}
#calendar-type-nav .preferences {
	background: url('images/projet/cog.png') no-repeat 10px 50%;
	padding-right: 35px;
}
#calendar-nav {
	margin: auto;
	text-align: right;
}
#calendar-nav li {
	display: inline;
	cursor: pointer;
}
#calendar-nav li.calendar-print button {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url('images/projet/printer_24.png') no-repeat 50% 50%;
	padding: 0.5em 5em;
	cursor: pointer;
}
#calendar-nav li.nav-prev button {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url('images/projet/prev_24.png') no-repeat 50% 50%;
	padding: 0.5em 1em;
	cursor: pointer;
}
#calendar-nav li.nav-next button {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url('images/projet/next_24.png') no-repeat 50% 50%;
	padding: 0.5em 1em;
	cursor: pointer;
}
#event_edit_container {
	display: none;
}
#feedback-create {
	display: none;
}
#close-feedback-container {
	display: none;
	width: 100px;
	margin: 20px auto;
}
#feedback-create .info-message {
	font-size: 1em;
}
#feedback-create textarea {
	width: 98%;
	height: 12em;
}
#feedback-create .textarea_container {
	margin-bottom: 10px;
}
#subscribe-create {
	display: none;
}
#close-subscribe-container {
	display: none;
	width: 100px;
	margin: 20px auto;
}
#subscribe-create .info-message {
	font-size: 1em;
}
#subscribe-create textarea {
	width: 98%;
	height: 12em;
}
#subscribe-create .textarea_container {
	margin-bottom: 10px;
}
button.ui-state-default {
	cursor: pointer;
	line-height: 1.4em;
	overflow: visible;
	padding: 0.2em 0.6em 0.3em;
	width: auto;
}
.module-header {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
	background: #eee url('images/projet/gradient-bg-med-grey.png') repeat-x;
	border-bottom: 1px solid #aaa;
}
.module-header table {
	width: 100%;
}
.module-header .left, .module-header .middle, .module-header .right {
	padding: 0 1em;
	width: 40%;
}
.module-header .middle {
	text-align: center;
	width: auto;
}
.module-header .right {
	text-align: right;
}
.module-header button {
	margin-top: 0.3em;
	font-size: 0.7em;
}
.module-header label {
	line-height: 2em;
}
.module-header button.ui-state-default {
	background: #b0b0b0 url('images/projet/module_header_button.png') repeat-x;
	border: 1px solid #888;
	color: #444;
	font-size: 0.9em;
}
.module-header button.ui-state-default:hover {
	background-position: 0 -31px;
	border: 1px solid #777;
}
.module-header button.ui-state-default:active {
	background-position: 0 -62px;
	border: 1px solid #666;
	color: #333;
}
.ui-widget {
	font-size: 1em;
}
.ui-datepicker {
   z-index:10;
}
.ui-selectmenu {
	border: 1px solid #1A7EA2;
	background: #3c9fc3 url('images/ui-bg_highlight-soft_55_3c9fc3_1x100.png') 50% 50% repeat-x;
	color: #eaf5f7;
}
.ui-selectmenu-menu {
	border: 1px solid #3287c7;
	z-index: 9999;
}
.ui-selectmenu-menu li {
	margin:0.4em;
}
.ui-selectmenu-open li.ui-selectmenu-item-focus {
	border: 1px solid #2c8fb3;
	background: #3c9fc3 url('images/ui-bg_highlight-soft_55_3c9fc3_1x100.png') 50% 50% repeat-x;
	color: #eaf5f7;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.toggle-nav-group {
	margin: 0 auto;
}
ul.toggle-nav-group li {
	float: left;
	display: block;
	border-top: 1px solid #bcc2c7;
	border-bottom: 1px solid #3c4243;
	font-weight: normal;
	outline: none;
	background: #606571 url('images/projet/ui-bg_highlight-soft_40_606571_1x100.png') repeat-x 50% 50%;
	border-left-style: none;
	border-left-color: inherit;
	border-left-width: 0;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: 0; 	
}
ul.toggle-nav-group li a {
	display: block;
	padding: 5px 10px;
	border-left: 1px solid #3c4243;
	color: #eee;
	text-decoration: none;
	outline: none;
	position: relative;
}
ul.toggle-nav-group li a:hover {
	background: #606571 url('images/projet/ui-bg_highlight-soft_40_606571_1x100.png') 			    repeat-x 0 10%;
	color: #fff;
}
ul.toggle-nav-group li.menu > a {
	padding-right: 30px;
}
ul.toggle-nav-group li.menu > a .ui-icon {
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 5px;
}
ul.toggle-nav-group li.menu ul {
	display: none;
}
ul.toggle-nav-group li.hover {
	background: #606571 url('images/projet/ui-bg_highlight-soft_40_606571_1x100.png') 			    repeat-x 0 10%;
	color: #fff;
}
ul.toggle-nav-group li.first a {
	border-left: none;
}
ul.toggle-nav-group li.first {
	border-left: 1px solid #bcc2c7;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
ul.toggle-nav-group li.last {
	border-right: 1px solid #3c4243;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
ul.toggle-nav-group li.active {
	border-top: 1px solid #9ca2a7;
	background: #606571 url('images/projet/ui-bg_inset-hard_40_606571_1x100.png') repeat-x 50% 40%;
}
ul.toggle-nav-group li.active a {
	color: #fff;
	cursor: default;
}
ul.toggle-nav-group li.active a:hover {
	color: #fff;
}
ul.toggle-nav-group .ui-state-active > a {
	color: #fff;
}
.round-6 {
	-webkit-border-bottom-left-radius: 6px 6px;
	-webkit-border-bottom-right-radius: 6px 6px;
	-webkit-border-top-left-radius: 6px 6px;
	-webkit-border-top-right-radius: 6px 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}
.round-top-6 {
	-webkit-border-top-left-radius: 6px 6px;
	-webkit-border-top-right-radius: 6px 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}
.round-bottom-6 {
	-webkit-border-bottom-left-radius: 6px 6px;
	-webkit-border-bottom-right-radius: 6px 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
#loading-indicator {
	width: 43px;
	height: 11px;
	margin: auto;
	display: none;
	z-index: 10000;
	position: absolute;
	background: url('images/projet/loading-top.gif') no-repeat 50% 50%;
	top: 0.6em;
	right: 2em;
}
.info-message {
	border: 1px solid #dda;
	background: #ffc url('images/projet/info_48.png') no-repeat 20px center;
	color: #1f471b;
	padding: 15px 15px 15px 90px;
	min-height: 60px;
}
#page-message-container {
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 400px;
	margin: 0 auto;
}
#page-header {
	position: relative;
	color: #fff;
	border-bottom: 1px solid #1a7ea2;
	background: #3a9ec2 url('images/projet/app_header_bg.png') repeat-x;
	height: 80px;
}
#page-nav-container {
	position: absolute;
	margin: 33px 0px 0px 10px;
	bottom: 0px;
	right: 20px;
	border: 0px;
}
#calendar_warning {
	position: absolute;
	margin: 33px 0px 0px 10px;
	bottom: -2px;
	right: 20px;
	border: 0px;
	font-size: 0.7em;
	color: #900;
}
#branding {
	background: url('images/projet/logo.png') no-repeat 1em center;
	text-indent: -5000px;
	width: 300px;
	height: 60px;
}
#sub-branding {
	font-family: "Lucida Grande", Lucida, Arial;
	padding: 0px 1em;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	margin-top: -5px;
}
#sub-branding a {
	color: #fff;
	text-decoration: none;
}
#page-body {
	background-color: #fff;
	width: 100%;
	height: 1%;
}
#page-footer {
	padding: 5px;
	text-align: right;
	border-top: 1px solid #b6c1c7;
	background-color: #eee;
}