
#banniere-cookie {
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    bottom: -3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    color: #404040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 0;
    position: fixed;
    right: 2%;
    width: 250px;
    z-index: 9999;
}

#banniere-cookie .cicb_texte { 
	padding: 20px 20px 0 20px;
}

#banniere-cookie a.spip_out {
    color: #444444;
    text-decoration: underline;
}

#banniere-cookie a.spip_out:hover {
    text-decoration: none;
}

#banniere-cookie button.cicb_fermer {
    float: right;
    height: 25px;
    padding-right: 5px;
    text-align: right;
    width: 20px;
    color: #404040;
    text-decoration: none;
    font-weight: normal;
    background-color: inherit;
    border: inherit;
    cursor: pointer;
}

#banniere-cookie a.cicb_fermer {
    float: right;
    height: 25px;
    padding-right: 5px;
    text-align: right;
    width: 20px;
    color: #404040;
    text-decoration: none;
    font-weight: normal;
}

#banniere-cookie a.cicb_fermer:hover {
    color: #404040;
    text-decoration: none;
    font-weight: bold;
}


#banniere-cookie .cicb_boutons {
	padding: 0 20px 20px 20px;
}

#banniere-cookie .bouton {
    display: inline-block;
	color: #4D4F53;
    text-decoration: underline;
    margin: 0 10px 0 0;
    border: none;
    background-color: #FFF;
}

#banniere-cookie .bouton:hover {
    text-decoration: none;
}

