/*
	Auberge des Michels
	Définition des feuilles de style pour affichage écran
	Auteur : Cécile Roussel - Alliances Consultant

	Couleurs de base :
	
	vert kaki :			#778877
	vert :					#003333
	vert pale :			#C5CEC2
	crème :					#FFFFF5
	doré :					#FBF8DD
	marron :				#9C7744

*/


/* Définitions générales */

body, body div, body p, body th, body td, body li, body dd {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd {
	font-size: small;
}

body {
	background-color: #778877;
	color: #000;
	font-family: Trebuchet MS, Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-align: center; 						/* Bug IE */
	margin: 0;
	padding: 0;
}

/* Propriétés par défaut des tags HTML */

dl, dt, dd, ul, li { margin: 0; padding: 0; list-style-type: none; }
img {	border: 0; margin: 0; padding: 0;}

form {
	margin: 0;
}

input {
	font-size: 100%;
	color: #003333;
	border: 1px solid #778877;
	padding: 0 2px 0 2px;
	background-color: #FFF;
}

input.radio {
	color: #003333;
	border: 0;
	background-color: #FFFFF5;
	vertical-align: bottom;
}

select {
	font-size: 85%;
	color: #003333;
	border: 1px solid #778877;
	padding: 0;
	background-color: #FFF;
}

textarea {
	font-family: Trebuchet MS, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 100%;
	color: #003333;
	border: 1px solid #778877;
	padding: 0 2px 0 2px;
	background-color: #FFF;
}

/* Définitions particulières */

	/* Conteneurs */

	#page {									/* Centrage horizontal et vertical */
		position:absolute;
		left: 50%; 
		top: 50%;
		width: 760px;
		height: 540px;
		margin-top: -270px;		/* moitié de la hauteur */
		margin-left: -360px;	/* moitié de la largeur - colonne de droite pour lettrine */
		text-align: left;
		color: #FFF;
		background-color: #778877;
		background-position: 100% 100%;
		background-repeat: no-repeat;
		background-image: url("../img/lettrine.gif");
	}

	#bandeau {
		float: left;
		width: 720px;
		height: 76px;
		margin-bottom: 4px;
	}

	#bandeau-print {
		display: none;
	}

	#cadre {
		float: left;
		color: #003333;
		background-color: #FFFFF5;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		background-image: url("../img/fond.gif");
		margin: 0;
		padding: 0;
		border: 3px solid #9C7744;
		width: 726px;							/* Correction comportement box IE 5.01, 5.5 */
		height: 416px;						/* IE 6 comportement ok car DTD stricte */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 720px;
		height: 410px;
  }

	html>body #cadre {					/* Bug Opera */
		width: 720px;
		height: 410px;
	}

	#texte {
		float: left;
		width: 419px;
		height: 373px;
		background-position: 0% 100%;
		background-repeat: no-repeat;
		background-image: url("../img/lierre.gif");
	}

	#barre {
		float: left;
		width: 3px;
		height: 373px;
		background-color: #9C7744;
	}

	#carte {
		float: right;
		font-size: 85%;
		text-align: center;
		width: 130px;
		height: 54px;
		margin-top: 10px;
		margin-right: 20px;
		margin-left: 6px;
		padding-top: 0px;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		background-image: url("../img/fond-carte2.gif");
	}

	#menus {
		float: right;
		font-size: 85%;
		text-align: center;
		width: 150px; /* Valeur originale : 130 px */
		height: 56px;
		margin-top: 6px;
		margin-right: 20px;
		margin-left: 6px;
		padding-top: 10px;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		background-image: url("../img/fond-menus4.gif");
	}

	#photo { float: left; margin-top: 1px; margin-left: 4px; }

	#pied {
		font-size: 90%;
		font-weight: bold;
		text-align: center;
		color: #003333;
		width: 720px;
		margin-bottom: 6px;
	}

	#pied-print {
		display: none;
	}

	#copyright {
		font-size: 90%;
		text-align: center;
		color: #C5CEC2;
		width: 720px;
	}

	#copyright-print {
		display: none;
	}

	/* Titres */
	
	img.titre-hp {
		margin: 30px 20px 20px 80px;
	}

	img.titre {
		margin: 30px 20px 14px 80px;
	}

	img.c-titre {
		margin: 18px 20px 14px 30px;
	}

	/* Textes */
	
	.rouge { color: #CC3300; }
	.small { font-size: 11px; }
	
	.txt, .c-txt, .r-txt, .m-txt, .t-txt {
		margin: 4px 20px 8px 80px;
		padding: 0;
		font-size: 85%;
	}

	.c-txt, .t-txt {
		text-align: center;
		margin-bottom: 0px;
	}

	.t-txt { font-size: 12px; font-weight: bold; }
	span.normal { font-weight: normal; }

	.m-txt {
		text-align: center;
		margin-top: 0px;
		margin-bottom: 9px;
	}

	.r-txt {
		text-align: right;
	}

	.z-txt, .zz-txt {
		margin: 0 20px 8px 80px;
		padding: 0;
		font-size: 100%;
	}

	.zz-txt {
		font-size: 115%;
	}

	/* Liens */

	#texte a.rouge {
		color: #CC3300;
		font-weight: bold;
		text-decoration: none;
	}
	
	#texte a	{ color: #9C7744; text-decoration: underline; }
	#texte a:hover { color: #778877; text-decoration: underline; }

	#texte a.suite { color: #003333; text-decoration: none; }
	#texte a.suite:hover { color: #9C7744; text-decoration: none; }

	#carte a	{ color: #003333; text-decoration: none; }
	#carte a:hover { color: #9C7744; text-decoration: underline; }

	#menus a	{ color: #003333; text-decoration: none; }
	#menus a:hover { color: #9C7744; text-decoration: underline; }

	#menus a.formule	{ color: #9C7744; text-decoration: underline; }
	#menus a.formule:hover { color: #9C7744; text-decoration: underline; }

	#pied a	{ color: #003333; text-decoration: underline; }
	#pied a:hover { color: #C5CEC2; text-decoration: underline; }

	#copyright a { color: #C5CEC2; text-decoration: underline; }
	#copyright a:hover { color: #003333; text-decoration: underline; }

	/* Séparateurs */
	
	.spacer { clear: both; height: 2px;}


	/* Images */

	img.michels {
		padding-left: 14px;
	}
	
	img.lierre {
		padding: 0;
		margin: 39px 0 0 -1px;
	}
	
	img.puce {
		padding: 0 0 14px 5px;
	}

	#carte img {
		margin: 0;
		padding: 0;
		vertical-align: top;
	}

	/* Tables */

	table.cadre {
		border-collapse: collapse;
		padding: 0;
		margin: 0;
		width: 720px;
	}
	
	table.cadre td {
	}

	table.cadre td.c0 {
		height: 37px;
	}

	table.cadre td.c1 {
		height: 373px;
	}

	table.txt td {
		font-size: 100%;
	}

	td.vide {
		width: 28px;
	}

	/* Listes */

	ul.txt li {
		font-size: 100%;
		list-style-type: none;
		background-image: url(../img/puce.gif);
		background-repeat: no-repeat;
		background-position: 0 8px;
		padding-left: 10px;
		margin-left: 0px;
	}

	ul.wind-m { margin-bottom: 16px; }	
	
	ul.wind-m li {
		font-size: 85%;
		list-style-type: none;
		background-image: url(../img/puce2.gif);
		background-repeat: no-repeat;
		background-position: 0 5px;
		margin: 0 20px 0 80px;
		padding-left: 20px;
		line-height: 15px;
	}

	ul.wind-m2 li {
		font-size: 85%;
		list-style-type: none;
		background-image: url(../img/puce2.gif);
		background-repeat: no-repeat;
		background-position: 0 5px;
		margin: 0 20px 0 0px;
		padding-left: 20px;
		line-height: 16px;
	}

	ul.wind-v li {
		font-size: 100%;
		list-style-type: none;
		background-image: url(../img/puce3.gif);
		background-repeat: no-repeat;
		background-position: 0 5px;
		margin: 0 20px 0 100px;
		padding-left: 20px;
		line-height: 16px;
	}

	/* Formulaires */
	
	.normal {
		font-weight: bold;
	}

	.erreur {
		font-weight: bold;
		color: #800000;
	}
	

/* Tables */

table.carte {
	margin-top: 12px;
	margin-left: 76px;
	width: 326px;
}

table.carte td {
	font-size: 85%;
}

table.carte td.prix {
	font-weight: bold;
	padding-left: 10px;
	vertical-align: top;
	width: 14px;
}

table.carte td.icone {
	vertical-align: top;
	width: 14px;
}

/* Changement de propriétaire */

.proprietaire {
	color: #CC3300;
	font-size: 150%;
	font-weight: bold;
}

