body {
    font-family: Helvetica, sans;
    margin: 20 20 20 20;
}

a {
    text-decoration:none;
    color: black;
}

a.external:after {
    content: url(External.png);
    margin-left:2;
} 

a.doc:after {
    content: url(document.png);
    margin-left:2;
} 

a:hover {
    background: lightgray;
}

h1 {
    font-size: 500%;
    color:  #f49;
    display: inline;
    margin-left: 50px;
}

div {
    border-bottom: 2px solid  #f49;
    }

table {
    border-collapse: collapse;
    width: 80%;
    margin: 20 auto 20 auto;
}

table#programme td {
    border: thin solid black;
    padding: 2 5 2 5;
}

th {
    border: thin solid black;
    background-color: #f49;
    padding: 2 5 2 5;
}

.duree {
    font-style: italic;
}

img {
    border: none;
}


img#at2009logo {
    display: inline;
}

#orga {
    margin: 20 20 20 20;
}

#orga p {
    width: 70%;
    margin: 10 auto 10 auto;
    display: block;
}

#global p {
    width: 70%;
    margin: 10 auto 10 auto;
    display: block;
}

a.sponsor {
    text-decoration: none;
    color:  #f49;
    border-bottom: thin dashed   #f49;
}

table#sponsor {
    font-size: 110%;
    color:  #f49;
    text-align: center;
}