.tabPane {
    /*position:absolute;*/
    height:25px;
    margin-top:15px;
    margin-left:10px;
    width:800px;
}

.tabPane .tabSeparator {
    width:1px;
    height:25px;
    float:left;
    margin-left:1px;
    margin-right:1px;
}

.tabPane .tab {
    height:19px;
    background-color:#EEE;
    float:left;
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;*/
    padding-top:5px;
    cursor:pointer;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    background-image:url(../pictures/tab_back1.gif);
    border-top:1px solid #DDD;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
}


.tabPane div.tab:hover,.tabOpen {
    float:left;
    background-color:#FDFDFD;
    background-image:url(../pictures/tab_back2.gif);
    height:21px;
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;*/
    cursor:pointer;
    text-align:center;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    border-top:1px solid #DDD;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    font-weight:bold;
}

.tabPane a,a:hover,a:focus {
    color:#333;
    text-decoration:none;
    outline:0;
}

#choiceSquares {
    text-align:center;
    margin-left:90px;
}

#choiceSquares .square {
    width:200px;
    height:180px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: url('../pictures/square_back.gif');
    border:1px solid #DDD;
    margin:20px;
    float:left;
    /*border-bottom:2px solid #DDD;
    border-right:2px solid #DDD;*/
    
    cursor:pointer;    
}

#choiceSquares div.square:hover {
    background-color:#EFEFEF;
    background-image:none;
}

#choiceSquares .square .title{
    text-align:left;
    font-weight:bold;
    font-size:12px;
    background-color:transparent;
    border:0;
    border-bottom:1px dashed #DDD;
    color:#690;
    text-indent:5px;
}

#choiceSquares .square .description{
    margin-left:5px;
    text-align:left;
}

#choiceSquares .square .rapide{
    background-image:url('../pictures/stopwatch.png');
    width:55px;
    height:77px;    
    margin:auto;
    margin-top:3px;
}

#choiceSquares .square .prec-commandes{
    background-image:url('../pictures/prec-commandes.png');
    width:68px;
    height:68px;  
    margin:auto;
    margin-top:12px;
}

#choiceSquares .square .mode-standard{
    background-image:url('../pictures/mode-standard.png');
    width:46px;
    height:50px;
    margin:auto;
    margin-top:30px;
}

#choiceSquares .square .description b{
    font-weight:bold;
    color:#690;
}

#choiceSquares .square .green{
    color:#690;
}

#choiceSquares .square .red{
    color:orange;
}

#choiceSquares .square .black{
    color:#444;
}

