body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    color: #000000;
    margin: 0px;
    text-align: center;
}

a:link,
a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

img {
    border: 0;
    text-decoration: none
}

#Bandeau {
    width: 100%;
    height: 33px;
    /*background-color: #33A6FF; /*#888;*/
    /*opacity:0.6;*/
    /* Old browsers */
    background: #4285f4;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    top: 0px;
}

#Bandeauzz {
    /* Old browsers */
    background: #7abcff;
    /* FF3.6+ */
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7abcff), color-stop(44%, #60abf8), color-stop(100%, #4096ee));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    /* IE10+ */
    background: -ms-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    /* W3C */
    background: linear-gradient(to bottom, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    /* IE6-9 */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee', GradientType=0);
}

#Titre {
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    margin-left: 10px;
    width: 100%;
    position: absolute;
    float: left;
    line-height: 33px;
}

#Date {
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    padding-right: 10px;
    text-align: right;
    float: right;
    line-height: 33px;
}

.container {
    margin-top: 40px;
}

#searchContainer {
    text-align: center;
}

#searchLogo {
    vertical-align: -10px;
    margin-right: 10px;
}

#searchText {
    width: 500px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: .25rem;
    padding: 9px 8px;
    color: rgba(0, 0, 0, 0.7);
}

#searchText:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #c6c6c6;
    color: rgba(0, 0, 0, 0.9);
}

#searchText:focus {
    border-color: rgba(51, 166, 255, 0.6) rgba(39, 145, 225, 0.6) rgba(0, 122, 204, 0.6);
    color: rgba(0, 0, 0, 0.9);
}

#searchSubmit {
    /* padding: 5px 8px; */
    /* cursor: pointer; */
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #5F6368;
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 11px 4px;
    padding: 0 16px;
    line-height: 27px;
    height: 36px;
    min-width: 54px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

#searchSubmit:hover {
    /*border-color: #59B5FC #45A3E7 #3294D5;
    color: white;
	background-color: #59B5FC;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-color: #f8f8f8;
    border: 1px solid #c6c6c6;
    color: #222;
}

#boutons {
    text-align: center;
    z-index: 10;
}

#select_user_icon {
    position: absolute;
    top: 40px;
    right: 3px;
    width: 16px;
}

.cat {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10px;
}

.cat_name {
    width: 100%;
    text-align: left;
    /*background-color:#F5F5F5;*/
    border-bottom: 1px inset #DDDDDD;
    padding: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    opacity: 0.4;
    /* For IE8 and earlier */
    filter: alpha(opacity=40);
}

.cat_name:hover {
    opacity: 1.0;
    /* For IE8 and earlier */
    filter: alpha(opacity=100);
}

.cat_title {
    font-weight: 800;
    padding-left: 10px;
    cursor: pointer
}

.cat_icons {
    text-align: left;
}

::selection {
    background: transparent;
    color: inherit;
}

::-moz-selection {
    background: transparent;
    color: inherit;
}

.cells {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 150px;
    height: 150px;
    margin: 5px;
    opacity: 0.8;
}

.cells:hover {
    opacity: 1.0;
}

.cells_picture {
    width: 96px;
    height: 96px;
}

.cells_legend {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

input,
textarea {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 6px;
}

input:focus,
textarea:focus {
    border-color: rgba(51, 166, 255, 0.6) rgba(39, 145, 225, 0.6) rgba(0, 122, 204, 0.6);
}

.select_user_dlg_submit {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 3px 8px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    border-style: solid;
    margin-left: 5px;
}

.select_user_dlg_submit:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}