/* Css de backoffice_gestion_traduction_front */
.cadre_popup_traduction {
    max-width:850px;
    min-width: 400px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.autour_h2_pop_trad {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.cadre_popup_traduction h2 {
    color:#001057;
    padding:10px;
    text-align: center;
    border-bottom:1px solid #8b95c3;
}

.partie_superieur {
	border-bottom:1px dashed #ccc;
	text-align: center;
}

.partie_inferieur {
    text-align: center;
    padding: 10px;
}