/* Style pour La Fontaine */
H1 {
	font-weight: bold;
	font-size: 166%;
	font-variant: small-caps;
}

H4 {
	font-family: Times, "Times new roman", serif;
	color: #009;
	font-size: 125%;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

BODY, TD {
	font-family: Palatino, Georgia, Times, Serif;
	font-size: 16px;
	margin-left: 2em;
	}

TABLE.bordgris TH, TABLE.bordgris TD{
	border-top: #EEE solid 1px;
	border-left: #EEE solid 1px;
	border-bottom: #BBB solid 1px;
	border-right: #BBB solid 1px;
	}

A	{ 
	text-decoration: none;
	font-weight: bold;
	}
A:link    {color:#00A}
A:visited {color:#336}
A:hover   {color:#B00}
A:active  {color:#F00}

IMG {border-color: #AAF;}
IMG:hover {border-color: #A22;}
	
.centre {text-align: center;}
.gauche {text-align: left;}
.droite {text-align: right;}
.bleugras {
	color: #00A;
	font-weight: bold;
	}
.imagegauche {float: left;
	padding-right: 10px;
	padding-bottom: 600px;
	}	
.texte {float: left;
	}	
.margin15 {margin-left: 1.5em;}
.margin2  {margin-left: 2em;}
.margin3  {margin-left: 3em;}
.margin4  {margin-left: 4em;}
.margin6  {margin-left: 6em;}
	
.plusgrand {
	font-size: 18px;
	font-weight: bold;
	}
.grand {
	font-size: 30px;
	font-weight: bold;
	}
.lettrine {
	font-weight: bold;
	font-size: 200%;
	vertical-align: baseline;
	line-height: 50%;
	}
.rouge {color: #A00}
.pluspetit {font-size: 80%}
.grispetit {
	color: #555;
	font-size: 80%;
	text-decoration: none;
	}
