/* style pour les liens */
A{
        color : #0393F7;
        text-decoration : none;
}

A:ACTIVE {
        color : #73C5FF;
        text-decoration : none;
}

A:VISITED {
        border-left : #0393F7;
        text-decoration : none;
}

A.menu {
        color : #FFFFFF;
        text-decoration : none;
}

A.menu:ACTIVE {
        color : #FFFF88;
        text-decoration : none;
}

A.menu:VISITED {
        border-left : #FFFFFF;
        text-decoration : none;
}

A.ssmenu  {
        color : #FFFFFF;
        text-decoration : none;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 10px;
}

A:ACTIVE.ssmenu  {
        color : #FFFFFF;
        text-decoration : none;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 10px;
}

A:VISITED.ssmenu  {
        border-left : #FFFFFF;
        text-decoration : none;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 10px;
}
/* style pour les BODY */

.bodymenu {
        margin : 0px 0px 0px 0px;
        background : #0393F7;
}

.bodychoix{
        margin : 0px 0px 0px 10px;
        background : #0393F7;
}

.bodymain {
        background-color :#FFFFFF;
        margin : 10px 0px 0px 10px;
}

/* style pour les TABLE */

.tablemen1 {
        background : #0393F7;
        border : 1px solid white;
        width : 100%;
}
.tablemen2 {
        background : #40B0FE;
        border : 1px solid #FFFFFF;
        width : 100%;
}

.tablemen3 {
        background : #73C5FF;
        border : 1px solid #E0E0E0;
        width : 100%;
}

.tablestyle1 {
        border : #000000;
        border-style : solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
}

/* style pour TD */

.tdstyle1 {
        text-align : left;
        background-color : #EF9F0F;
        border : #F5F2EF;
        border-style : solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
}

.tdstyle2 {
        text-align : left;
        background-color : #F5F2EF;
        border : #E0E0E0;
        border-style : solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
}