body {
margin: 0;
padding: 0;
font-family: times;
font-size: 100%;
color: #000000;
}

#contenu {
font-size : 10pt;
color: #ffffff;
text-align: justify;
font-family : times;
line-height : 16px; 
overflow : auto ;
}

#programme {
font-size : 10pt;
color: #ffffff;
text-align: justify;
font-family : times;
line-height : 25px; 
overflow : auto ;
}

#contenu h1 {
font-size : 13pt;
color: #ffffff;
font-family : times;
margin : 0 0 0 20px ; 
padding : 0 ; 
}


A {
color:orange;
text-decoration:none;
}

A:link {
color:orange;
text-decoration:none;
}

A:hover {
color:red;
text-decoration:none;
}

A:visited {
color:orange;
text-decoration:none;
}


