.small
{
    font-size: 85%;
}

.hide, .invisible
{
    display: none;
}

.spamfilter
{
    display: none;
}

p.text-left, td.text-left, th.text-left, *.text-left
{
    text-align: left;
}

p.text-right, td.text-right, th.text-right, *.text-right
{
    text-align: right;
}

p.text-center, td.text-center, th.text-center, *.text-center
{
    text-align: center;
}

p.text-justify, td.text-justify, th.text-justify, *.text-justify
{
    text-align: justify;
}

div.object-left, table.object-left
{
    float: left;
    clear: left;
}

div.object-right, table.object-right
{
    float: right;
    clear: right;
}

div.object-center, table.object-center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.oe-window
{
    clear: both;
}

.embed-inline-left
{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.embed-inline-right
{
    float: right;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/*Multioption datatype */
table.multioption, table.multioption table
{
    width: 100%;
    margin: 0;
    border-top: 1px solid #ecece4;
    border-left: 1px solid #ecece4;
}

table.multioption table
{
    margin-top: 0.5em;
}

table.multioption th, table.multioption td
{
    padding: 0.25em;
    border-right: 1px solid #ecece4;
    border-bottom: 1px solid #ecece4;
    vertical-align: top;
    text-align: left;
}

table.multioption th
{
    background-color: #bfbfb7;
}

table.multioption div.controlbar div.block
{
    padding: 0;
}

table.multioption input.box
{
    width: 98%;
}

fieldset.multioption label
{
    font-weight: bold;
    margin: 0.5em 0 0.5em 0;
}

option.disabled
{
    color: #a0a0a0;
}    

div.attribute-multioption ul
{
    margin: 0 0 0 1em;
    padding: 0;
}

div.attribute-multioption li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.object-center .img-responsive
{
    display:inline;
}

div.ezxmltext-field figure,
div.object-center, 
table.object-center
{
    margin: 0.25em 0.35em 1.23em 0.35em;
}

div.object-center, 
table.object-center
{
    text-align: center;
}

div.ezxmltext-field
{
	font-size: 1.05em;
}

div.ezxmltext-field p
{
    font-size: 1em;
}

div.ezxmltext-field table.default td .img-responsive
{
    /* bug ds les RTE sous chrome, image toute petite*/
    max-width: none;
}