@charset "windows-1252";

html {
text-align: center;
width: 95%; height: 95%;
}			  

/* background-color a définir selon saison dans fichier séparé 
url(img/nuitetoiile3.gif) */
body {	  
width: 95%; height: 95%;
padding: 0;
margin-left: auto; margin-right: auto;
text-align: center;
color: #0397D5;
font-family: arial, sans-serif;
font-size: 1em;
background : white;
}

div#content {			  
width: 95%; height: 95%;
margin: 0;
text-align: left;
background : white;
margin: 0;
z-index: 2;
}

div#nav {
font-size: 20px;
font-weight: bold;
}

a {color:#99CC33; border: 0px none; text-decoration:none;}

a:link {color:#99CC33; border: 0px none; text-decoration:none;}

a:hover {color:#99CC33; border: 0px none; text-decoration:none;}

a:visited {color:#99dd33; border: 0px none; text-decoration:none;}

a:active {color:#99CC66; border: 0px none; text-decoration:none;}

#maps a span {display: none;}

/* Image maps */
#maps a {display: none;}

#activeHomeLink {display: none;}

#activePhotoLink {display: none;}

#active360Link {display: none;}
   
#active360_2Link {display: none;}

#activeCalLink {display: none;}

#activeContactLink {display: none;}

#flashBan {display: none;}

/* contenu principal */
#mainContent {top: 0; left: 0; width: 95%; height: 95%; margin: 0; border: 0px none; z-index: 4;}

#info {margin: 0; font-size: 0.7em; font-weight: bold;}

h4 {font-size: 1.2em; line-height: 1.3em; margin-top: 0px;}

#homeContainer {top: 0; left: 0; width: 95%; height: 95%; padding: 0; margin: 0; text-align: left; font-size: 11px;} 

#home {width: 95%; height: 95%; top: 0; left: 0; text-align: justify; margin:0; padding: 0;} 

#tarifs { width: 95%; height: 95%; }
			  
#contact { width: 95%; height: 95%;} 
			
			
/* TABLEAU Calendrier */  
#calContent { width: 200px;  display: inline;}
 
#tarifTable {
 	width: 350px; margin-right:30px; display: inline;
} 				

.col1 {color:#66FF44;}

.col2 {color:#77FF55;}

.col3 {color:#88FF77;}

.col4 {color:#99FF99;}	 

#cle {
height: 40px;
}
 
#calTable {
width: 95%; height: 95%;	display: inline;
}

table, td, tr {
	border: none;
}

td  {
  text-align:center;
  vertical-align:middle; 
  font-size:12px;
  z-index: 500;	  
    width:30px;
  height:30px;
  }
  
/* NOM DU MOIS */
td.nom_mois  {
  font-style:normal;
  font-weight:bold;}
  
  /* FLECHES */
td.fleches  {
display: none;
  }
  
/* NOMS DES JOURS*/
tr.noms_jours  {
  width:30px;
  height:30px;
 }
  
 /* AUJOURD'HUI */
td.non_pris  {
  width:30px;
  height:30px;
  border-color:#000000;
  border-width:1px;
  border-style:solid;
  color:#99FF99;
  font-size: 15px;
  font-weight:bold; }
  
    
 /*DATES*/
td.pris  {
  width:30px;
  height:30px;
  border-color:#000000;
  border-width:1px;
  border-style:solid;
  color:#EEFFEE;
  font-weight:normal; }
  
 /* CASES DES MOIS PRECEDENTS ET SUIVANTS*/
td.cases_vides  {
  width:30px;
  height:30px;
  border-color:#F5F5F5;
  border-width:1px;
  border-style:solid;
  color:#C0C0C0;}

