body {
 margin : 20px;
 color: #444488;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal; 
}

.outside-box {
 width : 100%;
 display : block;
 padding : 3px;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #8888FF;
}

.inside-box {
 padding : 3px;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #8888FF;
}

.nav-title {
 width : 150px;
 text-align : left;
 padding : 3px;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #8888FF;
 background : #CCCCFF;
}

.nav-link {
 width : 150px;
 text-align : left;
 padding : 3px;
 display : block;
 border-style : solid;
 border-width : 1px;
 border-color : #8888FF;
 border-top : none;
}

a.nav-link:link, a.nav-link:visited {
 background-color : #FFFFFF;
 color : #4444FF; 
 font-size : 10px;
 text-decoration : none;
}

a.nav-link:hover, a.nav-link:active {
 background-color : #8888FF;
 color : #FFFFFF; 
 font-size : 10px;
 text-decoration : none;
}

a:link, a:visited {
 color : #4444FF;
 text-decoration : none;
}

a:hover {
 color : #8888FF;
 text-decoration : none;
}

a:active {
 color : #0000FF;
 text-decoration : none;
}

.onglet {
 font-size : 10px;
 border-bottom: 1px solid #8888FF;
 padding: 6px 20px 0px 20px;
}

.onglet-title {
 text-align : left;
 padding : 3px;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #8888FF;
 background : #CCCCFF;
}

a.onglet-off:link, a.onglet-off:visited {
 background-color : #FFFFFF;
 color : #4444FF; 
 font-size : 10px;
 text-decoration : none;
 border: 1px solid #8888FF;
 padding: 0px 20px 0px 20px;
}

a.onglet-off:hover, a.onglet-off:active {
 background-color : #8888FF;
 color : #FFFFFF; 
 font-size : 10px;
 text-decoration : none;
 border: 1px solid #8888FF;
 padding: 0px 20px 0px 20px;
}

a.onglet-on:link, a.onglet-on:visited {
 background-color : #FFFFFF;
 color : #4444FF; 
 font-size : 10px;
 text-decoration : none;
 border: 1px solid #8888FF;
 padding: 0px 20px 0px 20px;
 border-bottom: 1px solid #FFFFFF;
}

a.onglet-on:hover, a.onglet-on:active {
 background-color : #8888FF;
 color : #FFFFFF; 
 font-size : 10px;
 text-decoration : none;
 border: 1px solid #8888FF;
 padding: 0px 20px 0px 20px;
}
