/* Les saints du calendrier et les dictons - Feuille de style */

/* Styles généraux */


body {
	font-family: verdana;
	font-size: 90%
}

H1 {
	font-size: 160%;
	color: #697187;
}

H2 {
	font-size: 140%;
	color: black;
	font-weight: normal;
	font-variant: small-caps;
}

H3 {
	font-size: 100%;
	color: #cc6633;
	font-weight: bold;
	border-top: solid 2px #cc6633;
	border-bottom: solid 2px #cc6633;
	padding: 4px;
	text-align: center;
	}

H4 {
	font-size: 90%;
	font-weight: bold;
	border-top: solid 2px #697187;
	padding: 4px;
	}	
	
a:link {
	font-size: 140%;
	text-decoration: underline;
	color: #009900;
}

a:visited {
	font-size: 140%;
	text-decoration: underline;
	color: #009900;
}

a:hover {
	text-decoration: none;
	color: #C66300;
}

table {
	font-family: verdana;
	font-size: 90%;
}

P.sol {
	font-size: 140%;
	font-weight : bold;
	text-align: center;
	color: #009900;
}