/* Style des balises blocks */
body
{
	width: 760px;
	
	margin: auto; /* Pour centrer notre page */
	   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	   
	padding: 0px;
	
	font-family: "Bookman Old Style", "Times New Roman", Times, serif;
	
	color: rgb(52,104,35);
	border-color: rgb(52,104,35);
	
	background: white url("../img/design/bkg-design2.png") repeat-y;
	
}

/* En-tete des pages (titre la Louchardière) */
#header
{
display: block;
height: 100px;
width: 760px;
margin-bottom: 10px;
background-image: url("../img/design/titre-design2.png");
}

/* Definition des classes et identifiants */

/* Menu de navigation et elements du menu */

#menu /* bloc du menu  */
{
position: absolute;
top: 150px;
left: 80px;
width: 310px;
height: 330px;
}

/* Définition des éléments de menu pour toutes les pages */
a.menu_elem { display: block; width: 310px; height:36px; margin-bottom:5px; }
a.menu_elem:link img { border: 0px; }
a.menu_elem:visited img { border: 0px; }
a.menu_elem:active img { border: 0px; }

.menu_elem_fixe  /* classe de dimensionnement pour les éléments de rappel de titre de page */
{
	width: 310px;
	height: 40px;
	margin-bottom: 20px;
	background: no-repeat;
}

/* identifiants pour la gestion des images */
#elem_accueil { background : url("../img/design/accueil.png") no-repeat; }
#elem_accueil:hover { background: url("../img/design/accueil.hover.png") no-repeat; }
#elem_maison { background: url("../img/design/maison.png") no-repeat; }
#elem_maison:hover { background: url("../img/design/maison.hover.png") no-repeat; }
#elem_chambres {background: url("../img/design/chambres.png") no-repeat;}
#elem_chambres:hover {background: url("../img/design/chambres.hover.png") no-repeat;}
#elem_cadre {background: url("../img/design/cadre.png") no-repeat;}
#elem_cadre:hover { background: url("../img/design/cadre.hover.png") no-repeat; }
#elem_tarifs { background: url("../img/design/tarifs.png") no-repeat; }
#elem_tarifs:hover { background: url("../img/design/tarifs.hover.png") no-repeat;}
#elem_contact { background: url("../img/design/contact.png") no-repeat;}
#elem_contact:hover { background: url("../img/design/contact.hover.png") no-repeat; }
#elem_itineraire { background: url("../img/design/itineraire.png") no-repeat; }
#elem_itineraire:hover { background: url("../img/design/itineraire.hover.png") no-repeat; }
#elem_appart { background : url("../img/design/appartement.png") no-repeat; }
#elem_appart:hover { background: url("../img/design/appartement.hover.png") no-repeat; }

/* Style des contenus */

#corps /* Identifiant du bloc de contenu des autres pages, bloc "overlay" */
{
width: 560px;
position: absolute;
left: 400px;
top: 160px;
}

h1 /* définition du style de titre de bloc de contenu */
{
margin: 0px;

padding-top: 2px;
padding-left: 5px;

/* inverse */
color: white;
font-size: 20px;
font-weight: bold;
background-color: rgb(52,104,35);
}

h2
{
margin: 0px;
margin-left: 10px;
margin-bottom: 10px;
font-size: 16px;
font-weight: bold;
}

p
{
font-size: 14px;
text-align: justify;
font-weight: normal;
}


.contenu /* Classe pour les éléments bloc de contenu élémentaire */
{
border: 1px solid;
margin-bottom: 5px;
padding: 0px;
padding-top: 10px;
}


.contenu h3 /* redéfinition du style de titre de contenu */
{
margin: 0px;
margin-left: 10px;
margin-bottom: 5px;
font-size: 14px;
}

.contenu img 
{
margin-left: 30px;
margin-bottom: 20px;
}

.contenu p /* redéfinition du style de texte de contenu */
{
margin-top: 0px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
text-indent: 15px;
}

.contenu ul
{
margin-top: 0px;
margin-bottom: 10px;
list-style-type: square;
}

.contenu li
{
font-size: 14px;
}

.contenu a
{

}

#tarifs
{
margin-top: 5px;
margin-bottom: 10px;
margin-left: 0px;
border-collapse: collapse;
}

#tarifs th
{
/* inverse */
color: white;
background-color: rgb(52,104,35);
padding: 5px;
}

#tarifs td
{
border-top: 1px dotted;
border-bottom: 1px dotted;
border-left: 1px dotted;
border-right: 1px dotted;
border-color: rgb(52,104,35);
text-align: center;
vertical-align: middle;
padding: 5px;
}

#dispo_nav
{

}

#dispos caption
{
/* inverse */
color: white;
text-align: left;
font-size: 20px;
font-weight: bold;
background-color: rgb(52,104,35);
margin-left: 2px;
padding: 5px;
}

#dispos
{
margin-bottom: 10px;
border-collapse: nocollapse;
}

#dispo_legende
{
margin-left: 400px;
margin-bottom: 10px;
}

#dispos th
{
/* inverse */
color: white;
background-color: rgb(52,104,35);
padding-right: 5px;
padding-left: 5px;
}

#dispos th.colhead
{
font-family:Courier New, Courier, Prestige, monospace;
text-align: center;
padding: 2px;
}

#dispos td
{
border-top: 1px dotted;
border-bottom: 1px solid;
border-left: 1px dotted;
border-right: 1px solid;
border-color: rgb(52,104,35);
text-align: center;
vertical-align: middle;
padding: 2px;
}

 td.available
{
background-color: rgb(0,127,192);
}

 td.booked
{
background-color: rgb(207,0,0);
}

#dispos td.outschedule
{
border:0px;
}

.contenu iframe /* cartes Google */
{
	width: 530px;
	height: 350px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.lettrine
{
font-family: "Lucida Black Letter", "Times New Roman", times, serif;
font-size: 1.8em;
font-weight: bold;
margin-right: 1px;
}

/* Style des blocs de positionnement de la page d'indx */


#adresse /* bloc "overlay" pour l'adresse en page d'index */
{
position: absolute;
top: 140px;
left: 100px;

}

#adresse p
{
font-size: 10px;
}

#langues
{
position: absolute;
top: 140px;
right: 20px;

vertical-align: middle;
}

#langues a
{
font-size: 12px;
color: rgb(52,104,35);
}

#langues a:link img { border: 0px; }
#langues a:active img { border: 0px; }
#langues a:visited img { border: 0px; }

#corps_index /* Identifiant du bloc de contenu de la page d'index */
{
width: 500px;
margin: auto;
}

#corps_index  a:link img { border: 0px;}
#corps_index  a:active img { border: 0px;}
#corps_index  a:visited img { border: 0px;}

#achpn
{
position: absolute;
bottom: 10px;
left: 10px;
border: 1px solid;
border-color: rgb(52,104,35);
width: 400px;
padding: 0px;
}

#achpn th
{
text-align: center;
vertical-align: middle;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bolder;
}

#achpn td
{
text-align: center;
vertical-align: middle;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bolder;
}

#achpn a:link img
{
border: 0px;
}

#achpn a:visited img
{
border: 0px;
}

#footer
{
position: absolute;
right: 60px;
bottom: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

#footer p
{
font-size: 10px;
}
