@charset "utf-8";
/* CSS Document */
html, body {
	font-family:Arial, Verdana, sans-serif;
	height: 100%;
	font-size:10px;
}
.header {
	color:#FFF;
	font-size:12px;
}
input {
	border:1px solid black;
}
.bouton {
	width:30px;
	color:#FFF;
	background-color:#030;
}
.sidebar {
	background-image:url(img/sidebar_bg.jpg);
}
a   {    
	color:#000;
	text-decoration:none;   
}   
a:hover   {
	color:#000;
	text-decoration:underline;
} 
.top_in {
	background-image:url(img/cell_top2.jpg);
	background-repeat:no-repeat;
}
.top_out {
	background-image:url(img/cell_top.jpg);
	background-repeat:no-repeat;
}