BODY {
	margin: 0px;
	padding: 0px;
}

.ploutch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.titres {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;

}
.accroche {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}

/* complément css */

legend {
	margin-bottom: 5px;
	font-weight: bold;
	color: #FF6600;
}
legend a {
	margin-bottom: 5px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: xx-small;
	color: #999999;
	text-align: center;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
.menu {
	color: #666666;
	font-weight: bold;
	/* width: 103px;
	height: 36px; 
	text-align: center;
	vertical-align: middle; */
	line-height: 15px;
} 
a.menu:link {
	text-decoration: none;
} 
a.menu:visited {
	text-decoration: none;
} 
a.menu:hover {
	text-decoration: none;
	color: #00CC00;
} 
a.menu:actived {
	text-decoration: none;
	color: red;
} 
.insert {
	font-size: 13px;
	text-decoration: none;
	font-weight: bolder;
	font-style: oblique;
	text-decoration: blink;
}