/**************************************************************
 Rooming'it - Logiciel de gestion de salles
 Copyright 2001-2020 Develop'it
 
 Version : 7.0.0
 Fichier : css/print.css
**************************************************************/

html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
}
#content { /*le conteneur global du site, qui sera centré */
	width: 100%;
	height: auto;
	position: relative;
}
#header {
	padding: 4px;
	height: 50px;
	background-color: #DFDFDF;
	font-size: 12px;
	overflow: auto;
	border-bottom: 1px solid #666666;
}
#menu {
	display: none;
}
#detail {
	margin: 0px;
	padding: 4px;
	width: 100%;
	height: 100%;
	font-size: 0.8em;
}
#footer {
	border-top: 1px solid #666666;
    clear: both;
    position: relative;
	width: auto;
	height: 20px;
	background-color: #DFDFDF;
    bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 4px;
}
img {
	border: 0 none;
}
img.icone  {
	vertical-align: text-bottom;
}

/* --------- Header ---------- */
#header td {
	font-size: 12px;
}
#header td a, #header td a:link, #header td a:visited, #header td a:hover {
	color: #000000;
	text-decoration: none;
}

/* --------- Footer ---------- */
#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#footer img {
	vertical-align: text-bottom;
}

/* --------- Detail ---------- */
#detail .control {
	position: relative;
	width: auto;
	height: auto;
}
#detail .agenda {
	position: relative;
	overflow: auto;
	width: auto;
	height: auto;
}
#detail .agenda th {
	font-size: 10px;
	background-color: #CCCCCC;
}
#detail .agenda th a, #detail .agenda th a:link, #detail .agenda th a:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	border: 0px;
}
#detail .agenda th a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	border: 0px;
	background-color: #DDDDDD;
}
#detail .reservation {
	font-size: 10px;
	border: 1px solid #000000;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
}
#detail .reservation:hover {
	border: 1px solid #FF0000;
}
#detail h1 {
	border-bottom: 1px solid #666666;
	display: block;
	font-size: 1.2em;
	margin: 4px 0 4px 0;
	padding: 2px;
	background-color: #BBBBBB;
}
#detail .Heure {
	font-size: 18px;
	font-weight: bold;
	background-color: #CCCCCC;
}
#detail .Minute {
	font-size: 10px;
	font-weight: normal;
	background-color: #CCCCCC;
}
#detail h1 form {
	margin: 0px;
}

