/* on mouse over links
 TODO 1: check the size and choose the correct color*/

a		     { color: #82837B; font-size:12px; font-family:arial; line-height:16px;}
a:link    	 { color: #82837B; font-size:12px; font-family:arial; }
a:visited   { color: #82837B; font-size:12px; font-family:arial;   } /* et en noir (comme le texte normal, mais souligné) si déjà visités */
a:active    { color: #8D1612    ; font-size:12px; font-family:arial; } /* Liens en bleu (entre clair et foncé) */
a:hover     { color: #8D1612; font-size:12px; font-family:arial;} 

.body{
margin-left:0px;
margin-right:0px;
margin-top:0px;
}

.spec{
line-height:3px;
}

/*phone numbers
TODO 2: check the colors and the size*/

.phonenum {
font-family:arial; 
font-size:12px; 
font-weight:bold;
color:#918C3B;
padding-left:11px;
}

.lowMenu {
	color: #82837B; font-size:10px;
}
.lowMenu a {
	font-size:10px;
}


.add{
color: #82837B; 
font-size:13px; 
font-family:arial; 
font-weight:500;
padding-left:11px;
}

.add ul{
color: #82837B; 
font-size:13px; 
font-family:arial; 
font-weight:500;
padding-left:25px;
}
/*title hotel photo gallery
TODO 3: check colors and size*/

.titlephotogallery {
font-family:arial; 
font-size:18px;
color:#7B7B71;
font-weight: 500;
top:0px;
}

/*Every room has + primary contacts
TODO 4: check colors and size*/

.sectitle {
font-family:arial; 
font-size:20px;
color:#1C1C1C;
font-weight: 500;
padding-left:10px;
}

.sectitleLeft {
font-family:arial; 
font-size:16px;
color:#1C1C1C;
font-weight: 600;
}

/*suites lobby, color red, font lucida handtype ou monotype corsiva
TODo 5: check size*/

.redtitle{
font-family:monotype corsiva; 
font-size:26px;
color:#8D1612;
font-weight:600;
}


/*normal text
TODO 6: check color and size*/
.normal{
font-family:arial; 
font-size:12px;
color:#625A4D;
font-weight:550;
line-height:18px;
}

/*italic text normal
TODO7: check it*/

.italicnormal{
font-family:inherit;
font-size:inherit;
color:inherit;
font-weight:inherit;
font-style:italic;
}


/*header under the red one
TODO 8: check colors and size*/

.subtitle{
font-family:arial; 
font-size:18px;
color:#4E4639;
font-weight:500;
}

.reservationTitle{
font-family:monotype corsiva; 
font-size:26px;
color:#8D1612;
font-weight:600;
}
.reservationSubtitle{
font-family:arial; 
font-size:14px;
color:#9C9A74;
font-weight:530;
}
.airportPickup{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:14px;
color:#003399;
font-weight:530;
}

.reservationForm{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;
color:#911818;
font-weight:530;
line-height:14px;
}

.list {

}

.buttonCss {
height:38px;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:18px;
color:#6A6054;
background-color:#D8D3BF;
font-weight:530;
}

.buttonCss:hover {
height:38px;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:18px;
color:#6A6054;
background-color:#A3936F;
font-weight:530;
/*line-height:;*/
}

/*table borders
TODO 9: check the colors*/

.table {
  border: 1px inset gray;
  border-color:#B3B366;
  padding:opx;
}

/*c'est pour que chaque case ait une bordure et un background*/
.td {
  /*border: 1px inset gray;*/
  background-color: #F3EDE1;
  /*background-color: #E7E1CB;*/
}
.tdReservation {
  /*border: 1px inset gray;*/
  background-color: #FFFFFF;
  /*background-color: #E7E1CB;*/
}


.table1{
vertical-align:top;
padding:0px;
}

.reservationTable{
background-color:#FFF3BC;

}

.redButton{
background-color:#8F1515;
font:Arial, Helvetica, sans-serif;
font-size:12px;
border:thin;
border-color:#AE5343;
color:#FFFFFF;
}
.footer{
font-family:arial; 
font-size:10px; 
font-weight:bold;
color:#1C1C1C;

}
a.footer{ 
font-family:arial; 
font-size:10px; 
font-weight:bold;
color:#1C1C1C;
 }
 
 a.footer:hover{ 
font-family:arial; 
font-size:10px; 
font-weight:bold;
color:#8D1612;
 }
 
.highlightthumb  { background: white; margin: 5px; padding: 5px; border: solid 1px #cccccc }
/*TODO 9
big text last page*/


