@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #d1c9a9;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	width: 980px;
	background-color: #FFF;
	margin: auto;
}
#header {
	width: 980px;
	height: 203px;
	background-image:url(../images/header_en.jpg);
	
}
#header img { border:0; width:980px; height:203px; }
#menu {
	width: 980px;
	height: 23px;
	background-color: #d00425;
}
#content {
	width: 980px;
	overflow: auto;
}
#footer {
	width: 980px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	margin-left: 15px;
}
#menu li a {
color: #FFF;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}
#menu li a:hover {
text-decoration: underline;	
}
#leftSection {
	float: left;
	width: 620px;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 20px;
}
#rightSection {
	float: right;
	width: 300px;
	text-align: right;
	vertical-align: top;
}
#leftSection p {
	font-size: 12px;	
}
#leftSection p a {
	color: #d00425;
}
#leftSection h1 {
	font-size: 16px;	
}

#leftSection h4 {
	font-size: 14px;	
	color: #d00425;
	text-align: left;
}

#leftSection h4 img {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

td.menuon { 
	width: 83px;
	background-color: #dce6ed; 
	color: #3d6d92; 
	height: 68px; 
	border-left: solid; 
	border-top: solid; 
	border-width: 1px; 
	border-color:#CCC;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
	cursor:pointer;
}
   


td.menuoff { 
	width: 83px;
	background-color: #FFFFFF; 
	color: #3d6d92; 
	height: 68px; 
	border-left: solid; 
	border-top: solid; 
	border-width: 1px; 
	border-color:#CCC;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
}
td.firstDate { 
	width: 83px;
	background-color: #FFFFFF; 
	background-image: url(../images/bgStart.gif);
	background-repeat: no-repeat;
	color: #3d6d92; 
	height: 68px; 
	border-left: solid; 
	border-top: solid; 
	border-width: 1px; 
	border-color:#CCC;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
}
td.firstDateSelected { 
	width: 83px;
	background-color: #dce6ed; 
	background-image: url(../images/bgStart-selected.gif);
	background-repeat: no-repeat;
	color: #3d6d92; 
	height: 68px; 
	border-left: solid; 
	border-top: solid; 
	border-width: 1px; 
	border-color:#CCC;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
}
td.menuinactive { 
	width: 83px;
	background-color: #eff4f8; 
	color: #3d6d92; 
	height: 68px; 
	border-left: solid; 
	border-top: solid; 
	border-width: 1px; 
	border-color:#CCC;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
}
td.disabledDate { 
	width: 83px;
	background-color: #fcfdfe; 
	color: #cdd5dd; 
	height: 68px; 
	border-left: solid; 
	border-top: solid; 
	border-width: 1px; 
	border-color:#CCC;
	vertical-align: top;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
}
td.jours {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #c0cdd6;
}
table.calendrier { 
	border: none;
	border-right: solid; 
	border-bottom: solid; 
	border-width: 1px;
	border-color:#CCC; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#monthName {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3d6d92;
}

td.timeon { 
	width: 70px;
	background-color: #dce6ed; 
	color: #3d6d92; 
	height: 20px; 
	border-left: solid; 
	border-top: solid; 
	border-width: 1px; 
	border-color:#CCC;
	vertical-align: top;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	cursor:pointer;
}
   
td.timeoff { 
	width: 70px;
	background-color: #FFFFFF; 
	color: #3d6d92; 
	height: 20px; 
	border-left: solid; 
	border-top: solid; 
	border-width: 1px; 
	border-color:#CCC;
	vertical-align: top;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
}
