/*  Copyright (c) 2015, DSI UB  */
body {
   background-color: #FFF;
   color: #333333;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 1px;
   margin: 0px;
}
li {
   list-style-image: url(images/puceA.gif);
}
a:link {
   border-bottom-width: 1px;
   border-bottom-style: dotted;
   border-bottom-color: #333333;
   color: #333333;
   text-decoration:none;
}
a:active {
   border-bottom-width: 1px;
   border-bottom-style: dotted;
   border-bottom-color: #333333;
   color: #333333;
   text-decoration:none;
}
a:visited {
   border-bottom-width: 1px;
   border-bottom-style: dotted;
   border-bottom-color: #333333;
   color: #333333;
   text-decoration:none;
}
a:hover {
   color: #CC0066;
   border-bottom-width: 1px;
   border-bottom-style: dotted;
   border-bottom-color: #CC0066;
   text-decoration:none;
}
.EnteteLogo {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #CCCCCC;
        width: 620px;
        height: 69px;
        margin: 10px;
        padding: 5px;
        background-color: #EBEBEB;
}
.LogoUniv {
#        width: 180px;
#        height: 65px;
        margin: 2px;
        text-align: left;
        position: relative;
        float: left;
}
.Fedtitre {
        width: 300px;
        margin: 20px;
        text-align: right;
        position: relative;
        float: right;
        font-size: 16px;
        font-weight: bold;
        color: #443A31;
}
.CorpsChoix {
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   border: 1px solid #CCCCCC;
   width: 600px;
   margin: 10px;
   background-color: #FFFFFF;
   padding: 10px;
   text-align: left;
}
.CDFondVert {
   background-color: #009DE0;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   margin-right: 0px;
   margin-top: 5px;
   margin-bottom: 5px;
   padding-top: 5px;
   padding-right: 25px;
   padding-bottom: 5px;
   padding-left: 25px;
}
.SavoirPlus {
   background-image: url(../images/Info.png);
   background-repeat: no-repeat;
   background-position: right bottom;
   text-align: right;
   padding-right: 25px;
   min-height: 20px;
   line-height: 20px;
}
.Titre {
   font-size: 16px;
   font-weight: bold;
   color: #443A31;
   margin-top: 5px;
   margin-bottom: 5px;
}
.Texte {
   font-size: 12px;
   line-height: 16px;
   margin-top: 5px;
   margin-bottom: 5px;
}
.Note {
   text-align: left;
   font-size: 10px;
   font-style: italic;
   color: #8C8C8C;
}
.Signature {
   width: 600px;
   font-size: 9px;
   color: #666;
   text-align: right;
   margin-top: -5px;
}
