body { font-family: Arial, Helvetica, sans-serif;
font-size:12px;color: #FFFFFF;}
#main {
	margin: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC99CC;
	background-color: #8399A5;
	width: 800px;
	position: relative;
	height: 750px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
#realisation a {
	color: #333333;
}

#bouton-diaporama {
	background-color: #333333;
	position: absolute;
	left: 705px;
	top: 0px;
	z-index: 5;
	opacity: 0.5;
	-Moz-Opacity: 0.5;
	-Khtml-Opacity: 0.5;
	filter: alpha(opacity=50);
	width: 45px;
	height: 20px;
}
#bouton {
	position: absolute;
	left: 709px;
	top: 2px;
	z-index: 7;
	opacity: 1;
	-Moz-Opacity: 1;
	-Khtml-Opacity: 1;
	filter: alpha(opacity=100);
}

#nav {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0 50px 0 0;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
}
#textecentral {
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 65px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer {
	list-style-type: none;
	height: 60px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 800px;
	margin: 0;
	padding: 10px 0px 0px;
	background-image: url(images/pixel-couleur.jpg);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #477099;
	font-size: 10px;
	color: #c5cdd1;
}
#footer li {
	float: left;
	margin-left: 30px;
	margin-top: 2px;
}
#realisation {
	font-size: 10px;
	color: #333333;
	width: 350px;
	margin-left: 600px;
}

#div_chargement_0 {
	margin-left:300px;
	border:#FFFFFF 1px solid;
	height:15px;
}

#div_chargement_0 div {
	width:40px;
	height:15px;
	float:left;
}

a:visited {
	color: #05407B;
	text-decoration: none;
}
a:link {
	color: #05407B;
	text-decoration: none;
}

a:hover {
	color: #FF9966;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#calendrier {
	border: 1px solid #FFFFFF;
	padding: 0px;
	border-spacing: 0px;
	border-collapse:collapse;
	width: 99%;
	margin:auto;
}
.disponible {
	background-color: #89A0A9;
}
.weekend {
	background-color: #B79A8D;
}
.reserve {
	background-color: #B694AF;
}


#calendrier td {
	border: 1px solid #FFFFFF;
}
label {
	float:left;
	width:150px;
}
fieldset {
	padding:1em;
	border:none;
}
legend {
	margin-bottom:1em;
	font-size:1.5em;
}
#boutonEnvoyer {
	margin-left: 150px;
	margin-top: 40px;
}
