.intro{
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	color: #CC0000;
}
.notice{
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	color: #CC0000;
}
#listing{
	background-color: #FFFFFF;
	width: 585px;
	height:511px; 
	overflow: auto;
}
.region{
	padding-left: 10px;
	background-color: #931C52;
	font-family: Arial;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}
.domaine{
	list-style-type: none;
	padding-left: 20px;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	color: #999999;
}
.liste{
	height: 24px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
}
.liste a:link, .liste a:visited, .liste a:active{
	text-decoration: none;
	color: #CC0000;
}
.liste a:hover{
	text-decoration: underline overline;
	color: #00CCFF;
}
.fiche{
	width: 565px;
	padding: 10px;
}
.prev{
	font-size: 25px;
	font-family: Arial;
}
.prev:link, .prev:visited, .prev:active{
	text-decoration: none;
	padding-right: 6px;
	color: #CC0000;
}
.prev:hover{
	text-decoration: none;
	padding-right: 6px;
	color: #00CCFF;
}
.next{
	font-size: 25px;
	font-family: Arial;
}
.next:link, .next:visited, .next:active{
	text-decoration: none;
	padding-left: 6px;
	color: #CC0000;
}
.next:hover{
	text-decoration: none;
	padding-left: 6px;
	color: #00CCFF;
}
.regionFiche{
	height: 20px;
	font-family: Arial;
	color: #CC0000;
	padding-bottom: 10px;
}
.rf{
	float: left;
	padding-left: 4px;
	font-size: 18px;
}
.sf{
	float: right;
	padding-right: 10px;
	font-size: 16px;
	
}
.nom{
	float: none;
	text-align: center;
	font-family: Arial;
	font-size: 25px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
.description{
	height: 250px;
	min-height: 267px;
	vertical-align: top;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.description img{
	padding: 4px;
}
.informations{
	height: 80px;
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 15px;
}
.leftInfo{
	width: 30%;
	float: left;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
}
.rightInfo{
	width: 60%;
	float: right;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
	border-left: 1px dotted #666666;
}
.website{
	float: none;
	padding-top: 1px;
	border-top: 1px dotted #666666;
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	margin: 10px;
}
