html {
	height: 100%;
}

/* ------ BODY ------ */

body {
	background: #DDDDDD;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/* ------ LOGIN ------ */

#main form{
	background-color: #EEEEEE;
	border-style: none solid solid solid;
  border-color: #CCCCCC;
  border-width: 1px;
	font-size: 1em;
	margin: 0px 10px 10px 10px;
	padding: 5px;
}
#main table, tr {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	margin-top: 0px;
	border-style:none;
}

#login td {
	border-style: none;
	padding: 0px 3px 3px 3px;;
}
/* ------ BANNIERE ------ */


#banniere {
	background-image: url(img/BanniereSite.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 100px;
	margin: 0px;
	padding: 0px;
}


/* ------ FOOTER ------ */

#footer {
	background: #FFFFFF;
	border-color: #666666;
	border-style: none;
	border-width: 0px;
	bottom: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding: 0px;
	position: absolute;
	text-align: center;
	width: 800px;
}

/* ------ MAIN ------ */

#main {
	background: #FFFFFF;
	border-color: #666666;
	border-style: none solid none solid;
	border-width: 1px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 800px;
	height: 100%;
	
}

#main input, select {
	border: #000000 1px solid;
}

#main img {
	vertical-align: middle;
}

#main h1 {
	background-color: #EEEEEE;
	border-style: solid solid none solid ;
  border-color: #CCCCCC;
  border-width: 1px;
	font-size: 1.1em;
	margin: 15px 10px 0px 10px;
	padding: 5px 5px 0px 5px;
}

#main p{
	background-color: #EEEEEE;
	border-style: none solid solid solid;
  border-color: #CCCCCC;
  border-width: 1px;
	font-size: 1em;
	margin: 0px 10px 10px 10px;
	padding: 5px;
}

/* ------ MENU ------ */

#menu{
	background-image: url(/img/menu.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	height: 22px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	width: 800px;
}

#menu a {
	color: #000000;
	height: 22px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}

#menu a:active, a:link, a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* ------ Calendrier ------ */

.calendrier
{
	border: 2px #000000 solid;
}

.calendrier tr td
{
	width:	80px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.calendrier tr th
{
	height:	40px;
}

.calendrier_dateDuJour
{
	border:	2px #000000 solid;
	background-color:#FFFFCC;
	height:	70px;
}

.calendrier_date_reservation
{
	height:	70px;
	border:	1px #666666 dotted;
	background-color:#FF0000;
}

.calendrier_date
{	
	height:	70px;
	border:	1px #666666 dotted;
	background-color:#FFFFCC;
}

.subCalendar
{
	border-collapse: collapse;
	height: 100%;
}

.reserveAppHaut
{
	background-color:#FF0000;
	height:	25px;
}

.nonreserveAppHaut
{
	background-color:#FFFFCC;
	height:	25px;
}

.reserveAppBas
{
	background-color:#0000FF;
	height:	25px;
}

.nonreserveAppBas
{
	background-color:#FFFFCC;
	height:	25px;
}

.legend
{
	font-size: 12px;
}

.mes_reservations
{
	width:  700px;
	border: #000000 2px solid;
	border-collapse:collapse;
}

.mes_reservations th
{
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.mes_reservations td
{
	border: #000000 1px dotted;
	text-align: center;
	font-size: 12px;
	height:	25px;
}



.users
{
	width:  700px;
	border: #000000 2px solid;
	border-collapse:collapse;
}

.users th
{
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.users td
{
	border: #000000 1px dotted;
	text-align: center;
	font-size: 12px;
	height:	25px;
}

.userAdmin
{
	background-color:#FF0000;
}

#mouh table
{
	width:				600px;
	border:				1px solid #000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	border-collapse:	collapse;
	margin-top: 		100px;
}

#mouh table td
{
	padding:			2px;
}

#mouh table #info_tab_td
{
	border-top:			1px solid #999;
	border-bottom:		1px solid #999;
	padding-top:		5px;
	padding-bottom:		5px;
}