/******************************************************************************
    G�n�ral
******************************************************************************/

* {
    line-height: 1.2;
}

body {
    font-family: sans-serif;
    font-size: 14px;
    color: #494646;
}

p, ul, ol, dl {
    margin: 0.5em 0;
}

sup { vertical-align: super; }
sub { vertical-align: sub; }
sup, sub { font-size: 65%; }

a { text-decoration: underline;}

/******************************************************************************
    Titres
******************************************************************************/

h1, h2, h3, h4, h5, h6 {
    font-weight: normal; /* FIXME : fixe all.reset.css */
    margin: 0.5em 0 0.25em 0;
}

h1 {
    font-size: 2em;
    margin: 0 0 0.25em 0;
    color:#0a3962 ;
}

h2 {
    font-size: 1.5em;
    font-weight:bold;
    color:#0a3962 ;
}

h3 {
    font-size: 1.4em;
    color:#0a3962 ;
}

h4 {
    font-size: 1.2em;
    color:#0a3962 ;
}

/******************************************************************************
    Abbr�viations
******************************************************************************/

abbr, acronym, .abbr {
    border-bottom: 1px dotted black;
    cursor: help;
}

/**[title] {
    border-bottom: 1px dotted black;
    cursor: help;
}*/

a[title] {
    cursor: pointer;
}


/******************************************************************************
    Mise en �vidence
******************************************************************************/
#spanBreadCrumb {
    font-weight: bold;
    color:white ;
}
b, strong {
    font-weight: bold;
    color:#0a3962 ;
}

i, em/*, *[lang|=en]*/, cite {
    font-style: italic;
}

*[lang|=en] *[lang|=fr], *[lang|=fr] *[lang|=en] {
    font-style: italic;
}

/******************************************************************************
    Code
******************************************************************************/

code {
    font-family: monospace;
    border: 1px solid silver;
    background: #ffffdd;
}

/******************************************************************************
    Listes
******************************************************************************/

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

li {
    margin-left: 1.8em;
}

/******************************************************************************
    Citations
******************************************************************************/

q {
    font-style: italic;
    /*border-bottom: 1px dotted black;*/
}

blockquote {
    border-bottom: 0;
    border-left: 1px dotted black;
    margin-left: 1em;
    padding: 0 0.5em;
}

blockquote[title] {
    border-bottom: 0;
    border-left: 1px dotted black;
    margin-left: 1em;
    padding: 0 0.5em;
}

/******************************************************************************
    Tableaux
******************************************************************************/

table {
    border-collapse: collapse;
    margin-top: 0.5em;
}

th, td {
    padding: 0.25em 0.5em;
    border: 1px solid black;
    vertical-align: top;
}

th {
    font-weight: bold;
}

thead th {
    text-align: center;
}

table ol, table ul {
    margin: 0;
}

table li {
    margin-left: 1em;
}

caption {
    color: #606060;
    padding: 0 0 0.5em 0;
    caption-side: bottom;
}

tbody th {
    text-align: left;
}

/* FIXME */

td.number {
    text-align: right;
}

.highlight {
    background: #fffabc;
    border: 1px solid silver;
    padding: 0.5em;
}

.info {
    background: #dddfff;
    border: 1px solid silver;
    padding: 0.5em;
}

div.error {
    background: #ffbbbb;
    border: 1px solid silver;
    padding: 0.5em;
}

/******************************************************************************
    Sp�cifique au site
******************************************************************************/
div.clearer {
    clear: both;
}
div.clearer hr {
    display: none;
}

#pageBreadcrumb .contentWrapper {
    padding: 0.3em 0;
    /*margin-bottom: 0.5em;*/
}

#pageFooter .contentWrapper {
    padding-top: 1em;
}

table.details {
    width: 100%;
}
.details th {
    width: 11em;
}

/******************************************************************************
    Tableau de coordonn�es
******************************************************************************/

table.coordonnees * {
    border: 0;

}

table.coordonnees tbody th {
    width: 6em;
}

.evidence {
    font-weight: bold;
}

dt {
    color:#0a3962 ;
}