body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFEE;
	background-image: URL("../images/fond.png");
	background-position:left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-left: 50px;
	}
h1{
	margin-left: 300px;
	}
h3{
	background-color: #FFCC66;
	padding-left: 5px;
	}
a {
	color: black;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline overline;
	}
a.pied {
	color: red;
	}

.titre{
	height: 20px;
	background-color: #FFCC66;
	padding-left: 5px;
	}
.logo{
	width:395px;
	height:430px;
	vertical-align:middle;
	padding-right:30px;
	}
.paire{
	height:20px;
	background-color:#DDD;
	}
.impaire{
	height:20px;
	background-color:#BBB;
	}
.alD{
	text-align:right;
	}
.alC{
	text-align:center;
	}
.popCalendrier{
	margin-left:8px;
	cursor:pointer;
	}
/**** Calendrier ****/
.cal_popCal{
	position:absolute;
	width:130px;
	}
.cal_fermer{
	border:none;
	cursor: pointer;
	}
.cal_select{
	font-size:9px;
	font-family:arial;
	}
.cal_table{
	width:130px;
	font-size:10px;
	font-family:arial;
	margin:auto;
	text-align:center;
	border-spacing:0px;
	background-color:#FFFFFF;
	border:1px solid #909090;
	}
.cal_titre {
	background-color:#C0C0C0;
	}
.cal_paire {
	background-color:#FFFFDD;
	}
.cal_impaire {
	background-color:#FFFFAA;
	}
.cal_jour{
	cursor:pointer;
	}
.cal_aujourdhui{
	border:1px solid red;
	cursor:pointer;
	}

.divChoixCouleur{
	position:absolute;
	}