.b_titre
{
	font-size: 14pt;
	color: green;
	background-color: black;
	font-weight: bold;
}

.b_contenu
{
	font-size: 12pt;
	color: #003300;
	background-color: #CCCC66;
}

.erreur
{
	font-size: 14pt;
	color: orange;
	text-align: center;
	margin-top: 15;
	margin-bottom: 15;
}

body
{
	background-color: darkgreen;
}

a:link
{
	color: #003300;
}

a:visited
{
	color: #003300;
}

a:active
{
	color: blue;
}

a:hover
{
	color: #993300;
}

p.text
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15;
	margin-bottom: 15;
}

h1,h2,h3,h4,h5,h6
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15;
	margin-bottom: 15;
}

.source
{
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

.date
{
	font-size: 10pt;
	font-style: italic;
}

p.titre3
{
	font-size: 13pt;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15;
	margin-bottom: 15;
}

p.titre2
{
	font-size: 13pt;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15;
	margin-bottom: 15;
}

p.titre1
{
	font-size: 14pt;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15;
	margin-bottom: 15;
}

.summary
{
	font-weight: bold;
}

