h3 {
	font: verdana, sans-serif;
	color: #4c4c4c;
	margin-left: 10px;
	}

body {
	background-color: #EEEEEE;
	}
	
.boutons {
	position: fixed;
	margin-top: -38px;
	margin-left: 350px;
	}
	
input {
	cursor: pointer;
	cursor: hand;
	}

#box {
	position:fixed;
	font: 11px verdana, sans-serif;
	color: #4c4c4c;
	background-color: #EEEFF1;
	width: 300px;
	height: 195px;
	text-align: left;
	border: 1px #CCCCCC solid;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 3px 3px 20px #c5c5c5;
	margin-top: 55px;
	margin-left: 620px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	}

#calendrier {
	position: fixed;
	margin-top: 10px;
	margin-left: 10px;
	border: none;
	}

li	{
	list-style: square;
	line-height: normal;
	}
	
#footer { 
	position:absolute;
	bottom:0px;
	font-family: Trebuchet MS; 
	font-size: xx-small;
	padding:2px;
	margin:0px;
	color:#7D775C;     
	text-align:center;
	}

#footer a { 
	color:#7D775C;
	}

#footer a:hover {
	text-decoration: none;
	}