@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	background: #CCC;
	font-size: 12px;
}
div {
	display: block;
	overflow: hidden;
}
a:link, a:visited {
	color: #f60;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
}
h2,h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}
h4 {
	padding: 0;
	margin: 4px 0;
}
hr {
	clear: both;
	margin: 10px 0;
}
.global {
	width: 880px;
	margin: auto;
}
/***************************************************************/
.global.add {
	width: 1280px;
	margin: auto;
}
.global .column_add {
	display: none;
}
.global.add .column_add {
	display: block;
	width: 400px;
	float: left;
	background: white;
	padding: 15px 0px 10px 10px;
}
.global.add .content {
	float: left;
	width: 860px;
	padding: 5px;
}


/***************************************************************/
.header {
	background: white url(triangle_g.png) top right no-repeat;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}
.header h1{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.header .user {
	float: left;
}
.header .logout {
	float: left;
	margin-left: 10px;
}
.menu_top {
	background: white url(triangle_g.png) top right no-repeat;
	padding: 5px 10px;
	padding-right: 24px;
	width: 110px;
	clear: both;
}
.global.add .menu_top {
	background: white url(triangle_g.png) top right no-repeat;
	padding: 5px 10px;
	padding-right: 24px;
	width: 690px;
}
.menu_top ul {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	list-style: none;
}
.menu_top ul li {
	padding: 0;
	margin: 0 5px;
	float: left;
	background: url(puce.png) no-repeat center left;
	padding-left: 12px;
	margin-right: 10px;
}
.content {
	background: white;
	padding: 10px;
	width: 860px;
}
.footer {
}
/***************************************************************/
.full_year {
	padding: 0;
	padding-bottom: 10px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	margin-bottom: 20px;
	display: none;
}
.full_year table td {
	background: #ccc;
	margin: 0;
	padding: 2px;
	border-left: 1px solid #FFF;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	width: 1.9%;
	text-align: center;
}
.week_name {
	margin-top: 10px;
}
.week_name h2 {
	float: left;
}
.week_name .swap_week {
	padding: 3px 10px;
}
.week_name .swap_week a {
	text-decoration: none;
}
/*.week .changeweek {
	width: 100px;
	float: left;
	display: block;
	padding: 25px 0;
	text-align: center;
}
.week .changeweek .label {
	color: #f60;
	font-size: 11px;
	font-weight: bold;
	margin: auto;
	margin-bottom: 8px;
	text-align: center;
	width: 61px;
}
.week .changeweek a:link, .week .changeweek a:visited {
	display: block;
	width: 32px;
	color: #FFF;
	text-align: center;
	background: #f60;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
}
.week .changeweek a:hover, .week .changeweek a:active {
	background: #333;
}
.week .changeweek a.prev {
	float: left;
	margin-left: 14px;
}
.week .changeweek a.next {
	float: right;
	margin-right: 14px;
}
.week .day {
	width: 143px;
	float: left;
	text-align: center;
	border-bottom: 8px solid #333;
}
.week .day a:link, .week .day a:visited{
	background: #F60 url(triangle.png) top right no-repeat;
	color: #FFF;
	margin-right: 1px;
	font-size: 40px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 15px 0;
}
.week .day a:hover, .week .day a:active{
	background: #333 url(triangle.png) top right no-repeat;
}
.week .day.active a:link, .week .day.active a:visited{
	background: #333 url(triangle.png) top right no-repeat;
	color: #FFF;
	margin-right: 1px;
	font-size: 40px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 15px 0;
}
.week .day.active a:hover, .week .day.active a:active{
	background: #333 url(triangle.png) top right no-repeat;
}
.week .day a span {
	font-size: 18px;
	display: inline-block;
	margin-left: 5px;
}*/

/***************************************************************/
/*.grid {
	margin-top: 20px;
}
.grid table {
	border-collapse:  collapse;
}
.grid table td {
	border: 1px solid #aaa;
	padding: 6px;
	font-size: 11px;
	text-align: center;
}
.grid .col {
	padding: 10px 0;
	width: 95px;
	background: #aaa url(triangle2.png) right top no-repeat;
	border-left: white solid 1px;
	color: white;
	font-size: 14px;
}
.grid .col.spacer {
	width: 100px;
	float: left;
	background: none;
}
.grid .row {
	vertical-align: middle;
}
.status {
	border-radius: 8px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
.status.ok {
	background:#3C3;
}
.status.wait {
	background:#FC0;
	color: #333;
}
.status.cancel {
	background: #C00;
}*/
/* FORM **************************************************************/
.cache {
	display: none;
}
.column_add .form {
	border-right: 1px dotted #333;
	padding-right: 10px;
	margin-right: 10px;
}
.form h3 {
	background: #f60 url(triangle2.png) top right no-repeat;
	color: white;
	padding: 2px;
}
.form_block {
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 1px solid #ddd;
}
label {
}
dt, dd {
	display: block;
	margin: 0;
}
dt {
	clear: left;
	float: left;
	text-align: right;
	padding-right: 8px;
	width: 150px;
	margin-bottom: 15px;
}
dt span {
	color: #f60;
}
dd {
	float: left;
}
form table {
	display: block;
	clear: both;
}
.infomessage {
	clear: both;
	color: #333;
	border: 2px dotted #f60;
	padding: 4px;
}
.logiciels {
	border: 1px solid #ccc;
	margin: 15px 0;
}
.logiciels dt {
	width: 140px;
}
div#div_besoins {
	clear: both;
}
div#div_besoins #besoins-label {
}
div#div_besoins #besoins-element{
}
div#div_besoins #besoins-element textarea {
    width: 215px;
}
div#mapple {
	clear: both;
}
#boutons {
	clear: both;
}
#id_salle-element {
	padding-bottom: 15px;
}
#reservation_hidden-label {
	display: none;
}
#bouton_annuler dt, #bouton_valider dt {
	display:none;
}
#bouton_annuler {
	float: left;
	margin-left: 40px;
}
#bouton_valider {
	float: right;
	margin-right: 40px;
}
#bouton_annuler dd input, #bouton_valider dd input {
	border: none;
	background: #333 url(triangle2.png) top right no-repeat;
	color: white;
	font-weight: bold;
	padding: 5px;
	padding-right: 10px;
}
#bouton_annuler dd input:hover, #bouton_valider dd input:hover {
	border: none;
	background: #f60 url(triangle2.png) top right no-repeat;
	color: #333;
	font-weight: bold;
}
#heures {
	margin: auto;
}
#heure td {
	text-align: center;
}
#heures input {
	width: 30px;
	float: left;
}
/* FRAME **************************************************************/
object#grillecentre {
	width: 860px;
	height: 700px;
	border: none !important;
}
object#grillecentre html {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0 none;
}
object#grillecentre body {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none;
	overflow: hidden;
	width: 960px;
	height: 600px;
}