body
{
	background: url("images/fond.jpg") repeat;
	color: #000000;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.post-it
{
	padding: 20px;
	text-align: justify;
}

.texte-post-it
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}

.texte-post-it a
{
	background: transparent;
	color: #009;
	text-decoration: none;
	border-bottom: dashed 1px #009;
}

.texte-post-it a:hover
{
	background: transparent;
	color: #000000;
	text-decoration: none;
	border-bottom: dashed 1px #009;
}

.texte-post-it-center
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

.texte-post-it-center a
{
	background: transparent;
	color: #009;
	text-decoration: none;
	border-bottom: dashed 1px #009;
}

.texte-post-it-center a:hover
{
	background: transparent;
	color: #000000;
	text-decoration: none;
	border-bottom: dashed 1px #009;
}

.texte-post-it-box
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	padding: 2px;
	border: dashed 1px #ffcc99;
}

.titre
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.grand-titre
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.nom
{
	background: #ffcc99;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}

.nom a
{
	background: transparent;
	color: #000000;
	background: #ffcc99;
	text-decoration: none;
	border-bottom: dashed 1px #000000;
}

.nom a:hover
{
	background: #ffcc99;
	color: #000000;
	text-decoration: none;
	border-bottom: dashed 1px #000000;
}

.date
{
	background: transparent;
	color: #009;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.navigation
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.navigation a
{
	background: transparent;
	color: #333333;
	text-decoration: none;
	padding: 2px;
	border: solid 1px #ffcc99;
	line-height: 22px;
}

.navigation a:hover
{
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

.erreur
{
	background: transparent;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

.scene
{
	background: #ffcc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	border-top: dashed 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
}

checkbox, input, radio, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}