/* CSS Document */

body { 

} 

a:link {
color: #52331E; text-decoration: underline;
} 

a:visited {
color: #52331E; text-decoration: underline;
} 

a:hover {
color: #8d4b1e; text-decoration: underline;
}

a.lien:link {
color: #f3e7cf; text-decoration: underline;
} 

a.lien:visited {
color: #f3e7cf; text-decoration: underline;
} 

a.lien:hover {
color: #c5beb0; text-decoration: underline;
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #52331E;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	}
	
.texte_titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #52331E;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.texte_petit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #f3e7cf;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.texte4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #C8A8C8;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}


.bordure {
	border: 1px ridge #52331e;
}

ul {
	list-style-image: url(images/puce.jpg);
}

/* ************************* Class Plan API GOOGLE ************************* */

.titreplan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.txtplan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #9a379b;
}
.plan {
	width: 500px;
	height: 350px;
	border:1px #140411 solid;
}

/* ************************* Fin Class Plan API GOOGLE ************************* */

