/** MINI MENU **/
a:active, a:focus{
	outline:none;
}

#mini_menu a{
	text-decoration: none;
	color: #FFFFFF;
}

#mini_menu a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

/** MENU **/
ul.dropdown a.main{
	display: block;
	width: 95px;
	height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	margin-top: 10px;
	cursor: pointer;
}

ul.dropdown a.main:hover{
	color: #FFFFFF;
	text-decoration: none;
	/*height: 48px;*/
	/*color: #e5ee60;*/
}

a#actualite{
	background: url(../../images/css_front/onglet_bleu.png) no-repeat top left;
}

a#actualite:hover{
	color: #005e8e;
}

a#produits{
	background: url(../../images/css_front/onglet_vert.png) no-repeat top left;
}

a#produits:hover{
	color: #003f0a;
}

a#nutrition{
	background: url(../../images/css_front/onglet_violet.png) no-repeat top left;
}

a#nutrition:hover{
	color: #630363;
}

a#societe{
	background: url(../../images/css_front/onglet_jaune-vert.png) no-repeat top left;
}

a#societe:hover{
	color: #918900;
}

a#recettes{
	background: url(../../images/css_front/onglet_magenta.png) no-repeat top left;
}

a#recettes:hover{
	color: #980056;
}

/** Boutons Salades - Tartes salées **/
#boutons a{
	display: block;
	width: 84px;
	height: 107px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	background: url(../../images/css_front/boutons_gamme.gif) no-repeat top left;
}

a#btn_salades{
	line-height: 107px;
	background-position: 0 0;
}

a#btn_tartes_salees{
	height: 77px;
	padding-top: 30px;
	background-position: 0 -107px;
}

a#btn_salades:hover{
	background-position: -84px 0px;
}

a#btn_tartes_salees:hover{
	background-position: -84px -107px;
}


/** Boutons Un clic **/
#un_clic a{
	display: block;
	padding: 0;
	background: url(../../images/css_front/btn_1_clic_2011.jpg) no-repeat top left;
	text-decoration: none;
	height: 34px;
	text-indent: -9999px;
	margin: 0;
	margin-bottom: 6px;
	float: left;
	width: 270px;
}

#un_clic a#presse{
	background-position: 0 0;
}

#un_clic a#recrutement{
	background-position: 0 -40px;
}

#un_clic a#avis{
	background-position: 0 -80px;
}

#un_clic a#developpement{
	background-position: 0 -120px;
}


#un_clic a#presse:hover{
	background-position: -270px 0;
}

#un_clic a#recrutement:hover{
	background-position: -270px -40px;
}

#un_clic a#avis:hover{
	background-position: -270px -80px;
}

#un_clic a#developpement:hover{
	background-position: -270px -120px;
}

.liste a, .liste_ingredients a{
	text-decoration: none;
	color: #333333;
}

/*Listes Fiche produit */
#liste_ingredients a:hover{
	text-decoration: none;
	color: #861a86;	
}

#liste_recettes a:hover{
	text-decoration: none;
	color: #d00075;	
}


/*Listes Fiche recette */
#liste_produits_recette a:hover{
	text-decoration: none;
	color: #108632;	
}

/* Evenements */
#slide_evenements a{
	text-decoration: none;
	color: inherit;
}

#slide_evenements a:hover{
	text-decoration: none;
}

/* Actualités */

#onglets_actualite a{
	color: #333333;
	text-decoration: none;
}

#onglets_actualite a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.contenu_actualite a{
	font-weight: bold;
	text-decoration: none;
	color: #018eb2;	
}

.contenu_actualite a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #333333;	
}

.autres_actualites a{
	display: block;
	margin-top: 4px;
	font-weight: bold;
	text-decoration: none;
	color: #018eb2;
}

.autres_actualites a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.liste_documents li a{
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;		
}

.liste_documents li a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #333333;		
}

.liste_actualites_medias li a{
	font-weight: bold;
	text-decoration: none;
	color: #333333;		
}

.liste_actualites_medias li a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #00799a;		
}

.liste_actualites_internationales li a{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;		
}

.liste_actualites_internationales li a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #333333;		
}

.liste_actualites_medias li a.all, .liste_actualites_internationales li a.all, a.all{
	padding: 2px 6px;
	background-color: #008aae;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.liste_actualites_medias li a.all:hover, .liste_actualites_internationales li a.all:hover, a.all:hover{
	background-color: #333333;
	color: #FFFFFF;
}

/** NUTRITION **/
a#bienfaits_carotte{
	float: right;
	padding: 2px 4px;
	font-weight: bold;
	background-color: #ff8a00;
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
}

a#bienfaits_carotte:hover{
	background-color: #a436a4;
	color: #FFFFFF;
}


a#lire_suite_nutrition{
	padding: 2px 4px;
	font-weight: bold;
	background-color: #a537a5;
	color: #FFFFFF;
	text-decoration: none;
}

a#lire_suite_nutrition:hover{
	background-color: #650071;
	color: #FFFFFF;
}

a#repondre_questionnaire{
	padding: 2px 4px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #9311a3;
	text-decoration: none;
}

a#repondre_questionnaire:hover{
	background-color: #650071;
	color: #FFFFFF;	
}



/** SOCIETE **/
#notre_societe a.btn, #developpement a.btn{
	display: block;
	padding: 0;
	background: url(../../images/css_front/societe_boutons.gif) no-repeat top left;
	text-decoration: none;
	margin-left: 28px;
}

#notre_societe a.contact{
	width: 166px;
	height: 35px;
	background-position: 0 0;
}

#notre_societe a.contact:hover{
	width: 166px;
	height: 35px;
	background-position: 0 -35px;
}

#developpement a.presse{
	width: 166px;
	height: 35px;
	background-position: -166px 0;
}

#developpement a.presse:hover{
	width: 166px;
	height: 35px;
	background-position: -166px -35px;
}

.offre a.btn_plus{
	/*display: block;
	float: right;*/
	font-weight: bold;
	padding: 1px 4px;
	background-color: #cebf00;
	color: #FFFFFF;
	text-decoration: none;
}

.offre a.btn_plus:hover{
	background-color: #807700;
}

#retour a.btn_retour{
	display: block;
	width: 110px;
	height: 42px;
	background: url(../../images/css_front/societe_btn_retour.jpg) no-repeat top left;
	background-position: 0 0;
	text-decoration: none;
	margin: 0 auto;
}

#retour a.btn_retour:hover{
	background-position: 0 -42px;
}

a#btn_connection{
	padding: 4px 6px;
	background-color: #25903f;
	border: 1px #005f17 solid;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

a#btn_connection:hover{
	background-color: #005f17;	
}

a.plan_acces{
	background-color: #333333;
	color: #FFFFFF;
	padding: 2px 6px;
	font-weight: bold;
	text-decoration: none;
}

a.plan_acces:hover{
	background-color: #8e8400;
}

/* Sitemap */
#map a{
	text-decoration: none;
	color: #FFFFFF;
}

#map a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

#map a#haut_page{
	font-size: 10px;
}


/* Actualité */
a.pub_tv, a.pub_tv:hover{
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

/* Société */
a.gras_societe{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.gras_societe:hover{
	color: #897f00;
}

/* Nutrition */
a.normal_nutrition{
	color: #333333;
	text-decoration: underline;
}

a.normal_nutrition:hover{
	color: #850e93;
}

a.gras_nutrition{
	color: #850e93;
	text-decoration: underline;
	font-weight: bold;
}

a.gras_nutrition:hover{
	color: #333333;
}

a.reclamation{
	display: block;
	background: url(../../images/css_front/nutrition_bouton.gif) no-repeat top left;
	text-decoration: none;
	text-indent: -9999px;
	width: 166px;
	height: 35px;
	margin-top: 10px;
}

a.reclamation:hover{
	background-position: 0 -35px;
}
