
DIV.box {
    position:relative;
    display:block;
    width:167px;
    height:190px;
    margin:10px 8px 10px 8px;
    border-width:0px;
    text-align:left;
    background-repeat:no-repeat;
    font-size:12px;
    float:left;
    text-align:center;
}
DIV.box h1 {
    margin:5px 0px 0px 0px !important;
    font-size:10px !important;
    text-transform:uppercase;
}
DIV.box .flag_model {
    border:1px solid white;
}
DIV.box .status_img {
    position:absolute;
    top:4px;
    left:10px;
}
DIV.box img{
    border:0;
}
DIV.box img.model_preview{
    margin:5px 5px 0px 4px;
    width:160px;
    height:120px;
}
DIV.group {
    margin:10px 2px 30px 2px;
}

.spacer {
    height:172px;
    width:1px;
    vertical-align:top
}

DIV.box .lang_model {
    text-align:center;
    margin-bottom:5px;
    clear:both;
}
DIV.box A {
    color:black;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
    /* display:block; */
}


DIV.box .btns {
    margin-top:5px;
}
DIV.box .btns a {
    color:white;
    text-decoration:underline;
}
/**
 * Page détail
 */
table * {
    color:black;
    vertical-align:top;
    font-size:12px;
}
table .infos_table {
    width:415px;
    border-width:1px;
    border-style:solid;
    margin-top:3px;
    margin-left:5px;
    margin-bottom:5px;
}
table .infos_table th{
    text-align:left;
    width:150px;
    background-color:#EBE0EF;
    padding:3px;
}
table .infos_table td{
    background-color:#EFEFEF;
    padding:3px;
}
h3 {
    background-color:#A632A0;
    text-align:center;
    color:white;
    margin-top:0px;
    margin-bottom:3px;
    padding-top:5px;
    padding-bottom:5px;
    margin-left:5px;
    margin-right:0px;
}
h3 a {
    color:white !important;
}
#legend {
    margin-bottom:20px;
    margin-left:30px;
    margin-right:30px;
    text-align:left;
    width:670px;
}
#legend th {
    padding-right:10px;
}
#legend td {
    padding-right:20px;
    font-size:10px;
}
.gobtn {
    text-align:left;
    text-decoration:none;
    display:block;
    height:118px;
    float:left;
    text-transform:uppercase;
}

.gobtn {
    cursor:pointer;
}
.gobtn:hover {
    background-position:bottom;
}
.gobtn#btn_gowebcam {
    width:252px;
}
.gobtn#btn_gowebcam table {
    width:140px;
}
.gobtn#btn_gokeyboad {
    width:242px;
}
.gobtn#btn_gokeyboard table{
    width:130px;
}

.gobtn#btn_govoyeur {
    width:195px;
}
.gobtn#btn_govoyeur table {
    width:95px;
    margin-left:90px;
}
.gobtn#btn_goback {
    width:127px;
    
}

.gobtn table {
    display:block;
    margin-left:100px;
    margin-right:20px;
    text-align:center;
    text-decoration:none;
    margin-top:7px;
}
.gobtn table td {
    vertical-align:middle;
    height:100px;
    font-size:18px;
    color:white;
    font-weight:bold;
}
/**
 * Tips
 */
.tip { 
    padding:5px;
}
.tip img { 
    width:300px;
}
.tip-top { 
}
.tip-title      { 
 }
.tip-text       { 
}
.tip-bottom     {
 }