* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #1562b0;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #1562b0;
}
a, a strong {
	color: #F648A8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 150%;
	text-align: justify;
	padding: 0 0 6px 0;
}
img {
	border: none;
}
li {
	list-style: none;
}
#page {
	width: 990px;
	height: 590px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
#header {
	height: 130px;
}
#left_1 {
	width: 142px;
	height: 431px;
	background: url(../img/fond_g01.gif) no-repeat 0 0;
	float: left;
}
#left_1 object {
	position: relative;
	top: 339px;
	left: 4px;
}
#left_2 {
	width: 194px;
	height: 431px;
	background: url(../img/fond_g02.gif) no-repeat 0 0;
	float: left;
}
#right {
	float: left;
	width: 641px;
	height: 431px;
	overflow: auto;
	text-align: left;
}
.bgImage {
	background: url(../img/fond_michou.jpg) no-repeat bottom right fixed;
}
#contenu {
	background: #fff;
	padding: 10px;
	width: 604px;
}
#realisation {
	float: left;
	width: 13px;
	height: 431px;
	vertical-align: bottom;
	background: #1c3272;
}
#realisation img {
	position: relative;
	top: 281px;
}

#footer {
	clear: both;
	background: #1c3272;
	color: #fff;
	padding: 4px 6px;
	height: 21px;
	
}
/* -- reservation -- */
#rendezVous {
	padding: 10px;
	width: 604px;
	display: table;
}
#rendezVous ul {
	padding: 0;
	margin: 0;
}
#rendezVous li {
	list-style: none;
}
#entete {
	height: 75px;
	background: url(../img/michou_coq.jpg) no-repeat 0 0;
	clear: both;
	padding: 0 0 0 130px;
}
#entete p {
	color: #F648A8;
	font-size: 10px;
	padding: 0 0 0 48px;
}
#lesMois {
	width: 90px;
	float: left;
	padding: 8px 0 0 0;
}
#lesMois li {
	display: block;
	padding: 8px 4px;
	background: url(../img/li_normal.gif) no-repeat #8fbfff;
	text-align: center;
	margin: 0 0 4px 0;
	width: 80px;
}
#lesMois li a {
	color: #0e63b3;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
} 
#lesMois ul li.active {
	background: url(../img/li_active.gif) no-repeat #ffaddb;
}
#lesMois ul li.active a {
	color: #e22889;
}

/* formulaire de reservation */
form p {
	clear: both;
}
form label {
	display: block;
	float: left;
	width: 210px;
}	
form input, form textarea {
	border: 1px solid #1c3272;
	padding: 1px;
	width: 180px;
	overflow: auto;
}	
form input.wauto {
	width: auto;
}

/*-- 2eme block --*/
#calendrier {
	width: 505px;
	float: right;
}
#calendrier a {
	color: #f648a8;
	text-decoration: none;
}
#calendrier a:hover {
	color: #f648a8;
	text-decoration: underline;
}
#calendrier li{
	list-style: none;	
}
#libelle {
	margin: 0 auto;
	padding: 0;
}
#libelle li {
	float : left;
	width : 70px; 
	margin: 1px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
.ligne {
	margin: 0 auto;
	padding: 0;
}
.ligne li {
	float : left; 
	width : 68px; 
	height: 68px;
	border: 1px solid #e4e4e4;
	margin: 1px;
	text-align: center;
}

.ligne li span.jour {
	display: block;
	text-align: right;
	font-weight: bold;
	padding: 1px;
	color: #000;
}
.ligne li span.etat {
	display: block;
	text-align: center;
	font-weight: bold;
	height: 42px;
	padding: 10px 0 0 0;
}
li.itemCurrentItem {
	background: #cad7e7;
}
li.itemSelectedItem {
	
}	
/* -- class --*/

.bold {
	font-weight: bold;
}
.fll {
	float: left;
}
.flr {
	float: right;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
a.blanc {
	color: #fff;
}