body{background-color:#cccccc; color:#cccccc;}

a:link,a:visited,a:hover,a:active{color:#ffffff;}

.panneau td
{
	text-align:center;
}
.panneau
{
	width:475px;
	color:#ccc;
	border:solid 5px #F3F3F3;
	border-radius:4px 4px 4px 4px;
	padding:8px 8px 8px 18px;
	margin:20px auto;
	background:#333333;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
}
.panneau form td
{
	text-align:left;
}

.libeles{background-color:#3D3B3B; position:relative; color:#FFFFFF; }
.libeles th{border-bottom:1px solid #4C4A4A;}
.bor_bas td{border-bottom:1px solid #000; margin-bottom:1px; padding:5px;}

.ht_panneau_volant{background-color:#3D3B3B; border-bottom:1px solid #4C4A4A; margin-top:5px; margin-bottom:5px;}
.panneau.volant
{
	display:none;
	position:absolute;
	z-index:100;
	
	left:120px;
	top:120px;
	margin:0px;
	
	-webkit-transition:opacity 0.5s;
	-moz-transition:opacity 0.5s;
	-o-transition:opacity 0.5s;
	border-radius:4px;
}
.panneau.volant span
{
	display:block;
	color:white;
	margin-top:0px;
	padding-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	padding-left:10px;
}

.controls_fermer
{
	cursor:pointer;
	width:25px;
	height:25px;
	border:none;
	background:url(images/fermer.png) center center no-repeat;
	float:right;
	margin-top:-35px;
	margin-right:10px;
}
.controls_upd
{
	width:20px;
	height:20px;
	border:none;
	background:url(images/actualiser.png) center center no-repeat;
}

h1{display:inline;float:left; margin-top:-5px; color:#757575; font-weight:normal; }

.btn_compte:link,.btn_compte:visited{
float:right;
font-size:1.2em;
padding:5px 10px 5px 10px;
color:#343434;
color:#343434;

color:#343434;
-moz-box-shadow: 0px 0px 0px #343434;
-webkit-box-shadow: 0px 0px 0px #343434;
-o-box-shadow: 0px 0px 0px #343434;
box-shadow: 0px 0px 0px #343434;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #656565;
background:#cfcfcf;
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="cfcfcf", endColorstr="656565"); /* Pour IE seulement et mode gradient à linear */
background-image: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#656565));
background-image: -moz-linear-gradient(top center, #cfcfcf, #656565);
background-image: -o-linear-gradient(top, #cfcfcf, #656565); /*uniquement en mode linear*/




}

.btn_compte:hover,.btn_compte:active{}

.bouton{
font-size:1.2em;
padding:5px 10px 5px 10px;
color:#343434;
color:#343434;
color:#343434;
-moz-box-shadow: 0px 0px 0px #343434;
-webkit-box-shadow: 0px 0px 0px #343434;
-o-box-shadow: 0px 0px 0px #343434;
box-shadow: 0px 0px 0px #343434;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #656565;
background:#cfcfcf;
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="cfcfcf", endColorstr="656565"); /* Pour IE seulement et mode gradient à linear */
background-image: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#656565));
background-image: -moz-linear-gradient(top center, #cfcfcf, #656565);
background-image: -o-linear-gradient(top, #cfcfcf, #656565); /*uniquement en mode linear*/	
	}