/* ajustements généraux */
body, html { height: 100%; }
table { border-collapse: collapse; border: 0px; border-spacing: 0px; }
button { margin-top: 0px; }

body { padding: 0px; margin: 0px; margin-bottom: 20px; }
h1,h2,h3,h4,h5 { font-family: sans-serif; }

/* header */
div#header { margin: 0px; padding-top: 3px; }
table#header td { padding: 5px; } 

/* content */
div#content { min-height: 80%;padding-left: 10px; } 
div#main { width: 90%; height: 100%; margin: 0 auto; padding: 0px; }
 
/* search-box */
#custom-search-input{ padding: 3px; border: solid 1px #E4E4E4; border-radius: 6px; background-color: #fff; } 
#custom-search-input input{ border: 0; box-shadow: none; } 
#custom-search-input button { margin: 2px 0 0 0; padding: 0 8px 0 10px;
    border: 0; border-left: solid 1px #ccc; box-shadow: none; color: #666666; background: none; }
#custom-search-input button:hover{ border: 0; box-shadow: none; border-left: solid 1px #ccc; }
#custom-search-input .glyphicon-search{ font-size: 23px; }

/* bloc central des top-10 */
#top-charts  { margin: auto; margin-top: 20px;  }
.top-charts-title { text-align: center; font-weight: bold; }

/* last-update */
#last-update { text-align:center; }
#last-update>div { margin: auto; margin-top: 40px; display:inline-block; }

/* footer */
div#footer { text-align: center; font-size: 11px; margin-top: 40px; }
div#footer ul { list-style-type:none; margin:0; padding:0; } 
div#footer li { display: inline; border-left: 1px solid #cdcdcd; padding: 0px 5px 0px 7px; } 
div#footer li.first { border-left: none; }

.availIpOfficeLogo { margin-right: 10px; }