.chromestyle{
position:relative;
left: 180px;
width: 158px;
height: 49px;
font-weight: bold;
border: 0px solid #000;
float: left ;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid red;
width: 158px;
height: 49px;
background: url(../../Media/logiciels-sage/bt-demo-video.png) top left no-repeat; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{

display: inline;
border: 0px solid yellow;
width: 158px;
height: 49px;
text-align: left;
}

.chromestyle ul li a{
color: #494949;
/*padding: 4px 7px;*/
margin: 0;
text-decoration: none;
border-right: 0px solid blue;
text-align: left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../../Media/logiciels-sage/bt-demo-video-on.png) top left no-repeat; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 188px;
/*visibility: hidden;*/
display: none;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
text-align: left;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/* BOUTON 2 */

.chromestyle2{
position:relative;
left: 210px;
width: 165px;
height: 49px;
font-weight: bold;
border: 0px solid #000;
float: left ;
}

.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle2 ul{
border: 0px solid red;
width: 165px;
height: 49px;
background: url(../../Media/logiciels-sage/bt-doc-commerciale.png) top left no-repeat; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{

display: inline;
border: 0px solid yellow;
width: 165px;
height: 49px;
text-align: left;
}

.chromestyle2 ul li a{
color: #494949;
/*padding: 4px 7px;*/
margin: 0;
text-decoration: none;
border-right: 0px solid blue;
text-align: left;
}

.chromestyle2 ul li a:hover, .chromestyle2 ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../../Media/logiciels-sage/bt-doc-commerciale-on.png) top left no-repeat; /*THEME CHANGE HERE*/
}

/* BOUTON DIVALTO */

.chromestyle3{
position:relative;
left: 0px;
width: 165px;
height: 49px;
font-weight: bold;
border: 0px solid #000;
float: left ;
}

.chromestyle3:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle3 ul{
border: 0px solid red;
width: 165px;
height: 49px;
background: url(../../Media/logiciels-sage/bt-doc-divalto-detail.png) top left no-repeat; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle3 ul li{

display: inline;
border: 0px solid yellow;
width: 165px;
height: 49px;
text-align: left;
}

.chromestyle3 ul li a{
color: #494949;
/*padding: 4px 7px;*/
margin: 0;
text-decoration: none;
border-right: 0px solid blue;
text-align: left;
}

.chromestyle3 ul li a:hover, .chromestyle3 ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../../Media/logiciels-sage/bt-doc-divalto-detail-on.png) top left no-repeat; /*THEME CHANGE HERE*/
}

