body {
	background-color: #0B8700;
    color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	margin: 0;
	text-align: center; /* pour corriger un bug de centrage IE */
	padding: 0;
}

#nav a {
	text-decoration:none;
	color: #0B8700;
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
}
#nav a:hover {
	text-decoration:none;
	background-color: #0B8700;
	color:#ffffff;
}
img {
	border: 0px;
	vertical-align: middle;
}
input[type=Submit], [type=Reset], [type=Return] {
	background-color: #ffffff;
	color: #0B8700;
	padding:1px 5px 1px 1px;
	border: #ffffff 1px solid;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	border-left: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
}
input[type=Submit]:hover, [type=Reset]:hover, [type=Return]:hover {
	background-color: #0B8700;
	color: #ffffff;
	padding:1px 5px 1px 1px;
	border: #ffffff 1px solid;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

div#conteneur {
	width:1024px;
	height:600px;
	margin:auto;
	background-color: #ffffff;
}

div#entete {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	font-size: 2em;
	padding-bottom:15px;
}

div#nav {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	font-size:1em;
	padding:10px;
}

div#message {
	float:left;
	clear:both;
	margin:auto;
}

div#planning {
	float:left;
	clear:both;
	margin:auto;
	position:relative;
}

div#planning div:hover {
	background-color: #0B8700;
	color:#ffffff;
}

div#formulaire {
	position:absolute;
	width:400px;
	height:200px;
	top:150px;
	left:312px;
	background-color: #0B8700;
	color:#ffffff;
	border: 1px solid #BABABA;
	padding-left: 10px;
	text-align:left;
	display:none;
}

.date {
	border-bottom:1px dotted #BABABA;
}

.dateAbs {
	color: red;
	border-bottom:1px dotted #BABABA;
}

.dimanche {
	float:left;
	clear:left;
	width:144px;
	height:80px;
	border: 1px solid #BABABA;
}

.samedi {
	float:left;
	clear:right;
	width:144px;
	height:80px;
	border: 1px solid #BABABA;
}

.jSemaine {
	float:left;
	width:144px;
	height:80px;
	border: 1px solid #BABABA;
}
.autreMois {
	float:left;
	color: #4D4D4D;
	width:144px;;
	height:80px;
	border: 1px solid #BABABA;
	background-color: #BABABA;
	font-style:italic;
}

.visiteurs {
	width:100%;
	height:80%;
	overflow:auto;
}

.present {
	float:left;
	clear:both;
	font-weight: bold;
}
