.noprint            {   display:        none;       }
.posclear           {   clear:          both;       }
.posright           {   float:          right;      }
.posleft            {   float:          left;       }
.textcenter         {   text-align:     center;     }
.textright          {   text-align:     right;      }
.textleft           {   text-align:     left;       }
.textjustify        {   text-align:     left;       }
.texthidden         {   text-indent:    -2000em;    }


.solid {
    clear:              both;
    display:            block;
    margin:             0;
    padding:            0;
}

* {
    margin:             0;
    padding:            0;
    border:             0;
}

body {
    font-family:        monospace;
    font-size:          9pt;
}

a:link, a:visited {
    color:              blue;
    text-decoration:    none;
}

#topA {
    border-left:        none;
    border-right:       none;
    border-bottom:      none;
}

#topB {
    border-right:       none;
    border-top:         none;
}

#topC {
    border-right:       none;
    border-bottom:      none;
}

#topD {
    border-top:         none;
    border-right:       none;
}

#topE {
    border:             none;
}

.minitop {
    border:             #999 dashed 1px;
    padding:            0.2em;
    list-style:         none;
    width:              24%;
}

.minitop li {
    font-size:          0.8em;
    padding:            0.2em;
}

#carte {
    float:              left;
    padding:            1em;
    color:              #333;
    width:              74%;
}

#photo {
    float:              left;
    margin:             1em;
}

h2, h3, h4 {
    margin:             0.8em auto;
}

#carte h2 {
    font-size:          1.8em;
    font-style:         italic;
}

#cvcore h3 {
    font-size:          1.2em;
    padding:            0.6em;
    border:             1px solid #333;
    border-right:       none;
    border-bottom:      none;
}

#carte h4 {
    font-size:          1.2em;
    font-weight:        bold;
    margin-left:        1.4em;
}

p, dl, dt {
    clear:              both;
    display:            block;
    padding:            0.1em 0;
}

p {
    margin:             0.6em 1em;
}

dt {
    margin:             0.3em 1em;
}

dd {
    display:            block;
    margin:             0.4em 2em;
}

#contact {
    margin:             0;
}

.contact {
    margin:             0;
}

cite {
    font-size:          7pt;
    font-style:         italic;
}

#servers {
    display:            block;
    border:             1px dotted #CCC;
}

#servers dt {
    display:            block;
    float:              left;
}

#servers dd {
    display:            block;
    float:              right;
    margin:             0.3em 1em;
}

#cvcore .noborder {
    border:             none;
}

#cvcore ul {
    list-style:         none;
    border:             1px dotted #CCC;
}

#cvcore ul li {
    margin:             0.3em 1em;
}

.date {
    font-size:          1em;
    margin-left:        2.6em;
}

.dpt {
    font-size:          .6em;
    margin-left:        -0.2em;
}

