span.customSelect { 
    font:12px sans-serif;
    background:#fff url(./customselect.png) right center no-repeat;*/
    border:1px solid #b7bcbe;
    color:#3c4752;
    padding:7px 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    min-width:65px;
}

.customSelect.customSelectHover,.customSelect.customSelectOpen,.customSelect.customSelectFocus  {
background:#fff url(./customselecthover.png) right center no-repeat;*/
/* Styles for when the select box is hovered */
}

select {
background-color: #e0e6e9; /* Old browsers */
background-image: -moz-linear-gradient(270deg, #e0e6e9 0%, #cad0d2 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e0e6e9), color-stop(100%,#cad0d2)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(270deg, #e0e6e9 0%,#cad0d2 100%); /* Chrome10+,Safari5.1+ */
background-image: -o-linear-gradient(270deg, #e0e6e9 0%,#cad0d2 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(270deg, #e0e6e9 0%,#cad0d2 100%); /* IE10+ */
/*background-image: linear-gradient(270deg, #e0e6e9 0%,#cad0d2 100%); /* W3C */*/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e6e9', endColorstr='#cad0d2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border: 1px solid #c5cacc !important;
border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;
height: 39px; /*conforme aux boutons*/
padding: 6px 8px;
font-family:"roboto_regular",sans-serif !important;
font-weight:normal;
}


select > option, select > optgroup, select > optgroup > option {
    background-color: #F7F9F9;
    font-weight: normal !important;
    padding: 10px !important;
    display:block;
    font-family: "roboto_regular",sans-serif !important;
}

select > optgroup {font-weight:bold}