html,body {
font-size:100%;
background-color:white; 
font-family: palatino, sans-serif;
}


p {
color : #361600;
}

a {
color:#008000;
text-decoration:none;
}

a:hover {
color:#ff8000;
text-decoration:none;
}


li {
font-weight:bolder; 
list-style:none;
}

li:hover{
/*text-transform:uppercase;*/
text-decoration:underline overline;
}

li.prochain {
list-style:none;
color : #993300;
}

h1,h2 { 
font-size:200%;
font-weight:bolder;
text-align:center;
color: #6666cc;
}

h3 { 
text-align:center;
}

hr { 
width: 100%;
height: 5px;
background-color: #6666cc; }

div.organisation { 
text-align: center;
font-style: italic;
font-size: 80%; }

div.resume {
margin-left: 20px;
font-style: italic;
font-weight: lighter ;
}









