@charset "utf-8";
/* CSS Document */

.homeLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.homeLinkFrame {
	border-color: #ffcc00;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	margin: 6px;
	float: left;
}

a.homeLinkFrame {
	text-decoration: none;
	font-size: 11px;
}

a.homeLinkFrame:hover {
	text-decoration: none;
	font-size: 11px;
	background-color: #cecece;
}



.homeLinkTitle {
	color: white;
	padding: 2px;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
}

.homeLinkBlue {
	color: #666699;
}

a.homeLinkBlue {
	color: #666699;
	float: left;
	text-decoration: none;
	font-size: 11px;
}
a.homeLinkBlue:hover {
	text-decoration: underline;
}

.homeLinkPhotoList {
	float: left;
	width: 75px;
}

.homeLinkPhoto {
	float: left;
	margin-bottom: 1px;
}

.homeLinkRed {
	color: #800000;
	margin-bottom: 10px;
	float: left;
	width: 180px;
}
a.homeLinkRed {
	color: #800000;
	text-decoration: none;
	font-size: 11px;
}
a.homeLinkRed:hover {
	text-decoration: underline;
}

.homeLinkGreen {
	color: #808000;
}
a.homeLinkGreen {
	color: #808000;
	text-decoration: none;
}
a.homeLinkGreen:hover {
	text-decoration: underline;
}





.homeLinkProvence {
	color: #4e867a;
	float: left;
	margin-bottom: 1px;
	margin-top: 4px;
	width: 110px;
}
a.homeLinkProvence {
	color: #4e867a;
	text-decoration: none;
	font-size: 11px;
}
a.homeLinkProvence:hover {
	text-decoration: underline;
}

.homeFooter {
	font-size: 11px;
	color: #808000;
}

/* #800000 // red link */