/**
** Common
**/
#qsel select {
  width:200px;
}

/**
** reprise du wiki pour afficher des div en mode warning, important, etc.
**/
.notewarning {
    background-color: #FFDDDD;
    background-image: url("../img/warning.png");
}

.notetip {
    background-color: #FFDDDD;
    background-image: url("../img/tip.png");
}

.noteclassic {
    background-color: #DDDDDD;
    background-image: url("../img/note.png");
}


.noteimportant {
    background-color: #DDFFDD;
    background-image: url("../img/important.png");
}

.noteclassic, .noteimportant, .notewarning, .notetip {
    background-position: 20px 50%;
    background-repeat: no-repeat;
    border-collapse: collapse;
    border-radius: 20px 20px 20px 20px;
    clear: both;
    margin: 2em auto;
    min-height: 40px;
    padding: 15px 20px 15px 80px;
    text-align: justify;
    vertical-align: middle;
    width: 70% !important;
}
/** attention  #message est aussi utilisé dans le 
 **  support pour poster un message **/
div#message {
 display: none;   
}

.section fieldset {
  border: 1px solid #DDDDDD;
  color: #AAAAAA;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;	
  border-radius:8px;
  float:left;
}

#moderateur .section fieldset {
  min-width:440px;
  width:510px;
  max-width:500px;
}

/** Cookies pannel **/
div#cookies {
  border: #808080 1px solid;
  background-color: #DCDCDC;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 0.9em;
  width:100%;
  margin: auto;
}
