body {
   width: 785px;
   font-family: Arial;
   text-align:justify;
  
}

DIV#marge {
   width: 80px;
   height: 100%;
   position: fixed;
   top: 0px;
   left: 0px;
   float: left;
   padding: 15px;
   background-color:#808080;   
}
DIV#marge img {
   //border: 0px;
}
h2.tmarge {
   margin-bottom: 50px;
}
DIV#text {
   margin-left: 125px;
   top: 5px;
   link="grey"; alink="grey"; vlink="grey";
}
h1 {
   //padding: 15px;
   //border-bottom: solid 1px;
}

ul#menu {
   list-style-type: none;
   border-top: solid 1px ;
   border-top-color: grey;
}
ul#menu li {
   float: left;
}

ul#menu a {
   float: left;
   margin: 2 2px;
   padding: 10px 15px;
   text-align: center;
   //border: 1px solid gray;
   text-decoration: none;
   color:#C11B17;
}

ul#menu a:hover {
   background: #ccc;
   //text-decoration: underline;
}
div.info {
   //border-top: 1px solid;
   padding: 15px;
}

ul#contact-list {
   list-style-type: none;
   padding-left: 0px;
   margin-top: 0px;
}

dl#prog dt{
   font-weight: bold;
   float: left;
}

dl#prog dd {
   padding-left: 40px;
   margin-bottom: 7px;
}

dl#info-pratiques dt {
   font-weight: bold;
   float: left;
}

dl#info-pratiques dd {
   padding-left: 80px;
   margin-bottom: 10px;
}
ul.participants {
   list-style-type: none;
}

a.text-link {
   text-decoration: none;
}
