/* Styles pour les pages chateaux */

div.header h2 {
	font-size: 16px;
	color: #343434;
}

h3 {
	margin: 3px 0;
	color: #232323;
}

h4, h5 {
	font-size: 12px;
	font-weight: bold;
	color: #686868;
}

p {
	margin-top: 0;
	font-size: 12px;
}
p b { color:#686868; }

div.fill p, div.fill ul {
	margin-bottom: 8px;
	margin-top: 4px;
}

a.red {
	color: #BD0911;
}

h1.title,
h1.title a,
a.title {
	color: #BB020A;
}

a.title,
h1.title a {
	text-decoration: none;
}

/* Quick tips -help -info -list */

h3.showtip {
	margin: 2px 0;
	background: url(/images/chateaux/showlist_arrow.gif) no-repeat left;
	position: relative;
	padding-left:15px;
	text-decoration:none;
	color: #545454;
	cursor: pointer;
}

tr.reveal td {
	background-color: #666666;
	color: #FFFFFF;
}

