.clear:after {
    content:        ".";
    display:        block;
    height:         0;
    clear:          both;
    visibility:     hidden;
}

div.dem5 {
    height:         .5em;
}
div.dem10 {
    height:         1em;
}
div.dem15 {
    height:         1.5em;
}
div.dem20 {
    height:         2em;
}
div.dem30 {
    height:         3em;
}
div.dem40 {
    height:         4em;
}
div.dem50 {
    height:         5em;
}
div.dem60 {
    height:         6em;
}
div.dem80 {
    height:         8em;
}

.left {
    text-align:     left;
}
.center {
    text-align:     center;
}
.right {
    text-align:     right;
}

.bold {
    font-weight:    bold;
}
.italic {
    font-style:     italic;
}
.striked {
    text-decoration:line-through;
}
.underline {
    text-decoration:underline;
}
.up {
    text-transform: uppercase;
}
.justify {
    text-align:     justify;
}
.blue {
    color:          #B90065;
}
.red {
    color:          red;
}
.cyan {
    color:          #239CB2;
}
.orange {
    color:          #E86117;
}
.white {
    background-color: #fff;

}
.small {
    font-size:      .9em;
}
.big {
    font-size:      1.1em;
}
.large {
    width:          100%;
}

.noborder {
    border:         none;
}

.pointer {
    cursor:         pointer;
}

.lien {
    color:       #B80065;
    font-weight: bold;
}

