body { 
	color: #ffffff; font-size: 12px; font-family: arial,helvetica,sans-serif; text-align: center;
	background: #1d1818; width: 100%; height: 100%; margin: 0px; 
}

a:link, a:visited, a:active	{ 
	text-decoration: underlined; color: inherit;
}

a:hover, a:focus  { 
	text-decoration: underlined;
}

img 	{
	border: 0px;
}

input[type=text], input[type=number], input[type=color], select, option {
    background-color: #3c3c3c; border:solid 1px #aaaaaa; color: #ffffff; height: 20px;
}

textarea {
    background-color: #3c3c3c; border:solid 1px #aaaaaa; color: #ffffff; font-family: arial,verdana,helvetica,sans-serif; 
} 

input[type=button], input[type=submit] {
    cursor: pointer; border-radius: 6px; height: 20px; width:120px;
}

input:focus , select:focus, option:focus {
	outline:solid 0px #BD914B; border:solid 1px #BD914B;
}

#col_centre		{ display: inline-block; border: 0px solid #00ff00; margin:0px auto; }
#col_gauche 		{ float: left; border: 0px solid #00ff00; width: 300px; margin: 0px; text-align: left;}
#col_droite		{ float: left; border: 0px solid #00ff00; text-align: left; }

div.groupe		{ border: 1px solid #000000; margin-top: 2px; margin-left: 3px}
div.groupe div.titre
{
	border: 0px solid #000000;
	background: -webkit-linear-gradient(#3f3f3f, #1d1818);
	background:    -moz-linear-gradient(#3f3f3f, #1d1818);
	background:     -ms-linear-gradient(#3f3f3f, #1d1818);
	background:      -o-linear-gradient(#3f3f3f, #1d1818);
	background:         linear-gradient(#3f3f3f, #1d1818);
	font-family: 'century gothic',verdana,arial,helvetica,sans-serif;
	font-size: 14px; 
	width: 100%; height: 30px; margin: 0px; padding: 0px;
}
div.groupe div.pied	{ width: 100%; height: 40px; margin-top: 2px; background: #393939; }
div.ligne 		{ border: 0px solid #0000ff; padding-top: 1px; padding-bottom: 1px; }

#div_zoom { width: 24px; height: 24px; background:green; }
#div_content { overflow: hidden; border: 0px solid #0000ff; }
#editPanel 							{ border: solid 1px #aaaaaa; padding: 2px; visibility: hidden; }
#editPanel div.editPanelButton 		{ float: left; width: 24px; height: 24px; cursor: pointer; line-height: 24px; text-align: center; font-size: 12pt; }
#editPanel div.editPanelButton:hover 	{ background-color: #777777; }
#editPanel span.editPanelColor		{ height: 24px; }
#editPanel span.editPanelColor:hover { background-color: #777777; }

.floatright 		{ float: right; text-align: right; }
.floatleft 		{ float: left; text-align: left; }
.marginleft5	{ margin-left: 5px; }
.marginleft10	{ margin-left: 10px; }
.marginright5	{ margin-right: 5px; }
.margintop5		{ margin-top: 5px; }
.margintop10	{ margin-top: 10px; }
.cliquable		{ cursor: pointer; }
.nodisplay		{ display: none; }
.displayblock	{ display: block; }