/* TEXTES */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	padding:0px 0px 10px 10px;
	margin:0px;
	font-variant: small-caps;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFE59D;
	padding:0px 0px 5px 0px;
	margin:0px;
	font-variant: small-caps;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFE59D;
	padding:0px 0px 5px 0px;
	margin:0px;
	font-variant: small-caps;
	text-align:center;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFE59D;
	padding:0px 0px 5px 0px;
	margin:0px;
	font-variant: small-caps;
}

.texteBlanc12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}

.texteBlanc14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}


.texteBeige11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFE59D;
}

.texteBeige12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFE59D;
}

.texteBeige13 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFE59D;
}

.texteMarron12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #56230E;
}

.texteTagCloud {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}

/* LINK */
a:link {color: #FFFFFF;text-decoration:underline;}
a:visited {color: #FFFFFF;text-decoration:underline;}
a:active {color: #FFFFFF;text-decoration:underline;}
a:hover {color: #FFE59D;text-decoration:underline;}
