/*horizontal*/
.chromestyle {
	width: 700px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
font: 100% Verdana, Arial, Helvetica, sans-serif;
padding-left: 0;
margin-left: 0;
}

.chromestyle ul li{
	list-style: none;
	display: inline;
}

.chromestyle ul li a{
	border: 1px solid #000000;
	background: url(../images/alcor_fdmenu.png) no-repeat; -moz-opacity:.9; filter:alpha(opacity=90);
	padding: 10px 0.5em 10px 1em;
	float: left;
	height: 17px;
	margin-left: 3px;
	text-decoration: none;
	color: #000000;

}

.chromestyle ul li a:hover{
	border: 1px solid #CCCCCC;
	color: #660099;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
}

/* styles poure  menu deroulant */
.dropmenudiv{
	position:absolute;
	top: 0px;
	font:70%/18px Verdana, Arial, Helvetica, sans-serif;
	z-index:100;
	width: 200px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/
	visibility: hidden;
	background: url(../images/alcor_fdmenu.png) repeat; -moz-opacity:.9; filter:alpha(opacity=90);
	border: 1px solid #000000;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: url(chromebg2-over.gif) repeat-x center center;
	color: #660099;
	border: 1px solid #FFFFFF;
}
/*****************************

/*vertical*/

#menu {
	padding: 15px 0px;
	float: left;
	width: 280px;
	margin-left: 150px;
	margin-top: 90px;
	height: 420px;
}
.texte {
	font-size: 70%;
	color: #000000;
}

#menu p {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.active {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#holder #content #menu a {
	color: #000099;
	text-decoration: none;
}
.lienarticles {
	font-size: 70%;
	color: #000000;
	text-decoration: none;
}
.lienarticles:hover {
	font-size: 70%;
	color: #660099;
	text-decoration: none;
}

#holder #content #menu a:hover {
	
	color: #CC0066;
	text-decoration: none;
}
#holder #recherche {
	font-size: 60%;
	text-align: right;
	margin-right: 45px;
}
#tdvign {
	background: url(../images/vignbull.jpg) no-repeat;
	font-size: 60%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

