/* Menu */
ul.dropdown{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	list-style: none;
}

ul.dropdown li{
	float: left;
	width: 95px;
	margin: 0 2px;
	margin-top: 20px;
	/*background: black;*/
}

ul.dropdown li img{
	display: block;
	font-size: 0;
	cursor: pointer;
}

ul.dropdown li:hover > ul{
	visibility: visible;
}

ul.dropdown li:hover, ul.dropdown li.hover {
	visibility: inherit;   
}


/* Sous menu */
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	/*z-index: 200;*/
	width: 220px;
	padding: 0;
	margin: 0;
	list-style: none;
	/*background-color: yellow;*/
}

ul.dropdown li ul li{
	margin-top: 0px;
	position: relative;
	width: 200px;
	font-size: 13px;
	text-align: left;
	margin-left: 10px;
}


/* Liens Sous menu */
ul.dropdown ul li a{
	position: relative;
	display: block;
	padding: 7px 12px;
	color: #FFFFFF;
	width: 176px;
	text-decoration: none;
}


/* Liens Actualité */
#sm-bleu{
	left: -61px !important;
	left: -69px;
}

#sm-bleu a{
	border-bottom: 1px solid #048ab0;
	border-top: 1px solid #bef1fe;
	background: #02acd8;
}

#sm-bleu a.arrondi-haut{
	border-top: 0;
	background: url(../../images/css_front/arrondi-bleu.png) no-repeat left top;
	background-position: 0 0;
}

#sm-bleu a.arrondi-bas{
	border-bottom: 0;
	background: url(../../images/css_front/arrondi-bleu.png) no-repeat left bottom;
	background-position: 0px -100px;
}

#sm-bleu a:hover {
	color: #005e8e;
	background: #3db9d9;
}

#sm-bleu a.arrondi-haut:hover {
	background: url(../../images/css_front/arrondi-bleu.png) no-repeat left top;
	background-position: -200px 0;
}

#sm-bleu a.arrondi-bas:hover {
	background: url(../../images/css_front/arrondi-bleu.png) no-repeat left bottom;
	background-position: -200px -100px;
}


/* Liens Produits */
#sm-vert{
	left: 38px !important;
	left: 30px;
}

#sm-vert a{
	border-bottom: 1px solid #106d26;
	border-top: 1px solid #a0d79a;
	background: #25903f;
}

#sm-vert a.arrondi-haut{
	border-top: 0;
	background: url(../../images/css_front/arrondi-vert.png) no-repeat left top;
	background-position: 0 0;
}

#sm-vert a.arrondi-bas{
	border-bottom: 0;
	background: url(../../images/css_front/arrondi-vert.png) no-repeat left bottom;
	background-position: 0px -84px;
}

#sm-vert a:hover {
	color: #003f0a;
	background: #34a04f;
}

#sm-vert a.arrondi-haut:hover {
	background: url(../../images/css_front/arrondi-vert.png) no-repeat left top;
	background-position: -200px 0;
}

#sm-vert a.arrondi-bas:hover {
	background: url(../../images/css_front/arrondi-vert.png) no-repeat left bottom;
	background-position: -200px -84px;
}


/* Liens Nutrition */
#sm-violet{
	left: 137px !important;
	left: 129px;
}

#sm-violet a{
	border-bottom: 1px solid #7c0d7c;
	border-top: 1px solid #fdb1fd;
	background: #a537a5;
}

#sm-violet a.arrondi-haut{
	border-top: 0;
	background: url(../../images/css_front/arrondi-violet.png) no-repeat left top;
	background-position: 0 0;
}

#sm-violet a.arrondi-bas{
	border-bottom: 0;
	background: url(../../images/css_front/arrondi-violet.png) no-repeat left bottom;
	background-position: 0px -84px;
}

#sm-violet a:hover {
	color: #630363;
	background: #be53be;
}

#sm-violet a.arrondi-haut:hover {
	background: url(../../images/css_front/arrondi-violet.png) no-repeat left top;
	background-position: -200px 0;
}

#sm-violet a.arrondi-bas:hover {
	background: url(../../images/css_front/arrondi-violet.png) no-repeat left bottom;
	background-position: -200px -84px;
}


/* Liens Société */
#sm-marron{
	left: 236px !important;
	left: 228px;
}

#sm-marron a{
	border-bottom: 1px solid #a45a03;
	border-top: 1px solid #ffc872;
	background: #d38100;
}

#sm-marron a.arrondi-haut{
	border-top: 0;
	background: url(../../images/css_front/arrondi-marron.png) no-repeat left top;
	background-position: 0 0;
}

#sm-marron a.arrondi-bas{
	border-bottom: 0;
	background: url(../../images/css_front/arrondi-marron.png) no-repeat left bottom;
	background-position: 0px -100px;
}

#sm-marron a:hover {
	color: #713d00;
	background: #e29e30;
}

#sm-marron a.arrondi-haut:hover {
	background: url(../../images/css_front/arrondi-marron.png) no-repeat left top;
	background-position: -200px 0;
}

#sm-marron a.arrondi-bas:hover {
	background: url(../../images/css_front/arrondi-marron.png) no-repeat left bottom;
	background-position: -200px -100px;
}


#sm-jaune-vert{
	left: 236px !important;
	left: 228px;
}

#sm-jaune-vert a{
	border-bottom: 1px solid #918900;
	border-top: 1px solid #fff64e;
	background: #c9be02;
}

#sm-jaune-vert a.arrondi-haut{
	border-top: 0;
	background: url(../../images/css_front/arrondi-jaune-vert.png) no-repeat left top;
	background-position: 0 0;
}

#sm-jaune-vert a.arrondi-bas{
	border-bottom: 0;
	background: url(../../images/css_front/arrondi-jaune-vert.png) no-repeat left bottom;
	background-position: 0px -100px;
}

#sm-jaune-vert a:hover {
	color: #7d7600;
	background: #d9d031;
}

#sm-jaune-vert a.arrondi-haut:hover {
	background: url(../../images/css_front/arrondi-jaune-vert.png) no-repeat left top;
	background-position: -200px 0;
}

#sm-jaune-vert a.arrondi-bas:hover {
	background: url(../../images/css_front/arrondi-jaune-vert.png) no-repeat left bottom;
	background-position: -200px -100px;
}

/* Liens Recettes */
#sm-rouge{
	left: 335px !important;
	left: 327px;
}

#sm-rouge a{
	border-bottom: 1px solid #aa022b;
	border-top: 1px solid #ffaabf;
	background: #f2003b;
}

#sm-rouge a.arrondi-haut{
	border-top: 0;
	background: url(../../images/css_front/arrondi-rouge.png) no-repeat left top;
	background-position: 0 0;
}

#sm-rouge a.arrondi-bas{
	border-bottom: 0;
	background: url(../../images/css_front/arrondi-rouge.png) no-repeat left bottom;
	background-position: 0px -84px;
}

#sm-rouge a:hover {
	color: #9e000f;
	background: #ff4d78;
}

#sm-rouge a.arrondi-haut:hover {
	background: url(../../images/css_front/arrondi-rouge.png) no-repeat left top;
	background-position: -200px 0;
}

#sm-rouge a.arrondi-bas:hover {
	background: url(../../images/css_front/arrondi-rouge.png) no-repeat left bottom;
	background-position: -200px -84px;
}


#sm-magenta{
	left: 335px !important;
	left: 327px;
}

#sm-magenta a{
	border-bottom: 1px solid #980056;
	border-top: 1px solid #ffa3d7;
	background: #ed0588;
}

#sm-magenta a.arrondi-haut{
	border-top: 0;
	background: url(../../images/css_front/arrondi-magenta.png) no-repeat left top;
	background-position: 0 0;
}

#sm-magenta a.arrondi-bas{
	border-bottom: 0;
	background: url(../../images/css_front/arrondi-magenta.png) no-repeat left bottom;
	background-position: 0px -100px;
}

#sm-magenta a:hover {
	color: #a00053;
	background: #ff3caa;
}

#sm-magenta a.arrondi-haut:hover {
	background: url(../../images/css_front/arrondi-magenta.png) no-repeat left top;
	background-position: -200px 0;
}

#sm-magenta a.arrondi-bas:hover {
	background: url(../../images/css_front/arrondi-magenta.png) no-repeat left bottom;
	background-position: -200px -100px;
}
