BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
select {
	margin-bottom : 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Bouton {
	/* les boutons */
	font-size : 10px; 
	font-weight : bold; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	text-align : center; 
	margin-bottom : 2px;
}

.ToolBar {
	/* Barre d'outils */
	text-align: left;
	background-color: buttonface;
	border-left: 1px solid ButtonShadow;
	border-right: buttonshadow 2px solid;
	border-top: 1px solid ButtonShadow;
	border-bottom: buttonshadow 1px solid;
	width:100%;
	padding-top : 0px;
}
.ToolOver {
	/* Boutons sélectionnés */
	background-color: '#ffffff';
	border: 1px solid buttonshadow;
	margin-bottom : -3px;
}
.ToolOut {
	/* Boutons non sélectionnés */
	background-color: buttonface;
	border: 1px solid buttonface;
	margin-bottom : -3px;
}
.TheEditeur {
	/* Zone de texte wysiwyg */
	border-left: 1px solid ButtonShadow;
	border-right: buttonshadow 2px solid;
	border-bottom: buttonshadow 2px solid;
	overflow-y: auto;
	overflow-x: hidden;
	width:100%;
	height:91%;
	padding : 0px 5px 3px 5px;
}
.TheEditeur p {
	/* Paragraphes dans la zone wysiwyg */
	margin: 10px 0px 10px 0px;
}
.TheEditeur a {
	/* Liens dans la zone wysiwyg */
	color: Red;
	text-decoration : underline;
}
.Legend {
	/* legend des barres outils */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
}


