body
{
background : url(images/site/bg.png) center repeat-y #DCE0BD;
text-align : left;
font-family : Tahoma, Arial;
color : #78796b;
font-size : 12px;
}

table.infobulle
{
background : #ffffff;
border : 1px solid #453C2F;
padding: 5px;
font-family: Tahoma;
font-size: 11px;
color : #000000;
max-width : 200px;
}

/*	STRUCTURE DU SITE	*/

table#site
{
margin-top : -12px;
width:843px;
}

td#site.header
{
background:url(images/site/header.png) no-repeat;
height:117px;
}

td#site.menu
{
background : #a5a794;
}

td#site.sous-menu
{
background : #7a7b6d;
height:10px;
}

td#site.booty
{
background : #D1D3BB;
border-top : 1px solid #5c5d52;
border-bottom : 1px solid #5c5d52;
}

td#site.bottom
{
height : 40px;
color : #5C5D52; 
font-size : 12px;
}

/*	STRUCTURE DE LA 'MAIN PAGE'	*/
td#corps.haut-page
{
background:url(images/site/body_top.png) no-repeat;
height:39px;
padding-top : 15px;
padding-left : 15px;
padding-right : 15px;
color : #78796b; 
font-size : 11px;
}

td#corps.page
{
background:url(images/site/body_body.png) repeat-y;
padding-top : 10px;
padding-bottom : 10px;
padding-left : 35px;
padding-right : 35px;
font-size : 13px;
color : #FFFFFF;

}

td#corps.bas-page
{
background:url(images/site/body_bottom.png) no-repeat;
height:25px;
}

/*	STRUCTURE DE L'AFFICHAGE DES CHAMBRES	*/

table#chambre
{
background : #bbbda7;
border : 1px solid #5C5D52;
width : 700px;
padding : 10px;
color : #5C5D52;
}

td#chambre.titre
{
color : #5C5D52;
font-size : 13px;
font-weight : bold;
text-decoration : underline;
}

ul.liste
{
list-style: url(images/divers/arrow.gif);
margin: 0px;
padding-left: 18px;
padding-right: 2px;
font-size : 13px;
}

/*	STRUCTURE DE L'AFFICHAGE DES CALENDRIERS	*/

table#calendrier
{
background : #FFFFFF;
border : 1px solid #5C5D52;
width : 300px;
color : #5C5D52;
}

td#calendrier.jour
{
color : #5C5D52;
font-size : 13px;
font-weight : bold;
padding-bottom : 10px;
}

td#calendrier.texte
{
color : #5C5D52;
font-size : 11px;
font-weight : bold;
padding-bottom : 10px;
}

td#calendrier.jourOccupeLeft{background: url(images/divers/occupe-left.jpg) no-repeat #FFFFFF;color : #000000;font-size : 11px;}
td#calendrier.jourOccupeRight{background: url(images/divers/occupe-right.jpg) no-repeat #ca4343;color : #000000;font-size : 11px;}
td#calendrier.jourOccupe{background: #ca4343;color : #000000;font-size : 11px;}
td#calendrier.jourLibre{background: #FFFFFF;color : #000000;font-size : 11px;}
td#calendrier.saisonW{background: #DDDDDD;color : #000000;font-size : 11px;}
td#calendrier.saisonB{background: #90EE90;color : #000000;font-size : 11px;}
td#calendrier.saisonM{background: #F0E684;color : #000000;font-size : 11px;}
td#calendrier.saisonH{background: #FFB87C;color : #000000;font-size : 11px;}
td#calendrier.saisonT{background: #FF7973;color : #000000;font-size : 11px;}
