/* Dfinition des balises html */
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0; padding:0;
	font-size:1em;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	clear:both;
}
h1 {
	border-bottom: 1px solid #CCC;
	font-size:1.2em;
	text-align:right;
	padding-right:1em;
	color:#CD5C5C;
}
h2 {
	margin-left:0.1em;
	font-style:italic;
	border-bottom: 1px dotted #CCC;
	font-size:1.1em;
	padding-left:0.1em;
	overflow:visible;
}
p {
	margin:0 0 0.5em 0;
}
#menu ul, #menu li {
	list-style-type:none;
	padding:0;
	margin:0;
}

/* Zones du site */
#nav, #header, #menu, #footer, #xiti-logo, #bloc_suggestion { display:none;}
#contenu {
	font-size:0.8em;
}
/* Index.htm */
#droite {
}
#droite p {
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	margin-top:0.3em;
}

#gauche {
}

/* Classes des éléments */
.mail { 
	margin:0 50px; 
	border-left:1px solid #09C; 
	padding:0 0.5em;
	color:#909090;
}
dt {
	margin-top:0.5em;
	width:50%;
	border-bottom:1px dotted #666;
	font-weight:bold;
	color:#333;
}
dd {
	margin-left:0.8em;
	color:#999;
}
.message {
	border:1px dotted #c30;
	margin:1em;
	padding:0.2em;
	background:#FEFEFE;
}
.photo {
	margin:0.2em;
	border:1px solid #09C;
}
.newsetpromo {
	font-style:italic;
}
#reservation_dock { display:none;}
td, tr { border:1px solid #666; border-collapse:collapse;}

td.nomail {
	font-style:italic;
}
td a {
	text-decoration:none;
	color:#444;}