body {
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000099;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
A.back      		{  color: #000099;  text-decoration : none; background: #FFFFFF; font-size: 8px;}
A.back:link    	{  color: #000099;  text-decoration : none; background: #FFFFFF;}
A.back:visited	{  color: #000099;  text-decoration : none; background: #FFFFFF;}
A.back:hover   	{  color: #FFFFFF;  text-decoration : none; background: #000099;}

.titre {
	font-size:22px;
	text-align:center;
	border-bottom-width:thin;
	border-bottom-color:#000099;
	border-bottom-style: solid;
	letter-spacing: 5px;


}

.corps {
	font-size:18px;
	text-align:center;
	margin-right: 15px;
	margin-left: 15px;
}

A.lien      		{
	color: #000099;
	text-decoration : underline overline;
	font-size: 16px;
	font-weight: bold;
}
A.lien:link    	{ color: #000099;  text-decoration : overline underline; }
A.lien:visited	{  color: #000099;  text-decoration : overline underline; }
A.lien:hover   	{ color: #FFFFFF;  text-decoration : none; background: #000099;}

