
/*
COULEURS:
GRIS: #333   (noir tDj)   #BFBFBF (fond de page)  #AAA (pied de page)
BLEU: #606b97 (foncé)

*/



body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 12pt;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #333;
        
}

small {
    color: #AAA;
    font-size: 11px;
    padding-left: 10px;
}

#pied small {
    color: #333;
}

#navig{
	position: absolute;
	top: 0px;
	right: 350px;
}

#navig a{
	font-size: 9pt;
	font-weight: bold;
	margin-right: 10px;
}

form { margin: 0; padding: 0; }
img, table { margin: 0; padding: 0; border: 0; }
ul, ol, li { margin: 0; padding: 0; list-style-type: none;}
ul { list-style-type: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }


.petit{
        font-size: 10pt;
        font-weight: normal;
}



a:hover {
    color: red;
    text-decoration: none;
}


#page {
    background: transparent;
    text-align: left;
	padding: 0px;
    margin: 0px;
    background: transparent url('img/fond.gif') repeat-y center;
}

#conteneur {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#contenu {
   width: 830px;
    float: left;
	padding: 0px;
    padding-left: 20px;
}

#navigation{
	float: right;
	width: 130px;
    margin-right: 20px;
}

#contenu .encart{
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}

#contenu .contre-encart{
	float: left;
	width: 21em;
}

/* Entete */
#entete>a>img {
	background: #FFF none !important;
	margin: 0px;
	padding: 0px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

#entete #nom_site_spip, #entete a .spip_logos {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 1.5em;
    vertical-align: baseline;
    }

#entete a { text-decoration: none; }

#entete a {
    font-weight: bold;
    color : #606b97;
}

#entete a:hover {
	text-decoration: underline;
    color : black;
}

#entete ul.ted_onglets li.ted_onglet a.ted_onglet_off:hover{
background: white;
}

#entete ul.ted_onglets li.ted_onglet a.ted_onglet_on:hover{
	background: #86A5E2;
}

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	display: block;
	margin-bottom: 16px;
        margin-top: -10px;
	background: #606b97;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
	font-size: 0.77em;
	text-transform: uppercase;
	color:#CCC;
    border-top: 2px solid #505b87;
}

#chemin {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#chemin a {
	color:white;
}
#chemin a:hover{
	background-color: transparent;
}

#checkout_etapes>li{
    list-style: decimal;
    float: left;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 24px;
    color: #DDD;
}

#checkout_etapes>li>a{
    color: #BBB;
}

#checkout_etapes>li.active{
    color: #999;
}

/* Pied de page */
#prepied{
    margin-top: 50px;
    clear: both;
	width: 100%;
    text-align: center;

}
#pied {
    background: #FFF;
	width: 100%;
	-top: 8px;
    clear: both;
    text-align: center;
}

#pied small { font-size: 0.77em; }
#pied img { vertical-align: bottom; }
#pied div pre { overflow: hidden;}

#prepied {
	clear: both;
	display: block;
	height: 24px;
	background: #606b97;
	font-size: 0.77em;
	text-transform: uppercase;
	color:#CCC;
}





/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: 0; height: 0; line-height: 1px; font-size: 1px; overflow: hidden; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart,.formulaire_spip {
    font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, Helvetica, sans-serif; }

/* Typo pour le contenu */
#contenu {
    font-family: Tahoma, Verdana, "Bitstream Vera Sans",  Arial, Helvetica, sans-serif;
    font-size: 16px; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip {
    font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, Helvetica, sans-serif; }


/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre {
    font-size: 1.27em;
    text-transform: uppercase;
    font-weight: bold;
    color: #000; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
    float: right;
    margin-left: 16px;
    margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
    margin-bottom: 1.5em;
    font-weight: normal;
    line-height: 1.4em;
    color: #99B;
}

.lien {
    background: #EEE;
    margin: 1em;
    margin-bottom: 1.5em;
    padding: 0.82em;
    border: 1px solid #CCC;
    font-size: 0.82em;
    font-weight: bold; }

.texte { color: #000; font-size: 0.82em; }

.ps, .notes {
    margin-top: 1.4em;
    padding-top: 2px;
    border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
    clear: both;
    margin-top: 1.4em;
    padding-top: 2px;
}
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
    margin-top: 1.4em;
    padding-top: 2px;
}
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre { text-indent: 0}
#documents_joints li .spip_doc_titre small { font-weight: normal; }

.spip_doc_descriptif a {font-weight: bold;}
.spip_doc_descriptif { float:left; font-weight: normal; }
.spip_doc_descriptif>a>span {font-weight: normal;}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles li { margin-bottom: 1em; }

.liste-articles li .titre {
    font-size: 1.03em;
    font-weight: bold; }

.liste-articles li .spip_logos {
    float: right;
    margin-left: 16px;
    margin-bottom: 16px;
    clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
    float: right;
    text-align: right;
    max-width: 60%;
    margin: 0; }

.liste-articles li small {
    display: block;
    font-size: 0.71em; }

.liste-articles li .texte {
    margin-top: 5px;
    margin-bottom: 2em;
    border: 1px solid #CCC;
    padding: 0.9em;
    font-size: 0.82em;
    line-height: 1.4em; }

.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan #contenu h2 {
    clear: both;
    background: #EEE;
    border: 1px solid #CCC;
    padding: 0.5em;
    margin-bottom: 1em;
    font-weight: bold;
    text-align: center; }

.page_plan #contenu .contre-encart ul {
    display: block;
    clear: left;
    margin-left: 1em;
    margin-bottom: 1em;
    list-style: square; }
.page_plan #contenu .contre-encart li { list-style: inherit; }


/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; background-color: #FEE}
a.ted_onglet_on{
	background-color: #86A5E2;
}


/* MENU HAUT */
#ted_menuhaut>ul{
  float: right;
	display: block;
	font-size: 0.77em;
	margin: 10px 0 0 0;
	padding: 0px;
}

#ted_menuhaut {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#ted_menuhaut ul li {
	float: right;
	margin-right: 20px;
}

#ted_menuhaut>ul>li>a:hover {
background: transparent;
}

/* ONGLETS */
#ted_onglets {
	display:block;
	background:transparent;
	margin: 0px 0 0 50px;
}

#ted_onglets ul{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#ted_onglets>ul>li>a.ted_onglet_off {
	color: #AAA;
	
}

#ted_onglets>ul>li>a.ted_onglet_off:hover {
	color: red;
}

#ted_onglets ul li {
	display:inline;
}

.ted_onglet_off, .ted_onglet_on {
	float: left;
	display: block;
	height: 20px;  
	-moz-border-radius: 10px 10px 0 0;
	-moz-outline-radius: 10px 10px 0 0;
	margin: 10px 4px 0px 0px;
	padding: 7px 4px 0px 4px;
	font-variant: small-caps;
	font-size: 14px;
	text-align: center;
	background: #DDD;  /*#606b97;*/
	border: 1px solid #FFFFFF;
}

.ted_onglet_on{
	margin-top: 5px;
	padding-top: 12px;
	text-transform: uppercase;
	border: 1px solid #86A5E2;
	background: #86A5E2;
}

a.ted_onglet_off:hover, a.ted_onglet_on:hover {
	text-decoration: underline;
}

a.ted_onglet_off:hover{
	background: #DDD;
}
a.ted_onglet_on:hover {
/*	background: #86A5E2; */
}



/* RECHERCHE */
#ted_recherche_ligne{
	height: 40px;
/*	width: 1000px;
	margin-left: auto;
	margin-right: auto;
*/
	display: block;
	font-size: 11px;
	margin:0;
	padding:0;
	padding-left: 40px;
	text-align: left;
	background: #86A5E2;
	color : #606b97;
}

#ted_recherche{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#ted_recherche a {
	font-weight: normal;
}

#ted_recherche a:hover {
	background: transparent;
}

.ted_recherche_champ {
	background: #EFFFFF;
	height: 16px;
	margin: 0px;
	margin-top:5px;
	padding-top: 2px;
	border: 1px solid #86a5e2;
	vertical-align: top;
}

.ted_recherche_ok {
	/*
	background: #6685C2;
    margin: 0px;
    padding: 0px;
    margin-top: 6px;
    height: 21px;
    border: 1px solid black;
*/
	background: transparent;
	padding-top: 4px;
	vertical-align: top;
}


/* MAQUETTE */
.ted_soustitre {
    margin: 0px;
	display: block;
    color: #FFF;
    font-size: 0.86em;
    font-weight: bolder;
	padding: 5px 5px 0px 15px;
	width: 150px;
    text-transform: uppercase;
    background: #86a5e2;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.ted_soustitre span{
    position: relative;
    left: 170px;
    top: -12px;
    font-size: 10px;
    display: block;
    width: 600px;
    color: #777;
    font-weight: normal;
    float: left;
}

.ted_soustitre small{
    font-size: 10px;
    color: #777;
    font-weight: normal;
    float: right;;
}


.ted_soustitre:after {
    clear: none;
	background: red;
	display: block;
	width: 810px;
	margin-top: 5px;
	border: 0px;
	border-bottom: 2px #86a5e2 solid;
	margin-bottom: 10px;
	content: ' ';
}

.ted_soustitre > span {
    margin-left: 10px;
}


/* RECHERCHE */

#recherche_tableau{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#recherche_tableau td, #recherche_tableau tr {
    border: 0px;
        margin: 0px;
    padding: 0px;
}

#recherche_tableau th{
    visibility: hidden;
}

.recherche_chapo{
    font-size: 14px;
    font-style: italic;
    color: #555;
}

.recherche_titre{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.recherche_descriptif{
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.recherche_url{
            margin: 0;
    padding: 0;
    font-size: 12px;
    font-style: italic;
}

/* SOUS-CATEGORIES */

.ted_navigation_souscategories {
    float: left;
    display: inline;
    width: 366px;
    padding-right: 20px;
    padding-bottom: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    border-right: 2px dotted #CCC;
}

.ted_navigation_soussouscategories {
    float: right;
    margin-right: 10px;
	white-space: nowrap;
	font-size: 0.69em;
}

a.ted_navigation_soussouscategories_titre span{
	display: block;
	text-align: center;
	 /* padding-top: auto;
	padding-bottom: auto;
	*/
}


.ted_navigation_souscategories ul li{
	float: left;
	white-space: nowrap;
}

.ted_navigation_souscategories img{
	float: right;
	margin-left: 10px;
	margin-bottom: 40px;
}

.ted_navigation_souscategories_soustitre {
	float: left;
	font-size: 0.76em;
	display: inline;
}

.ted_navigation_souscategories_titre {
    font-size: 1.42em;
    text-transform: lowercase;
    font-weight: bolder;
}

.ted_navigation_soussouscategories_titre {
    display: block;
    font-size: 0.81em;
    text-align: center;
    text-transform: uppercase;
    width: 178px;
    vertical-align: middle;
    border: 1px dotted #AAA;
    padding: 5px;
    margin: 5px;
    font-weight: bold;
    color: #333;
    background-color: #EEE;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

.ted_navigation_soussouscategories_titre:hover{
    background-color: #86a5e2;
    color: #333;
}

.ted_navigation_souscategories_titre:first-letter{
    text-transform: uppercase;
}

.ted_navigation_souscategories_titre a:first-letter{
    text-transform: uppercase;
}

.ted_navigation_souscategories_soustitre {
    font-size: 0.71em;
}




/* BLOCS */


.ted_bloc {
    width: 142px;
    -moz-border-radius: 10px 0 0 10px;
    border: 1px solid #DDD;
    background: #FFF;
    padding-bottom: 10px;
}




.ted_bloc_contenu ul li a{
    width: 100%;
    display: block;
    background-color: transparent;
}

.ted_bloc_contenu ul li a:hover{
    width: 100%;
    background-color: #86A5E2;
    text-decoration: none;
}



.ted_bloc_titre {
    margin: 0px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    padding-bottom: 5px;
    background: #DDD;
}

.ted_bloc_titre h2 {
        color: white;
    font-size: 0.82em;
    font-weight: bold;
    margin-left: 10px;
    padding-top: 5px;
}

div.ted_bloc_titre>h2>a:hover {
        color: white;
	background: transparent !important;
}

.ted_bloc_contenu {
    font-size: 0.71em;
    margin: 0px;
}

.ted_bloc_contenu ul li a:hover {
	color: #333;
}
.ted_bloc_contenu ul {
    margin-left: 10px;
}

.ted_bloc_contenu i {
	color: #505b87;
}

.ted_bloc input {
    border: 1px solid #505b87;
    margin-bottom: 2px;
	background: #EFFFFF;
;
    color: #333;
    font-size: 12px;
}

.ted_bloc_champ{
    height: 16px;
    width: 120px; /* 120 */
		    margin:0;
}

.ted_bloc_petitchamp{
    height: 16px;
    width: 85px; /* 85 */
		   margin: 0;
    margin-right: 1px;
    vertical-align: top;
}

.ted_bloc_bouton{
    width: 30px;
    height: 20px;
    text-align: center;
    vertical-align: top;
    		   
}



.ted_bloc_pied {
    margin: -5px;
    padding: 0px;
}

.ted_bloc_gris{
    font-style: italic;
	color: #86A5E2;
}


.ted_perso_menu{
	float: left;
	font-size: 12px;
	text-align: center;
	vertical-align: baseline;
	width: 150px;
	height: 150px;
}

#navigation_haut .ted_bloc{
        background: #606b97;
        border: 0px;
}

#navigation_haut .ted_bloc_contenu ul li a{
        color: white;
}

#navigation_haut {
        position: relative;
        top: -20px;
            -moz-border-radius: 0 0 10px 10px;
    border: 0px;
    background: #606b97;
}

#navigation_haut .ted_bloc_titre {
        background: #606b97;
}

div.ted_bloc_contenu>ul>a:hover{
    background: transparent;
}

div.ted_bloc a:hover{
    background-color: #86A5E2;
}

/* ARTICLES */

.liste_articles{
    float: left;
    margin: 0px 22px 32px 0px;
    font-size: 10px;
    display: inline;
    vertical-align: text-bottom;
}

.liste_articles:hover{
    background:#FDD;
    text-decoration: none;
}

table.liste_articles:hover{
	background: white;
}

.liste_articles > a {
    display: block;
    background: no-repeat center;
    width: 130px;
    display: block;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    /* 140 */
    height: 160px;
}

.liste_articles > div > h3, .liste_articles > div > h3 > a{
    text-align: center;
    font-size: 10px;
    width: 128px;
    height: 16px;
    display: block;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    text-transform: uppercase;
}

.liste_articles_prix {
    float: right; 
    font-size: 12px;
    font-weight: bold;
    margin-top: 3px;
    margin-right: 10px;
    text-transform: uppercase;
}

.liste_articles table>tr>td   {
    font-size: 10px;
    margin: 0px;
    margin-right: 20px;
    padding: 0;
}

.liste_articles_small{
    font-size: 10px;
    line-height: 9px;
    margin-right: 8px;
}

.liste_articles_dispo{
    margin-left: 5px;
}

.prixpromo{
    color: #A34;
    font-size: 12px;
    font-weight: bold;
}

.liste_articles_top>span {
    float: right;
    font-size: 14px;
    background-color: #DDD;
}



.jeu_titre{
    color: #333;
    margin: 0px;
    padding: 0px;
}

.jeu_soustitre{
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: -4px;
}

.jeu_prix{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.jeu_prix span {
    color: red;
    font-size: 14px;
}

.jeu_prix small{
    font-size: 11px;
    font-weight: normal;
}


a.jeu_stock span, a.jeu_nostock span, a.jeu_limstock span {display: none;}

a.jeu_stock, a.jeu_nostock, a.jeu_limstock{
	position: relative;
    background: #FF981F;
    border: 1px solid #7F5F27;
    display: inline;
	color: white;
    font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
	-moz-border-radius: 5px;
}

a.jeu_stock:hover span, a.jeu_nostock:hover span, a.jeu_limstock span {

    opacity: 0.9;
    -moz-opacity:0.9;
    background: #FF981F;
    border: 1px solid #7F5F27;
    display: block;
    float: right;
    position: absolute;
    top: -1em;
    left: 6em;
   width: 250px;
   margin-left: 20px;
   padding: 4px;
   -moz-border-radius: 5px;
   z-index: 100;
   color: #FFF;
   font-weight: bold;
   font: 10px Verdana, sans-serif; text-align: center;
   /*
        filter: alpha(opacity=90);
  */
	}

a.jeu_stock, a.jeu_stock:hover span {
	background: #89c500;
    border: 1px solid #347F27;
}

a.jeu_nostock, a.jeu_nostock:hover span {
	background: #E05050;
    border: 1px solid #347F27;
}


.jeu_qte{
    width: 20px;
}

.jeu_ajouter{
    background-color: #DDD;
    border: 1px solid black;
}

.ted_erreur{
    margin-left: 130px;
    font-size: 14px;
    color: #D45;
}

#infos_retour {
	color: #0D0;
}



/* LISTING */

.listing_label{
		display: block;
		float: left;
		width: 120px;
		text-align: right;
		margin-right: 10px;
}

.listing_infos{
		font-style: italic;
		color: #888;
}

.listing input {
		width: 250px;
}

.listing label {
	width: 150px;
	display: block;
}

.listing select {
		width: 250px;
}

hr {
    border : 0.5px solid #606b97;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    clear: left;
}

.listing_sites{
    font-size: 11px;
}

.listing_sites_titre{
    font-weight: bold;
    font-size: 14px;
}

.listing_sites_titrecourt{
    font-weight: bold;
    font-size: 12px;
    width: 120px;
    float: left;
    clear: left;
    text-align: right;
    display:block;
}

.listing_sites_article{
    margin-left: 20px;
}


.listing a{
    font-size: 12px;
}

.listing_code input {
	width: 50px;
	text-align: right;
	padding-right: 5px;
	height: 12px;
	font: 12px verdana;
}

.listing{
    clear: left;
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
}

.listing_pair{
    background-color: #FFF;
float: left;
font-size: 14px;
    display: block;
}

.listing_pair:hover{
	background-color: #FDD;
}

.listing_impair:hover{
	background-color: #FDD;
}

.listing_impair{
    background-color: #FFD;
float: left;
font-size: 14px;
    display: block;
}

.listing_code{
    float: left;
    display: block;
    width: 70px;
    margin-right: 20px;
    text-align: right;
}

.listing_details{
    float: left;
    margin-right: 16px;
    display: block;
    width: 16px;
}

.listing_description{
float: left;
    display: block;
    width: 420px;
    text-align: left;
}

.listing_prix{
float: left;
    display: block;
    width: 80px;
    text-align: right;
    padding-right: 20px;
}

.listing_prixPromo{
    margin: 0px;
    padding: 0px;
    display: inline;
    float: right;
    text-align: right;
    font-size: 11px;
}

.listing_legende span{
    font-size: 12px;
    font-style: italic;
    margin-bottom: 5px;
}

.listing_total_ligne{
    float: left;
    display: block;
    text-align: right;
    width: 178px;
}

.listing_total_gal{
    font-size: 16px;
    width: 820px;
    float: left;
    text-align: right;
}


.panier_court{
	font-family: fixed;
	text-align: justify;
	font-size: 10px;
}

.ted_bouton{
    height: 14px;
    margin-left: 5px;
    margin-right: 5px;
    width: 120px;
    border: 1px solid #DDD;
    background: #AAA;
    float: left;
    font-size: 11px;
    text-align: center;
    z-index: 99;
    display: block;
}

/* DOCUMENTS */
.liste_documents{
    float: left;
    height: 80px;
    width: 150px;
    margin-right: 10px;
}


/* IMAGES */

.ted_images_miniatures {
    background: transparent;
    text-align: left;
}


.ted_images_miniatures a{
    padding-top: 10px;
    background: transparent;
    text-align: center;
    font-size: 0.77em;
}


.ted_images_miniatures a:hover{
    background: transparent;
}

.ted_images_miniatures a:hover span{
    background-color: #86A5E2;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #DDD;
}

.select {
  text-transform: uppercase;
}

#ted_menu_langues {
	float: right;
	padding-top:8px;
	padding-right:20px;
	}
	
#ted_menu_langues a img{
	margin-right: 10px;
	opacity: 0.3;
}

#ted_menu_langues>a:hover{
	background: transparent;
}

#ted_menu_langues a:hover img {
	opacity: 1;
}



	
	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #86a5e2;
	}
	
	.ac_match {
		text-decoration: underline;
		color: black;
	}
	




