body{ 
  font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
  font-size:13px; 
  color:black; 
  line-height:17px; 
  background-position: top center;
  background-color:white;
  /*background:url(img/bg.jpg) repeat*/
}
#content{
  width:980px;
  margin:0 auto;
}

h1{
  font-size:20px;
  font-weight:bold;
  margin-bottom:10px;
}

.rounded{
  padding:20px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color:#f9f9f9;    
  margin-bottom:20px;
}

#fildariane{
  background-color:#efefef;
}

#fildariane ul, ul.file{
  list-style-type: none;
}
ul.file li{
  float:left;
  margin:10px;
}
#fildariane ul li{
  display: inline;
  margin-right:10px;
}
#fildariane ul li a{
  color:#333;
}

#fildariane ul li a:hover{
  text-decoration:none;
}

ul.file li.mag{
  float:left;
  margin:10px;
  width:100px;
}
ul.file li a{
  text-align:center;
  color:#333;
  text-decoration:none;
  display:block;
  padding:10px;
}
ul.file li a img{
   text-align:center;
   text-decoration:none;
}

ul.file li a:hover{
  background-color:#efefef;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);    
  -moz-border-radius: 5px;
  border-radius: 5px;
	box-shadow: 1px 2px 10px #779;
}
ul.file li a:hover img{
text-decoration:none;
}

ul.file li.dl{
  background-color:#CAFF95; 
  -moz-border-radius: 5px;
  border-radius: 5px;    
}

ul.file li.dl a:hover{
  background-color:#99CC00; 
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  border-radius: 5px;    
}

.logo_banque{
  border:1px solid #ccc;
  -moz-border-radius: 10px;
  border-radius: 10px;     
  padding:5px;
  background-color:#fff;
}

table {
	border: 1px solid black;
	border-collapse:collapse;
}
th {
	padding: 2px 10px;
	font-weight:bold;
	background-color: lightgrey;
}
th,td {
	border: 1px solid grey;
	padding: 2px 5px;
}
input {
	border: 1px solid #ddd;
  text-align:center;
}
input:focus {
    border: 1px solid #aaa;
    box-shadow: rgba(0,0,0,0.35) 0px 0px 2px, #aaa 0 0 10px;

}
button {
	width: 45%;
	margin: 10px 0;
	padding: 5px 10px;
}
