html {
    font-size: 100%;
}

body {
    border: #963 solid 1px;
    border-top: none;
    border-bottom: none;
    background: #E7E7E7;
    color: #333;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 3ex;
    width: 960px;
    text-align: center;
    margin: auto;
}

a {
    text-decoration: none;
}

a img {
    border: 0;
}

img {
    margin: 1em;
}

a:link {
    color: #06C;
}

a:visited {
    color: #399;
}

a:hover {
    color: #456;
}

a:active {
    outline: none;
}

p {
    margin: 1em;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.4em;
    margin: 1.8em 1.4em 1em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .8em;
}

h6 {
    font-size: .6em;
}

acronym {
    border-bottom-style: dotted;
}

blockquote {
    float: left;
}

blockquote p {
    margin: 0;
}

.box {
    margin: 0 1em;
    border: #CCC solid 1px;
    padding: 1em;
}

.definition {
    background: #CDF;
    border-radius: 12px 3px 12px 3px;
    -moz-border-radius: 12px 3px 12px 3px;
    -webkit-border-radius: 12px 3px 12px 3px;
}

.explication {
    float: right;
    margin-bottom: 2em;
    background: #FFC;
    padding: 1em;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
}

.schema {
    float: left;
    margin: 0;
    margin-right: 1em;
    background: #FFF;
    border: 1px outset #CCC;
    padding: 1em;
    width: 80px;
}

.mini {
    margin: 0;
    text-align: right;
}

.mini > cite {
    margin: .5em 1.5em .5em 0;
    font-size: .7em;
    font-weight: normal;
}

#content {
    background: #FFF;
    padding: 1em 2em;
    text-align: justify;
}

#title {
    background: #FFF url(http://aful.org/media/image/interop/logo_interoperabilite.png) 90% center no-repeat;
    border: 2px solid #CCC;
    border-left: none;
    border-right: none;
    height: 21ex;
    width: 88%;
    text-align: left;
    margin: auto;
}

#title h1 {
    float: left;
    text-align: center;
    letter-spacing: .2em;
    line-height: 1.2em;
    padding: 1.2ex 2em;
}

#comment {
    clear: both;
}

#footer {
    clear: both;
    margin: 5em auto .5em auto;
    font-size: .9em;
    text-align: center;
}

#footer img {
    vertical-align: middle;
    margin: auto .3em;
}


