TR.bghead		{ background-color: #003366; }
TR.trcol1 		{ background-color: #ffffff; font-size:11px;}
TR.trcol2 		{ background-color: #ccffcc; font-size:11px;}

a:link			{ color:#003366; }
a:hover			{ color:#ffffff; background-color: #669999}

.head1 			{ font-size:30px;}
.headline		{ background-color: #669999; }
.footline		{ background-color: #669999; }
.headcol		{ background-color: #669999; }
.mn2			{ color: #ffffff;}

.ipt			{ background-color: #ccffcc; border-color:#003366; }
.ipt2			{ background-color: #ccffcc; border-color:#003366; }
.button01		{ background-color: #CCFFCC; border-color:#003366; }

.adresse_header { font-size:17px; }
TR.nav_color	{ background-color: #ccffcc; }
.newsod			{ color: 003366; font-size: 15px; text-decoration: none;}
.titlebar	{ background-color: #ccffcc; }

/* menu */
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
border: 0;
width: 100%;
background-color: #ccffcc;
padding: 5px 0px 5px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #003366;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #003366;
font-size: 11px;
}

.chromestyle ul li a:hover{
color: #ffffff;
background-color: #669999;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
padding: 5px;
border: 1px solid #000000; /*THEME CHANGE HERE*/
font-weight: bold;
font-size: 10px;
z-index:100;
background-color:#669999;
width: 170px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: #000000;
}
