/*	$Id: rendez-vous.css 1082 2016-08-19 18:21:29Z thierry $	*/

dl a {
	font-size:11pt;
	text-decoration:none;
	color:#666;
}
dl a:visited {
	color:#666;
}
.liens {text-align:center;margin:12px 30px;color:grey;font-size:small;
	background-color:#f0f0f0;
}
.liens a {color:grey;font-size:small;font-weight:normal;margin:auto 3px;}
.liens a:hover {color:grey;}
.liens a:visited {color:grey;}
h1, h2 {
	text-align:center;
	font-weight:normal;
	color:#999;
}
h2 a {
	font-size:inherit;
	color:teal;
	text-decoration:none;	
}
h2 a:hover {
	text-decoration:underline;
}
dl {
	margin:auto;
	width:700px;
}
dt {
	border-top:solid 1px gray;
	padding-top:8px;
	margin-bottom:12px;
	font-size:large;
	color:#999;
}
dd {
	margin-bottom:12px;
}
