@charset "iso-8859-1";

@media all
{

.chromestyle{
/*width: 99%;*/
font-weight: bold;
color:#ffffff;
margin:2px 130px 0 0;
_margin:2px 140px 0 0;
padding:0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-bottom: 3px solid #0C65A1;
width: 100%;
color:#ffffff;
/*margin: 4px 0;*/
padding: 4px 4px;
/*text-align: right;*/ /*set value to "left", "center", or "right"*/
/*background: url(bgmenucongres.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
/*background-color:#0C65A1;*/
}

.chromestyle ul li{
display: inline;
color:#ffffff;
}

.chromestyle ul li a, .chromestyle ul li a:link, .chromestyle ul li a:visited {
padding: 4px 7px;
margin: 0;
text-decoration: none;
color:#ffffff;
}

.chromestyle ul li a:hover {
background-color: #9ABAD1;
color:#0C65A1;
/*color: #A97F13*/
}
/*background: url(bgmenucongres-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
/*border: 1px solid #ffffff;*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
/*width: 200px;*/
text-align:left;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a, .dropmenudiv a:link, .dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 3px;
color:#ffffff;
border: 1px solid #0C65A1;
background-color:#9ABAD1;
padding:2px 5px 2px 5px;
margin:0;
text-decoration: none;
font-weight: bold;
font-size:8pt;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #A97F13;
color:#ffffff;
}

}


/* ELEMENTS SPECIFIQUES A L'AFFICHAGE A L'ECRAN */
@media screen {}

/* ELEMENTS SPECIFIQUES A L'IMPRESSION */
@media print
{
.chromestyle{
display:none;
}
}

