/* CSS Balises HTML classiques */

h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #505014;
}
h2 {
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #505014;
}
h3 {
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 5px;
}
hr {
	color: #333366;
	width: 100px;
	height: 1px;
}
p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: lighter;
	color: #212010;
}
.lien {
	color:#555555;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.lien a:link { 
	color:#505014;
	text-decoration:underline;
}
.lien a:visited { 
	color:#505014;
	text-decoration:underline;
}
.lien a:active { 
	color:#505014;
	text-decoration:underline;
}
.lien a:hover {
	color:#848400;
	text-decoration:underline;
}
.MAJ {
	text-transform: uppercase;
}
.10 {
	font-size: 10px;
	letter-spacing: 0;
	line-height: 18px;
}
.exp {
	font-size: 9px;
}
.esp1 {
	letter-spacing: 1px;
}
.int17 {
	line-height:17px;
}
.int16 {
	line-height:16px;
}
.int15 {
	line-height:15px;
}