/* $Id: style.css,v 1.24 2008-04-21 09:57:25 build Exp $ */

.menuitem {
   font-size: 15px;
   font-weight:bold;
   text-align: center;
   text-decoration: none;
   background-color: #505050;
   border-style:solid;
   border-left-width:0;
   border-right-width:0;
   border-bottom-width:0;
   border-top-width:0;
   border-color: white;
   color: #FFFFFF;
}

.menuitem2 {
   font-size: 14px;
   font-weight:bold;
   text-align: center;
   text-decoration: none;
   background-color: #9B9B9B;
   border-style:solid;
   border-left-width:0;
   border-right-width:0;
   border-bottom-width:4;
   border-top-width:0;
   border-color: white;
   border-bottom-color:#333333;
   color: #FFFFFF;
}

.menuitemon {
   font-size: 16px;
   font-weight:bold;
   text-decoration: none;
   background-color: #333333;
   border-style:solid;
   border-left-width:0;
   border-right-width:0;
   border-bottom-width:0;
   border-top-width:0;
   border-color: white;
   color: #FFFFFF;
}

a:link, a:visited, a:active, a:hover {
   text-align: center;
   padding: 0px;
   text-decoration: underline;
   color: #d6d6d6;
}

.submenubar {
   border-style:solid;
   border-left-width:0;
   border-right-width:4;
   border-bottom-width:0;
   border-top-width:0;
   border-color: white;
}

.menusubitem {
   font-size: 13px;
   font-weight:bold;
   text-align: center;
   text-decoration: none;
   background-color: #919090;
   color: #F0F0F0;
}

body {
   font-family:Arial;
   font-size:14px;
   color:#d6d6d6;
   background-color:#3b3b3b;
}

.big18 {
   color:#3576b0;
   font-size:18px;
}
.big16 {
   color:#664599;
   font-size:16px;
}
.big12 {
   font-size:12px;
}


.menuhaut {
        font-family: Arial;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color: #FFFFFF;
        text-decoration: none;
        border-right-width: thin;
        border-right-style: dotted;
        border-right-color: #FFFFFF;
}
.texte10w {
        font-family: Arial;
        font-size: 10px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #FFFFFF;
        text-decoration: underline;
}
.texte10b {
        font-family: Arial;
        font-size: 10px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
}
.texte14b {
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
}
.lienmenu {
        font-family: Arial;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color: #FFFFFF;
        text-decoration: none;
}

/* Square cutout Borders*//*
.square {
   background: transparent;
   width:100%;
   margin:0 auto;
}
.square h1, .square p {margin:0 0px;}
.square h1 {
   font-size:12px;
   letter-spacing:1px;
}
.square p {padding-bottom:0.5em;}

.square .top, .square .bottom {
   display:block;
   background:transparent;
   font-size:1px;
}
.square .b1t {
   margin:0 6px;
   display:block;
   overflow:hidden;
   height:5px;
   background:#FFCC00;
   border-left:1px solid #00c;
   border-right:1px solid #00c;
   border-top:1px solid #00c;
}
.square .b2 {
   display:block;
   height:1px;
   margin:0;
   background: #FFCC00;
   border-left:7px solid #00c;
   border-right:7px solid #00c;
   overflow:hidden;
}
.square .b1b {
   margin:0 6px;
   display:block;
   overflow:hidden;
   height:5px;
   background: #FFCC00;
   border-left:1px solid #00c;
   border-right:1px solid #00c;
   border-bottom:1px solid #00c;
}
.square .boxcontent {
   display:block;
   background: #FFCC00;
   border-left:1px solid #00c;
   border-right:1px solid #00c;
}

*//* Chamfer Borders*/
.chamfer {
   background: transparent;
   width:100%;
   margin:0 auto;
}
.chamfer h1, .chamfer p {
   margin:0 0px;
}
/*.chamfer h1 {font-size:2em; color:#000; letter-spacing:1px;}*/
.chamfer p {
   padding-bottom:0.5em;
}

.chamfer .top, .chamfer .bottom {
   display:block;
   background:transparent;
   font-size:1px;
}
.chamfer .b1, .chamfer .b2, .chamfer .b3, .chamfer .b4, .chamfer .b5 {
   display:block;
   overflow:hidden;
   height:1px;
   border-left:1px solid #000;
   border-right:1px solid #000;
}
.chamfer .b1 {margin:0 5px; background:#000;}
.chamfer .b2 {margin:0 4px;}
.chamfer .b3 {margin:0 3px;}
.chamfer .b4 {margin:0 2px;}
.chamfer .b5 {margin:0 1px;}

.chamfer .boxcontent {
   display:block;
   border-left:1px solid #000;
   border-right:1px solid #000;
}