table.form {
text-align:right;
}

table {
text-align:center;
background:url(images/calendar/fondtable.png) repeat-x #F1EFFF;
color:#ffffff;
/*border:1px solid #74A6CF;*/
}


table.maintable {
text-align:center;
background:#F1EFFF;
color:#ffffff;
/*border:1px solid #74A6CF;*/
}


.bookingsUL {
text-align:left;
list-style-type: square;
}
.odd {
margin-bottom:8px;
}
.even {
margin-bottom:8px;
}
td {
vertical-align:top;
color:#000000;
}
textarea{
border:1px solid #bbb;
}


.nonav {
background:url(../../images/calendar/fondred.png) repeat-x #ff0000; 
color:#fff;
font-weight:bold;
}

.av {
background:url(../../images/calendar/fondgreen.png) repeat-x #9cff2f;
color:#fff;
font-weight:bold;
}

.pending {
background:url(../../images/calendar/fondorange.png) repeat-x #FFCF4F;
color:#fff;
font-weight:bold;
}

/*********** LINKS ****************/

a.blanc {
text-decoration:none;
color:#fff;
}
.noStyleLink {
text-decoration:none;
}
.noStyleLink:hover {
text-decoration:none;
font-weight:bolder;
}
a.steps{
color:#ccc;
}
a.steps:hover{
color:#ccc;
}
a.gris{
color:#666;
}
a.gris:hover{
color:#666;
text-decoration:underline;
}