/******************************************************************************
    Général
******************************************************************************/

* {
    line-height: 1.2;
}

body {
    font-family: sans-serif;
    font-size: 13px;
}

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;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

/******************************************************************************
    Abbréviations
******************************************************************************/

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

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

a[title] {
    cursor: pointer;
}


/******************************************************************************
    Mise en évidence
******************************************************************************/

b, strong {
    font-weight: bold;
}

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

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

.blackBold {
    font-weight: bold;
    font-size: 1.1em;
}
/******************************************************************************
    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;
}

#comite_bourse ul {
    list-style-type: none;
}

#comite_bourse ul li ul{
    list-style-type: disc;
}

.presse li {
    margin-bottom: 1em;
}

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

cite {
    font-style: italic;
}

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, tbody, tfoot, colgroup {
    border: 2px solid black;
}

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;
}

tr.odd td {
    background: #e3e3e3;
    color: inherit;
}

#listeAbstracts {
    width: 52em;
}
/******************************************************************************
    Messages
******************************************************************************/

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

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

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

.cloture {
    background: #ffe0e0;
    border: 1px solid red;
    padding: 0.5em;
    color: #e60000;
    font-weight: bold;
    margin-bottom: 1em;
}
#comite_bourse {
    border: 1px solid;
    padding: 0.5em;
    font-weight: bold;
    margin: 2em 0em 0em 0em;
}

div#bourse h2, div#bourse li {
    padding-top: 1em;
}

ul#modalite_bourse {
    list-style-type: square;
}

div#description li {
    font-weight: bold;
}

/******************************************************************************
    Images
******************************************************************************/

#infoAbstract {
    border: 0;
    width: 48px;
    height: 48px;
    float: right;
    margin-right: 25px;
    margin-top: -35px;
}

#validation_abstract {
    border: 3px solid red;
    padding: 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.ul_categorie li {
	list-style-image : url(../images/puce_world_mini.png);
}