/*BARRE MENU*/
.chromestyle{
	width: 900px;
	font-weight: bold;
	margin-left:15px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 900px; /*THEME CHANGE HERE*/
	padding: 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	margin-right:26px; /*Espace entre les options*/
}
*html .chromestyle ul li{
	display: inline;
	margin-right:25px; /*Espace entre les options*/
}
*+html .chromestyle ul li{
	display: inline;
	margin-right:25px; /*Espace entre les options*/
}
.chromestyle ul li.selection{
	padding-bottom:3px;
	border-bottom:3px solid #000;
}




/*LIEN - MENU NIV 1*/
.chromestyle ul li a{
	color:#29ABE2;
	padding: 4px 0px;
	margin: 0;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform:uppercase;
	/*border-right: 1px solid #DADADA;*/
}


.chromestyle a:visited{
	/*color: #000;*/
	text-decoration: none;
}


.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*background: url(chromebg-over2.gif) 0 0 no-repeat; /*THEME CHANGE HERE*/
	color: #000;
}

.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{
	margin-top:1px;
	margin-left:-3px;
	position:absolute;
	top: 0;
	font:normal 13px Arial, sans-serif;
	line-height:17px;
	z-index:100;
	background: #FFF;
	width: 140px;
	visibility: hidden;
	border-right:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	border-bottom:1px solid #CCC;
}



.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 3px 10px;
	text-decoration: none;
	border-bottom:1px solid #EBEBEB;
	/*font-weight: bold;*/
	/*background: url(chrome_op.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


.dropmenudiv a:link,a:visited,a:active{
	color: #333;
	text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #29ABE2;
	font-weight: bold;
	/*4background-color: #FFF;*/
	/*border-left: 3px solid #42C4E5;
	border-right: 3px solid #42C4E5;*/
}

#recettes{
	width:200px;
}
