#webcmsPanel {
	background-color: white;
	color: black;
	font-family:  Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	padding: 10px;
}
#webcmsPanel a{
	color: black;
	text-decoration: underline;
}
/***** Menu des outils */
.webcmsToolMenu{
	background-color: #E2E2E2;
	padding: 3px 10px;
	clear: both;
	font-weight: normal;
	color: black;
	font-family:  Arial, sans-serif;
	font-size: 8pt;
}
.webcmsToolMenu img{
	border: 0;
}
.webcmsToolMenu a{
	color: black;
	text-decoration: underline;
}

.webcmsToolMenu a:hover{
	color: blue;
}

.webcmsToolMenu hr {
	color: white;
	background-color: white;
	height: 1px;
	line-height: 1px;
	border: 0;
	margin: 10px 0;
}

/***** Edition de fragment */
.webcmsNote{
	padding: 10px 3px;
}

/****** Bannière "site de test" */
.webcmsMessage{
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
}