html, body {
    margin: 0px;
    padding: 0px;
    font-size: 9pt;
    font-family: Arial, Arial, Arial;
    background-color: #FFD6D6;
    background-color: #DDE3F5;
}

IMG[align=left] {
    margin: 10px;
    margin-left: 0px;
}

IMG[align=right] {
    margin: 10px;
    margin-right: 0px;
}

a:link {
        color: #A5A9B2;
        color: #003399;
}

a:hover {
        text-decoration: none;
        color: #FF0000;
}

a:visited {
        color: #A5A9B2;
        color: #003399;
}


/* header */
TR.header {
    background-color: #0E218A;
}
TR.header TD.center {
    position: relative;
    vertical-align: top;
    color: #FFFFFF;
    height: 123px;
    background-image: url('/img/tpl-bg.jpg');
    background-repeat: repeat-x;
}
TR.header TD.center .topText {
    height: 90px;
    color: #0F218B;
}
TR.header TD.center .topText .subject {
    text-transform: uppercase;
    text-align: center;
    height: 30px;
    padding: 5px 0px;
    padding-left: 120px;
    font-size: 16pt;
    font-weight: bold;
    letter-spacing: 2px;
}
TR.header TD.center .topText .siteTitle {
    height: 35px;
    padding: 4px 0px;
    padding-left: 120px;
    font-size: 10pt;
    text-align: center;
    font-weight: bold;
}
TR.header TD.center .logo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 122px;
    height: 123px;
    background-image: url('/img/tpl-lien.jpg');
    background-repeat: no-repeat;
}
TR.header TD.center .topMenu {
    position: relative;
}
TR.header TD.right {
    vertical-align: top;
    width: 210px;
    height: 123px;
    position: relative;
    padding-right: 5px;
    background-image: url('/img/tpl-bg.jpg');
    background-repeat: repeat-x;
}
TR.header TD.right .teacherTitle {
    position: absolute;
    width: 200px;
    height: 190px;
    border: solid 2px #2964BD;
    background-color: #0F218B;
}
TR.header TD.right .teacherTitle .image { 
    width: 200px;
    max-height: 150px;
    overflow: hidden;
    text-align: center;
}
TR.header TD.right .teacherTitle .image IMG{ 
    max-height: 140px;
    margin: auto;
}
TR.header TD.right .teacherTitle .title {   
    color: #FFEF5A;
    text-align: center;
}
TR.header TD.right .teacherTitle .title .lastname {
    display: block;
    text-align: center;
    text-transform: uppercase;
}


/* top menu */
TABLE.topMenu {
    background-color: transparent;
    padding-left: 30px;
}
TABLE.topMenu TD {
    padding: 0px 10px;
    text-align: center;
}
TABLE.topMenu A {
    color: #FFEF5A;
    text-decoration: none;
}
TABLE.topMenu .tmenuactive A {
    font-weight: bold;
}


.content TD.right {
    padding-top: 75px;
    padding-right: 10px;
    vertical-align: top;
}

.content TD.right .box {
    border: solid 2px #0F218B;
    margin: 5px 0px;
    margin-bottom: 10px;
    -moz-box-shadow: 3px 3px 3px #888;
    -webkit-box-shadow: 3px 3px 3px #888;
    box-shadow: 3px 3px 3px #888;
}
.content TD.right .box  .header {
    padding: 5px;
    text-align: center;
    background-color: #0F218B;
    color: #FFFFFF;
}
.content TD.right .box  .header h3 {
    padding: 0px;
    margin: 0px;
}
.content TD.right .box  .content {
    padding: 5px;
}
.content TD.right .white .content {
    background-color: #FFFFFF;
}
.content TD.right .box .content UL {
    padding-left: 15px;
}
.content TD.right .box .content UL LI {
    margin-bottom: 5px;
}
.content TD.right .box .content A {
    color: #0F218B
}
.content TD.right .yellow .content {
    background-color: #FFEF5A;
}


.content TD.right .newsItem {
    padding-bottom: 5px;
}
.content TD.right .newsItem .date {
    font-weight: bold;
    color: #FF0000;
}
.content TD.right .newsItem .text A {
    text-decoration: none;
}


#content {
    padding: 10px;
    color: #003399;
    vertical-align: top;
}




#footer {
    background-color: #0F218B;
    color: #ffffff;
    padding: 0px 10px;
}

#footer p {
        margin: 0;
        font-size: 10px;
        text-align: center;
        color: #ffffff;
}
#footer .copyright {
    text-align: center;
    font-weight: bold;
    font-size: 7pt;
}
#footer .lien {
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    text-transform: uppercase;
    padding-top: 5px;
}
#footer .lien a {
    color: #FFEF5A;
    text-decoration: none;
}

#footer a {
        color: #ffffff;
}

 
 /* topmenu */
 .popup {
    display: none;
    position: absolute;
    top: 0px;
    padding-top: 32px;
 }

 .smlev_1 .popup {
    display: none;
    position: absolute;
    right: -98%;
    top: -35px;
 }
 
 .popup .submenu {
    width: 120px;
    background-color: #FFFFFF;
    border: solid 2px #0F218B;
 }
 
 .popup .submenu A {
    display: block;
    padding: 5px;
    color: #0F218B
 }
 .popup .submenu A:hover {
    background-color: #0F218B;
    color: #FFFFFF;
 }
 
 
 
 
.error {
    font-weight: bold;
    color: #FF0000;
}