html, body {
	height: 100%;
	margin: 0;
	background-image: url(Images/Voile_autrement.jpg);
	background-repeat: no-repeat;
	background-position: left 150px;
	background-color: #A4B3CC;
	}
div#global {
	min-height: 100%;
	width: 744px;
	position: relative;
	padding: 0 10px;
	background-image: url(Images/global.png);
	background-repeat: repeat-y;
	background-position: center;
	float: Aucune;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px;
	overflow: auto;
	background-color: #92A4C2;
	}
div#footer {
	position: absolute;
	width: 744px;
	bottom: 0;
	line-height: 10px;
	text-align: center;
	font-family: "Comic Sans MS";
	}

div#content {
	width: 744px;
	padding-bottom:50px;
	font-family: "Comic Sans MS";
	}

div#coldroite{
	position:absolute;
	right:-212px;
	top: 280px;
	width: 212px;
	height: 834px;
}

div#cgv
{
	width: 740px;
	font-family: "Comic Sans MS";
}
div#header {
	height: 243px;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
	background-repeat: no-repeat;
	background-position: left top;
	width: 746px;
	background-image: url(Images/Logo_Fond.jpg);
	}
	
div#header h1 {
	position: absolute;
	top: 10px;
	left: 300px;
	width: 434px;
	font-family: "Comic Sans MS";
	font-size: 24pt;
	text-align: right;
	height: 114px;
	font-style: italic;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
	}

ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(Images/Fond_menu_resa.png);
	width: 744px;
	height: 30px;
	}
ul#menu li{
	float:left;
	margin: 0 0 5px 0;
	padding: 0;
	text-align:justify;
}
ul#menu li a {
	display: block;
	height: 30px;
	width:93px;
	line-height: 30px;
	color: #0000FF;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-variant: normal;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	text-align: center;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
}
ul#menu li a:hover {
	background-position: left bottom;
	color: #c30;
}

div#texte{
	text-align: center;
	font-family: "Comic Sans MS";
	width: 740px;
}


/*Calendrier*/
#calendrier li{
	list-style: none;	
}

#libelle {
	width: 210px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.ligne {
	width: 210px;
	margin: 0 auto;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
} 
#libelle li {
	float : left;
	width : 30px;
	list-style-image: none;
	list-style-type: none;
}

.ligne li {
	color: #000;
	float : left;
	width : 30px;
	list-style-image: none;
	list-style-type: none;
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

li.itemCurrentItem {
	color: #0000FF;	/* A vous de configurer l'apparence de la date du jour */
}

li.reserved{
	background-color: #FF0000;
	width : 30px;
	list-style-image: none;
	list-style-type: none;
}

li.special{
	background-color: #0000FF;
	width : 30px;
	list-style-image: none;
	list-style-type: none;
}
.ligne li a{
	color: #FF0000;
	float : left;
	width : 30px;
	list-style-image: none;
	list-style-type: none;
	background-color: #FF9933;
}

li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour sélectionné */
}		

