#BOmenu{
    display : inline-block;
    margin : 20px 20px 20px 50px;
}

#BOmenu a{
    margin : 20px 20px 20px 0;   
}

#BO{
    height: 500px;
    width: 1100px;
}

#backOfficeLink{
    margin-bottom: 20px;
}

#BOuser{
    width: 90px;
}

#BOproduit{
    width: 90px;
}

#BOconfig{
    width: 90px;
}

#BOvoix{
    width: 90px;
}

#Bomessage{
    width: 90px;
}

/*gestion entrée*/





#BOEntreeTab{
	padding:0;    
	text-align: center;
}

#entreeTab{
     margin-left:auto; 
    margin-right:auto;
    background-color: #D9E3E7;
    color : #666666;
    width : 380px;
    height : 380px;
    font-size: 12px;
    overflow: auto;
}

#entreeTable{
     margin-left:auto; 
    margin-right:auto;
    width: 540px;
}


#entreeTable th,
#entreeTable td,
#entreeTable tr,
#entreeTable caption{
    border-collapse: collapse;
    border : 1px;
    border-style: solid;
    border-color: #666666;
    color:#666666;
}

#entreeTable td{
    width: 150px;  
    font-size: 12px;
}

.BOrouge td{
    background-color: #F78181;
}

.BOverte td{
    
   background-color: #ADD9AD; 
    
}

.BOblanche td{
    
   background-color: white; 
    
}

#entreeTable caption{
    background-color: #C1D1D7;
}

#entreeTable thead{
    border-collapse: collapse;
    border : 1px;
    border-color: #666666;
    background-color: #D9E3E7;
}

/*Gérer les voix, gérer les produits*/

.gererdiv{
    float : left;
    width : 300px;
    height: 200px;
    margin-left: 50px;
}

/*Gérer les voix, gérer les configs*/

#BOConfigForm{
    float: left;
    width: 350px; 
    height: 440px;
    margin-right: 10px;
}

#BOConfigSelect{
    float: left;
    width: 350px; 
    height: 440px;
    margin-right: 10px;
}


