
#banniere-cookie {
    background: #202226;
    color: #F1F1F3;
    font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
	display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
	max-width:100%;
	padding: 0;   
    z-index: 999999; 
}

#banniere-cookie .cicb_texte { 
	float: left;
    text-align: justify;
    margin: 6px 0px 6px 15px;
    max-width: 92%;
}

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

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

#banniere-cookie a.cicb_fermer {
    float: right;
    height: 10px;
    margin: 6px 8px 0 5px;
    padding: 0;
    text-align: right;
    width: 8px;
    color: #F1F1F3;
    text-decoration: none;
    font-weight: normal;
}

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

#banniere-cookie .cicb_boutons {
	float:right;
	margin-right: 25px;
}

#banniere-cookie .bouton {
    background-color: #3B89C7;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease 0s;
    display: inline-block;
    margin: 3px 0 3px 10px;
}

#banniere-cookie .bouton:hover {
	background-color: #3176AF;
    color: white;
    transition: all 0.25s ease 0s;
    text-decoration: none;
}

#banniere-cookie .savoir {
	background: #7B8A8B;
    text-decoration: none;
}

#banniere-cookie .savoir:hover {
	background: #697677;
    text-decoration: none;
}
