@import "postit.css";
body {
	SCROLLBAR-FACE-COLOR:white;
	SCROLLBAR-HIGHLIGHT-COLOR:white;
	SCROLLBAR-SHADOW-COLOR:white;
	SCROLLBAR-3DLIGHT-COLOR:white;
	SCROLLBAR-ARROW-COLOR:#009900;
	SCROLLBAR-TRACK-COLOR:white;
	SCROLLBAR-DARKSHADOW-COLOR:white;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}


.texte_index {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #009900;
	text-align: center;
	font-weight: bold;
}


.titre_index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #483301;
	letter-spacing: 3px;
	text-align: center;
}


.bord_image_index {
	border: thin solid #FFCC33;
}



a.lien_index
{
	color:#FF9900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.lien_index:hover
{
	color:#FF9900;
	text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	border-bottom-style: dotted;
	border-bottom-color: #009900;
} 
.texte2_index {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-align: right;
}
