/* CSS Document */
/* text decoration (balise a) :  
--> none : pas souligné,
--> underline : souligné (bas),
--> overline : souligné (haut)
--> overline underline : souligné en hait et en bas...*/

	h2 { font-weight: bold; color:#FFFFFF; font-size: 22px; font-family: times New Roman  }
 
	h3 { font-weight: bold; color:#FFFFFF; font-size: 18px; font-family: times New Roman }

	h4 { font-weight: bold; color:#FFFFFF;  font-size: 16px; font-family: times New Roman }

	h5 { font-weight: normal; color:#505050;font-size: 14px; font-family: times New Roman }
  
	h6 { font-weight: normal; color:#505050; font-size: 9px; font-family: verdana, tahoma }
  
	p  { font-weight: normal; color:#FFFFFF; font-size: 14px; font-family: Times New Roman }

A  { font-weight: normal; font-size: 13px; COLOR:"White"; text-decoration: none; font-family: times New Roman }

A:hover  { font-weight: normal ;font-size: 13px; color: "Red" ;  text-decoration: none; font-family: times New Roman }

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align:middle;
}


.jours {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.tab_numero {
	background:#FFFFFF;/*url(img/icone.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border-style:solid; 
	border-width:2px; 
	border-color:#0B5801;
	border-top:hidden;
}

.tab_cal {
	background:url(img/entete.jpg);
	background-repeat:no-repeat;
	border-style:solid; 
	border-width:2px; 
	border-color:#0B5801;
	border-bottom:hidden;
}

.reserve {
	background:url(img/reserver_fond.jpg);
	background-repeat:no-repeat;
	background-position:center;
	/*background-color:red;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#FFFFFF;
}

.reserve_ad {
	background:url(img/reserver_ad_fond.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	/*background-color:red;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#FFFFFF;
}

.descriptif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left:10px;
}

input, textarea, select { font-family: verdana;
  font-size: 11px;
  font-weight: thin;
  color: #000000;
  background-color: none;
  border-bottom-color: #D3B67A6;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-left-color: #D3B67A;
  border-right-color: #D3B67A;
  border-right-width: 1px;
  border-top-color: #D3B67A;
  border-top-width: 1px;
  }

    submit	{font-family: verdana;
  font-size: 11px;
  font-weight: thin;
  color: #16246C;
  background-color: #434343 ;
  border-bottom-color: #0B5801;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-left-color: #0B5801;
  border-right-color: #0B5801;
  border-right-width: 1px;
  border-top-color: #0B5801;
  border-top-width: 1px;
  }

