<style>


body {
  font-family: Verdana, Lucida;
  font-size: 10px;
  color: #000000;
}

body {
       background-color: #FFFFFF;
       scrollbar-face-color: #DEE3E7;
       scrollbar-highlight-color: #FFFFFF;
       scrollbar-shadow-color: #DEE3E7;
       scrollbar-3dlight-color: #D1D7DC;
       scrollbar-arrow-color:  #243A89;
       scrollbar-track-color: #EFEFEF;
       scrollbar-darkshadow-color: #98AAB1;
}

td {
     font-family: Verdana, Tahoma, Lucida;
     font-size: 10px;
     color: #000000;
}

.MenuHeader { 
                font-family: Verdana, Tahoma, Lucida;
                font-size: 10px;
                color: #FFFFFF;
                font-weight: bold;
}

.SubHeader { 
                font-family: Verdana, Tahoma, Lucida;
                font-size: 12px;
                color: #003366;
                font-weight: bold;
}

.NewsBrefDate { 
                font-family: Verdana, Tahoma, Lucida;
                font-size: 9px;
                color: #000000;
                font-weight: bold;
}

.NewsBrefText { 
                font-family: Verdana, Tahoma, Lucida;
                font-size: 9px;
                color: #000000;
                font-weight: none;
                font-style: italic;
}

.NewsAuthor { 
                font-family: Verdana, Tahoma, Lucida;
                font-size: 9px;
                color: #336699;
                font-weight: none;
                font-style: italic;
}
.aBorder {
           border-color: #000000;
           border-style: solid;
           border-top-width: 1px;
           border-right-width: 1px;
           border-bottom-width: 1px;
           border-left-width: 1px;
}

.rBorder {
           border-color: #000000;
           border-style: solid;
           border-top-width: 0px;
           border-right-width: 1px;
           border-bottom-width: 0px;
           border-left-width: 0px;
}
/* START > LIENS DU MENU : COULEUR SPECIFIC */
a.MenuLink:link {
                  font-family : Verdana, Tahoma, Lucida;
                  font-size : 10px;
                  text-decoration: none;
                  color: #000000;
}

a.MenuLink:visited {
                     font-family : Verdana, Tahoma, Lucida;
                     font-size : 10px;
                     text-decoration: none;
                     color: #000000;
}

a.MenuLink:active {
                    font-family : Verdana, Tahoma, Lucida;
                    font-size : 10px;
                    text-decoration: none;
                    background: none;
                    color: #000000;
}

a.MenuLink:hover {
                   font-family : Verdana, Tahoma, Lucida;
                   font-size : 10px;
                   text-decoration: none;
                   background: none;
                   color: #FFFFFF;
}
/* END > LIENS DU MENU */

a:link {
         font-family : Verdana, Tahoma, Lucida;
         font-size : 10px;
         text-decoration: none;
         color: #000000;
}


a:visited {
            font-family : Verdana, Tahoma, Lucida;
            font-size : 10px;
            text-decoration: none;
            color: #000000;
}

a:active {
           font-family : Verdana, Tahoma, Lucida;
           font-size : 10px;
           text-decoration: none;
           background: none;
           color: #000000;
}

a:hover {
          font-family : Verdana, Tahoma, Lucida;
          font-size : 10px;
          text-decoration: none;
          background: none;
          color: #FF3300;
}

hr {
     height: 1;
     /*  width: 100%; */
     color: #003366;
}

form {
       font-family : Verdana, Tahoma, Lucida;
       font-size : 10px;
       color: #000000;
}


input {
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        font-family: Verdana, Tahoma, Lucida;
        font-size: 9px;
        background-color: #FFFFFF;
}

textarea {
           border-top-color: #000000;
           border-right-color: #000000;
           border-bottom-color: #000000;
           border-left-color: #000000;
           border-top-width: 1px;
           border-right-width: 1px;
           border-bottom-width: 1px;
           border-left-width: 1px;
           font-family: Verdana, Tahoma, Lucida;
           font-size: 9px;
}

select {
         border-top-color: #000000;
         border-right-color: #000000;
         border-bottom-color: #000000;
         border-left-color: #000000;
         border-top-width: 1px;
         border-right-width: 1px;
         border-bottom-width: 1px;
         border-left-width: 1px;
         font-family: Verdana, Lucida;
         font-size: 9px;
}

@import url("formIE.css");

</style>