/* CSS Document */

/* ////////////// multi select ////////////// */
.multiSelect {
	margin-top:10px;
	width: 98px;
    border: solid 1px #D8D8D8;
    background: #FFF url(http://static.reseaudescommunes.fr/default/images/design/right-select-multi.gif) right center no-repeat;
    padding: 0px 7px;
    padding-right: 20px;
    display: inline;
    font-family:Arial;
    font-size:0.95em;
    color:inherit;
    cursor:pointer;
    height:16px;
}
.multiSelectOptions {
    width: 125px;
    max-height: 200px;
    margin-top: -1px;
	margin-left:-138px;
    overflow: auto;
    border: solid 1px #D8D8D8;
    background: #FFF;
    font-family:Arial;
    font-size:0.95em;
}
.multiSelectOptions LABEL > INPUT {
    margin-right:4px;
}
.multiSelectOptions input{
    border: none;
}
.multiSelectOptions LABEL {
    display: block;
    padding:2px 5px;
    padding-left:3px;
    background-image:none !important;
}
.multiSelectOptions LABEL.checked {
    background: #FFF;
}
.multiSelectOptions LABEL.selectAll {
    border-bottom: dotted 1px #CCC;
}
/* -------------- spécifique ----------------- */

/* yellow */
.multiselect_yellow { /* définir multiselect_color pour chaque zone */
    color: #FFBD2E;
    margin-top:3px;
}
.multiselect_yellow .multiSelect {
    /*width:182px;width:174px;*/
     width:171px;
}
.multiselect_yellow .multiSelectOptions {
    /*width:206px;*/ /* = (width + padding left and right) of multiSelect */
    width:198px;
}
.multiselect_yellow .multiSelectOptions label{
    color:#F39F26;
}
.multiselect_yellow .multiSelectOptions LABEL.hover {
    background: #FFBD2E;
    color:#FFF;
}
.multiselect_yellow .readonly {
    color:#858585 !important;
    opacity:0.6;
}
.multiselect_yellow .readonly {
      color:#858585 !important;
      opacity:0.6;
}

/* ////////////// Fin multi select ////////////// */
#newsletter input.email {
	width: 190px;
	height: 12px;
	padding: 3px;
	font-style: italic;
	color: #8c98a6;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#newsletter input.submit {
	background: url('http://static.reseaudescommunes.fr/default/images/design/v2/news-btn.png') no-repeat 0 0;
	color: #888;
	width: 109px;
	padding: 6px 0;
	border: none;
	margin-top: 15px;
}


