body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bloc{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
}
.bloc:hover{
	text-decoration: none;
}
.blocgris{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999;
}
.bloc:hover{
	text-decoration: none;
}
.blocpetit{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000;
}
.blocpetit:hover{
	text-decoration: none;
}
.titre {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.soustitre {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.commentaire{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333;
	font-style: italic;
}

.admin {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #090;
	font-weight: bold;
}

.navtitre {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.nav{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.nav:hover{
	color: #F00; text-decoration:line-through;
}
.nav2{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
}
.nav2:hover{
	color: #000;
}

.navbas{
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
.navbas:hover{
	color: #F00;
}