body
{
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
}

.menu
{
   float: left;
   width: 20%;
   margin-left: 10px;
   margin-right: 15px;
   padding-right: 10px;
   border-right: 1px dotted black;
   height: 150%;
}

a img
{
   border: none;
}

.baniere
{
   background:url(../img/baniere_fond.png) repeat-x;
   width: 100%;
}

.baniere a
{
   text-decoration: none;
}

.contenu
{
   padding-top: 10px;
   padding-left: 10px;
   /*float: right;*/
   width: 80%;
   margin-left: 170px;
}

.menu a
{
   text-decoration: none;
   color: black;
}

.menu a:hover
{
   text-decoration: underline;
   color: 6ba4bf;
   background: #a2b5cb;
}

.menu a:active
{
   text-decoration: line-through;
}

.menu a:visited
{
   color: 366074;
}

.menu h1
{
   background:url(../img/titre_menu.png) no-repeat;
   text-indent: 25px;
   font-weight: bold;
   font-size: 20px;
   color: black;
}

.download
{
   background-color: rgb(144, 194, 116);
}

h1
{
   font-size: 22px;
   text-indent:9px;
   color: rgb(60, 91, 128);
}

h2
{
   font-size: 19px;
   color: rgb(60, 91, 128);
}

.marge
{
    margin-left: 170px;
}

p
{
   text-align: left;
   font-size: 0.9em;
   font-family: "Trebuchet MS", "Times New Roman";
}

table
{
   border-collapse: collapse;
}
td
{
   border: 0px solid black;
}
.no_border
{
   border: 0px solid black;
}

.titre_news
{
   background: #66a0bb;
   width:60%;
   /*text-align: center;*/
   margin-left: 100px;
   border: 1px;
   border-color: black;
   font-weight: bold;
}

.termine
{
   background: #269829;
}

.en_cours
{
   background-color: #fed176;
}