/*
----------------------------------------------------
  Feuille de style CSS                             |
  pour la zone d'administration de cms-gen         |
  Gabarit extensible en largeur                    |
                                                   |
  Date: 18-03-2008                                 |
  Maj : 12-05-2010                                 |
  Realisation: Martin Coste                        |
----------------------------------------------------
 */

body{
 color:#666666;
 background-color:#ffffff;
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:85%;
 padding:12px;
 margin:0;
}

h1{color:#666666; background-color:transparent;border-bottom:2px solid #666666;}
h2{color:#666666; background-color:transparent;border-bottom:1px solid #666666;}
h3{color:#666666; background-color:transparent;border-bottom:1px dotted #666666;}
h4{color:#666666; background-color:transparent;}
h5{color:#000000; background-color:transparent;}
h6{color:#000000; background-color:transparent;}

h1 b{color:#ce6219; background-color:transparent;}
h2 b{color:#ce6219; background-color:transparent;}
h3 b{color:#ce6219; background-color:transparent;}
h4 b{color:#ce6219; background-color:transparent;}

a:link {color:#cc6600; background-color:transparent; text-decoration:none;}
a:visited {color:#cc6600; background-color:transparent; text-decoration:none;}
a:active {color:#2a5a8a; background-color:transparent; text-decoration :none;}
a:hover {color:#2a5a8a; background-color:transparent; text-decoration:underline;}

textarea, pre {
 -moz-tab-size:2;
 -o-tab-size:2;
 -webkit-tab-size:2;
 tab-size:2;
}

/* -------------------------- Table ---------------------------- */

table{
 width:99%;
 font-size:100%;
 border-collapse: collapse;
 border-spacing: 0px;
}

th{
 margin:0;
 padding:0.2em 0.4em;
 color:inherit;
 background-color:#C0DCE8;
 border:1px solid #e0e0e0;
}
tbody th{text-align:left;}

td{
 margin:0;
 padding:0 0.4em;
 color:inherit;
 background-color:#d9ecf2;
 border:1px solid #e0e0e0;
 height:1.7em;
}

td p{font-size:1em;}

td input,td textarea{
 margin:0.2em 0;
/* color:inherit;
 background-color:#ecf4f6; */
}

tbody ul{padding-left:1.2em;list-style-image: url('carre_gris.gif');}
tbody li:hover{list-style-image: url('fleche5_g_grs.gif');}

/* --------------- TR Alterne couleurs ----------------- */
.l1, tr.l1 td{color:inherit;background-color:#d9ecf2;}
.l2, tr.l2 td{color:inherit;background-color:#E9F4F8;}


/* --------- Table "listUsers" et "listGroups" --------- */
.listUsers{
 clear: right;
 margin-bottom: 10px;
}
.listUsers thead th,
.listGroups thead th{
 text-align:left;
}
.listUsers td,
.listGroups td{
 height:2.3em;
}
.listUsers img,
.listGroups img{
 vertical-align:middle;
 margin-left:4px;
 margin-right:4px;
}


/* --------------------- Class DBM --------------------- */
table.DBMlist{
 clear:right;
}

.DBMlist th{
 text-align:left;
}
.DBM_td_action,
.DBM_td_edit,
.DBM_td_delete,
.DBM_td_chekbox{
 width:20px;
 margin-left:auto;
 margin-right:auto;
}
.DBM_td_chekbox{
 text-align:center;
}
.DBM_td_submit{
 color:inherit;
 background-color:#ffffff;
 border:none;
 text-align:center;
}
.DBM_submit{
 height:22px;
 cursor:pointer;
 margin-top:1em;
 margin-bottom:1em;
 padding:0 0.1em 0.2em 0.1em;
 background-image:url('gris_20.jpg');
 background-repeat:repeat-x;
 color:#333333;
 background-color:inherit;
 border-top:1px solid #cccccc;
 border-right:1px solid #000000;
 border-bottom:1px solid #000000;
 border-left:1px solid #666666;
 text-decoration:none;
}
.DBM_mssg_ok{
 padding:5px 10px;
 border:1px solid #00FF00;
 color:inherit;
 background-color:#B7FFB7;
}
.DBM_linksBottom{
 clear:right;
}
/* -------- JQuery: DataTables plugin -------- */
/* --------------- Pagination ---------------- */
div.dataTables_wrapper{
	height:25px;
	margin-bottom:8px;
}
.top div.dataTables_length{
 width:180px;
 float:left;
}
div.dataTables_filter{
 margin: 0 12px 15px 0;
 text-align: right;
}
div.dataTables_filter input{
 padding:3px;
}
.filterActive{color:#000000;background-color:#afd8ae;}
.filterNotFound{color:#000000;background-color:#FF9F9F;}

.top div.dataTables_filter{
 width:230px;
 float:left;
 /*margin-left:25px;*/
 margin-bottom:5px;
}
.top div.dataTables_paginate{
 float:right;
 margin-right:10px;
 text-align:right;
}

.bottom div.dataTables_paginate{
 width:50%;
 float:right;
 margin-top:8px;
 margin-right:10px;
 text-align:right;
}
.bottom div.dataTables_info{
 width:40%;
 float:left;
 margin-top:5px;
}

.sorting {
 background-image: url('sort_both.gif');
 background-repeat: no-repeat;
 background-position: 90% 50%;
 cursor:pointer;
}
.sorting_asc{
 background-image: url('sort_up.gif');
 background-repeat: no-repeat;
 background-position: 90% 50%;
 cursor:pointer;
}
.sorting_desc{
 background-image: url('sort_down.gif');
 background-repeat: no-repeat;
 background-position: 90% 50%;
 cursor:pointer;
}

.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_button_inactive {
 color:inherit;
 background-color:#DDDDDD;
}
.paging_full_numbers span.paginate_active, .paging_full_numbers span.paginate_button_inactive {
 color:#CC6600;
 background-color:#FFFFFF;
 font-weight:bold;
 cursor:auto;
}
.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_button_inactive, .paging_full_numbers span.paginate_active {
 -moz-border-radius:5px 5px 5px 5px;
 border:1px solid #AAAAAA;
 cursor:pointer;
 margin:0 3px;
 padding:1px 3px;
}
span.paginate_button_inactive, span.paginate_active {
 cursor:auto !important;
}


/* -------------------- Toggle Edit Content ------------------------- */
.toggleEditContent{
 right:25px;
 position:absolute;
}


/* ------------------------ Formulaires ----------------------------- */

fieldset{
 margin:1em 0 0 0;
 padding:0em 0.8em 0.5em 0.8em;
 border:1px solid #ccc;
 color:inherit;
 background-color:#f5f5f1;
}
legend{
 padding:0 0.7em;
 font-weight:bold;
}
input{
 padding-left:0.1em;
 cursor:auto;
}

/* ------------ #formsearch ------------- */

#formsearch{
 text-align:right;
 float:right;
 width:14.5em;
 padding:4px 4px 0 0;
}

/* ----------- .formcontact ------------ */

.formcontact{
 margin:0 auto;
 width:32em;
 padding:0 1.2em 0.75em 1.2em;
 color:inherit;
 background-color:#f0f0f0;
 border-top:1px solid #cccccc;
 border-right:1px solid #000000;
 border-bottom:1px solid #000000;
 border-left:1px solid #cccccc;
 text-align:center;
}
.formcontact fieldset{
 margin-top:1em;
 padding:1em 0.75em 0 0.75em;
 color:#CC6600;
 background-color:#f0f0f0;
 border:1px solid #cccccc;
}
.formcontact legend{
 padding-left:0.5em;
 padding-right:0.5em;
 font-weight:bold;
 color:#666666;
 background-color:#f0f0f0;
}
.formcontact label{
 margin-bottom:0.3em;
 padding:0.1em 0 0.1em 0.2em;
 float:left;
 width:13em;
 color:#666666;
 background-color:#f0f0f0;
}
.formcontact label.tfvHighlight{color:#CC6600;background-color:#f0f0f0;}

.formcontact select{
 margin-bottom:0.3em;
 padding:0.2em 0 0.2em 0.2em;
 width:15.5em;
}
.formcontact input{
 margin-bottom:0.3em;
 padding:0.2em 0 0.2em 0.2em;
 width:15em;
}
.formcontact input.formsubmit{
 margin:1em auto 0.5em auto;
 padding:0.2em 0 0.2em 0.2em;
}


/* --------- .formsubmit ------------ */
.formsubmit{
 height:22px;
 cursor:pointer;
 margin-top:0.5em;
 margin-bottom:1em;
 padding:0 0.1em 0.2em 0.1em;
 background-image:url('gris_20.jpg');
 background-repeat:repeat-x;
 color:#333333;
 background-color:inherit;
 border-top:1px solid #cccccc;
 border-right:1px solid #000000;
 border-bottom:1px solid #000000;
 border-left:1px solid #666666;
 text-decoration:none;
}


/* ----------------------- class divers ----------------------- */

.tfvHighlight{color:#CC6600;background-color:inherit;} /* validator.js */
.txtinherit{color:inherit;background-color:inherit;}
.txtrge{background-color:inherit; color:#CC3300 ! important;}
.txtorng{background-color:inherit; color:#ce6219 ! important;}
.txtcolor{background-color:inherit; color:#ce6219 ! important;}
.txtvrt{background-color:inherit; color:#006600 ! important;}
img{/* margin:0;padding:0.5em; */ border:none;}
abbr{cursor:help;border-bottom: #000000 1px dotted ! important;}


/* ------------------------- Calendrier ------------------------ */

#calendrier caption{
 margin-top:1.5em;
 padding:0 2px;
}
#calendrier table{
 margin:1em auto;
 text-align:center;
}
#calendrier th,
#calendrier td{
 width:23px;
 margin:0;
 padding:2px;
 text-align:center;
 border:1px solid #e0e0e0;
}
#calendrier th{
 color:#ce6219;
 background-color:#C0DCE8;
 font-weight:bold;
}
.jour a{
 color:#666666;
 background-color:inherit;
}
.jourselect a{
 color:#ce6219;
 background-color:inherit;
 font-weight:bold;
}
.weekend a{
 color:#666666;
 background-color:inherit;
 font-weight:bold;
}

#boutons{
 margin:auto;
 text-align:center;
}


/* ---------------------- id bandeau et logos ---------------- */

#bandeau{
 width:100%;
}
#bandeau img{
	padding:0;
	margin:0;
}
#bandeau .blocdrte { width:200px; }

#logohg{
 float:left;
 margin-top:25px;
 margin-left:20px;
 left:20px;
}
#logohd{float:right;right:0px;}
.sitename p{
 clear:left;
 font-weight: bold;
 font-size:0.8em;
}


/* ------------------------- id et class tete ----------------- */

#tete{
 margin-top:7px;
}
#tetegche{
 float:left;
 width:65%;
 color:inherit;
 background-color:inherit;
 text-align:left;
}
#tetedrte{float:right;width:33%;}
.txttetegche{
 margin-top:6px;
 padding-left:0.5em;
 color:#906;
 background-color:inherit;
 font-size:0.75em;
}
.txttetedrte{
 margin-top:6px;
 padding-right:0.5em;
 color:#906;
 background-color:inherit;
 font-size:0.75em;
 text-align:left;
}
#chemindefer{padding-left:15px;}
#chemindefer li{
 display: inline;
 padding-left:10px;
 padding-right:6px;
 color: #7d7d7d;
 background-color:inherit;
 background-image: url('fleche_g_grs.gif');
 background-repeat: no-repeat;
 background-position: 0px 4px;
 font-weight: bold;
}


/* ------------------------- id colonnes --------------------- */

#colgche{
 float:left;
 width:180px;
 padding:0.5em;
 padding-left:0;
 z-index:0;
}
#colgche h3{margin:0;padding-left:0.8em;font-size:1.2em;}
#colgche dl{margin:0;padding:0;}

/* #colgche form */
#colgche form{
 font-size:0.9em;
 margin-bottom:0em;
}
#colgche form p{
 margin:0;
 padding-top:0.5em;
 text-align:center;
 font-size:0.7em;
}
#colgche form span{
 margin-left:0.9em;
 padding-left:0.1em;
}
#colgche form label{
 line-height:2em;
 margin-left:1em;
 padding:0em;
}
#colgche form select,
#colgche form input[type=text],
#colgche form input[type=password]{
 margin-left:0.9em;
 padding-left:0.1em;
 cursor:auto;
}
#colgche form input[type=submit]{
 margin:0.5em;
}


#colctre{
 margin:0 200px 0 200px;
 padding:0 0.8em 0.5em 0.8em;
 font-size:0.95em
}
#coldrte{
 clear:both;
 float:right;
 right:0;
 width:180px;
 margin-top:0px;
 padding:0.5em;
 padding-right:0;
}

/* ---------------------- Menu langues --------------------- */
.menulang{
 margin-top:5px;
 font-size:1.0em;
 font-weight:bold;
}
.menulang a,.menulang a:hover{
 text-decoration:none;
}


/* ----------------------- Menu onglet --------------------- */

.navonglet *{
 margin:0;
 padding:0;
}
.navonglet{
 clear:both;
 margin-top:0.75em;
 width:100%;
 height:20px;
 color:#4b4b4b;
 background-color:inherit;
 background-image:url('blu_grs_30.jpg');
 background-repeat:repeat-x;
 border:solid 1px #666666;
}
.navonglet ul{list-style-type:none;white-space:nowrap;}
.navonglet ul li{
 float:left;
 position:relative;
 top:0px;
 background-image:url('blu_clr_30.jpg');
 background-repeat:repeat-x;
 border-left:solid 1px #cccccc;
 border-right:solid 2px #666666;
 z-index:1;
 padding:0;
}
.navonglet ul li:hover{background-image:url('org_30.jpg');background-repeat:repeat-x;}
.navonglet ul li a{
 font-size:11px;
 height:20px;
 line-height:20px;
 padding:0 10px 0 10px;
 text-decoration:none;
 font-weight:bold;
}
.navonglet ul li:hover a{
 color:#666666;
 background-color:inherit;
 text-decoration:none;
}
.navonglet ul li:hover ul{
 position:absolute;
 width:10.0em;
 top:29px;
 left:0;
 margin-top:0.1em;
 display:block;
 font-size:0.9em;
 white-space:normal;
 z-index:1;
}
.navonglet ul li:hover ul li a{
 display:block;
 width:10.0em;
 height:auto;
 line-height:1.0em;
 margin-left:-2px;
 padding:0.2em 0.6em 0.2em 0.6em;
 border-left:solid 1px #999;
 border-bottom: solid 1px #999;
 color:inherit;
 background-color:#C0DCE8;
 font-weight:normal;
}
.navonglet ul li:hover ul li a:hover{
 text-decoration:none;
 color:inherit;
 background-color:#cccccc;
}
.navonglet ul li ul{display:none;border:none;}

#ongletactif[id]{background-image:url('org_30.jpg');background-repeat:repeat-x;}
#ongletlienactif[id]{
 color:#666666;
 background-color:inherit;
 text-decoration:none;
}


/* ----------------------- Menu gauche ----------------------- */

#navgche{font-size:0.9em;}
#navgche h3{padding:0 0.75em 0.5em 0.75em;color:#cc6600;background-color:#C0DCE8;border-bottom:solid 1px #b1c4cb;}
#navgche dl{padding-left:0.75em;padding-top:0.5em;}
#navgche dt a, #navgche dt a:visited {
 display:block;
 padding:0.2em 0 0.2em 0.3em;
 border:none;
 text-decoration:none;
 color:#CC6600;
 background-color:inherit;
 font-weight:bold;
}
#navgche dt a:hover, #navgche dl dd a:hover{color:#666666;background-color:inherit;}
#navgche dt b{padding-left:0.35em;}
#navgche dd a, #navgche dd a:visited {
 display:block;
 padding:0.1em 0 0.1em 1em;
 border:none;
 font-weight:normal;
 text-decoration:none;
 color:#CC6600;
 background-color:inherit;
}
#navgche ul{list-style-type:none;white-space:nowrap;}


/* -------------------- id et class contenu --------------- */

#mainContent{
clear:both;
margin-top:12px;
}

.corps{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:1em;position:relative;}

.corps p{margin:0.2em 0 0.5em 0;}
.corps h2{margin:1em 0 0.2em 0;}
.corps ul{
 padding-left:1.3em;
 color:#666666;
 background-color:inherit;
 list-style-image: url('carre_gris.gif');
}

.titrepage{margin-top:0;margin-bottom:0.75em;padding-top:0;}

.boxcoldrte h3{padding:0 0.75em 0.5em 0.75em;color:#cc6600;background-color:#C0DCE8;border-bottom:solid 1px #b1c4cb;}
.boxcoldrte p{padding:0.75em 0.75em 0.3em 0.75em;font-size:0.9em;}
.boxliens h3{padding:0 0.75em 0.5em 0.75em;color:#cc6600;background-color:#d9dce3;border-bottom:solid 1px #cccccc;}
.boxliens p{padding:0.75em 0.75em 0.3em 0.75em;font-size:0.8em;text-align:justify;}

.boxstats{margin-top:1.5em;}
.boxstats p{
 padding:0.1em;
 color:inherit;
 background-color:#ecf4f6;
 border:1px solid #ccc;
}

.logocalendar{
 width:18px;
 margin:0;
 vertical-align:middle;
}
.logopassword{
 width:18px;
 margin:0;
 vertical-align:middle;
}

.listeimg{
clear:left;
padding-top:0.5em;
}
.listeimg img{
clear:left;
padding-left:0;
float:left;
}
#siteplan{
 margin-left:1.3em;
 list-style-type:none;
}
#siteplan li{
 padding-top:0.2em;
 padding-bottom:0.2em;
}
#siteplan li:hover{list-style-image: url('fleche5_g_org.jpg');}
#siteplan ul{
 padding-left:1.3em;
 list-style-image: url('carre_gris.gif');
}


/*------------------------ Boites de message ------------------------*/

.bt_mssg_infos{
 width:75%;
 margin:1em auto;
 padding:2em;
 color:inherit;
 background-color:#ecf4f6;
 border:1px solid #e0e0e0;
 font-size:1em;
 text-align:center;
 }
.bt_mssg_infos h3,
.bt_mssg_infos h4{
 margin-top:1em;
 margin-bottom:2em;
}
.bt_mssg_infos p{
 margin:1em auto 2em auto;
}

.bt_mssg_error{
 width:75%;
 margin:1em auto;
 padding:2em;
 color:inherit;
 background-color:#ecf4f6;
 border:1px solid #cd5f12;
 font-size:1em;
 text-align:center;
 }
.bt_mssg_error h3,
.bt_mssg_error h4{
 margin-top:1em;
 margin-bottom:2em;
 color:#cc3300;
 background-color:inherit;
}
.bt_mssg_error p{
 margin:2em auto 2em auto;
}

.bt_mssg_infos form,
.bt_mssg_error form{margin:2em auto;}

.mssgUserList{
 width:99.7%;
 height:1.6em;
 margin:0;
 padding:0;
 font-size:1.2em;
 text-align:center;
}
.mssgUserList img{
 margin:0;
 padding:0;
}


/* -------------------- Arrondir les <div> -------------------- */

.boiteronde{margin-bottom:1em;}
.bleu_clr_top{display:block; font-size:1px;}
.bleu_clr_bottom{margin-top:0em; padding-top:0em;display:block; font-size:1px;}
.bleu_clr_b1,.bleu_clr_b1b,.bleu_clr_b2,.bleu_clr_b3,.bleu_clr_b4{display:block; overflow:hidden;}
.bleu_clr_b1,.bleu_clr_b1b,.bleu_clr_b2,.bleu_clr_b3{height:1px;}
.bleu_clr_b2,.bleu_clr_b3,.bleu_clr_b4{color:inherit; background-color:#d9ecf2; border-left:1px solid #cccccc; border-right:1px solid #666666;}
.bleu_clr_b1,.bleu_clr_b1b{margin:0 5px;color:inherit; background-color:#d9ecf2;}
.bleu_clr_b1 {border-bottom:solid 1px #cccccc;}
.bleu_clr_b1b{border-top:solid 1px #666666;}
.bleu_clr_b2 {margin:0 3px; border-width:0 2px;}
.bleu_clr_b3 {margin:0 2px;}
.bleu_clr_b4 {margin:0 1px; height:2px;}
.bleu_clr_boxcontent {margin-bottom:0em; padding-bottom:0em; display:block; color:inherit; background-color:#d9ecf2; border-left:1px solid #cccccc; border-right:1px solid #666666;}

.bleu_fnc_top,.bleu_fnc_bottom{display:block; font-size:1px;}
.bleu_fnc_b1,.bleu_fnc_b1b,.bleu_fnc_b2,.bleu_fnc_b3,.bleu_fnc_b4{display:block; overflow:hidden;}
.bleu_fnc_b1,.bleu_fnc_b1b,.bleu_fnc_b2,.bleu_fnc_b3{height:1px;}
.bleu_fnc_b2,.bleu_fnc_b3,.bleu_fnc_b4{color:inherit;background-color:#C0DCE8; border-left:1px solid #cccccc; border-right:1px solid #666666;}
.bleu_fnc_b1,.bleu_fnc_b1b{margin:0 5px;color:inherit;background-color:#C0DCE8;}
.bleu_fnc_b1 {border-bottom:solid 1px #cccccc;}
.bleu_fnc_b1b{border-top:solid 1px #666666;}
.bleu_fnc_b2 {margin:0 3px; border-width:0 2px;}
.bleu_fnc_b3 {margin:0 2px;}
.bleu_fnc_b4 {margin:0 1px; height:2px;}

.gris_clr_top,.gris_clr_bottom{display:block; font-size:1px;}
.gris_clr_b1,.gris_clr_b1b,.gris_clr_b2,.gris_clr_b3,.gris_clr_b4{display:block; overflow:hidden;}
.gris_clr_b1,.gris_clr_b1b,.gris_clr_b2,.gris_clr_b3{height:1px;}
.gris_clr_b2,.gris_clr_b3,.gris_clr_b4{color:inherit; background-color:#ebebeb; border-left:1px solid #cccccc; border-right:1px solid #666666;}
.gris_clr_b1,.gris_clr_b1b{margin:0 5px;color:inherit; background-color:#ebebeb;}
.gris_clr_b1 {border-bottom:solid 1px #cccccc;}
.gris_clr_b1b{border-top:solid 1px #666666;}
.gris_clr_b2 {margin:0 3px; border-width:0 2px;}
.gris_clr_b3 {margin:0 2px;}
.gris_clr_b4 {margin:0 1px; height:2px;}
.gris_clr_boxcontent {display:block; color:inherit; background-color:#ebebeb; border-left:1px solid #cccccc; border-right:1px solid #666666;}

.gris_fnc_top,.gris_fnc_bottom{display:block; font-size:1px;}
.gris_fnc_b1,.gris_fnc_b1b,.gris_fnc_b2,.gris_fnc_b3,.gris_fnc_b4{display:block; overflow:hidden;}
.gris_fnc_b1,.gris_fnc_b1b,.gris_fnc_b2,.gris_fnc_b3{height:1px;}
.gris_fnc_b2,.gris_fnc_b3,.gris_fnc_b4{color:inherit;background-color:#d9dce3; border-left:1px solid #cccccc; border-right:1px solid #666666;}
.gris_fnc_b1,.gris_fnc_b1b{margin:0 5px;color:inherit;background-color:#d9dce3;}
.gris_fnc_b1 {border-bottom:solid 1px #cccccc;}
.gris_fnc_b1b{border-top:solid 1px #666666;}
.gris_fnc_b2 {margin:0 3px; border-width:0 2px;}
.gris_fnc_b3 {margin:0 2px;}
.gris_fnc_b4 {margin:0 1px; height:2px;}


/* ----------------------- id pied de page ------------------------ */

#pied{
 clear:both;
 float:left;
 width:100%;
 line-height:1.2em;
 margin-top:1em;
 margin-bottom:12px;
 padding:0.2em;
 color:#333;
 background-color:#C0DCE8;
 border:solid 1px #cccccc;
 font-size:1em;
}
#piedgche, .blocgche {
 float:left;
 width:220px;
 left:0;
 margin:0;
 padding:0.01em 0 0 0;
}
#piedctre, .blocctre{
margin:0 32% 0 32%;
 padding:0.01em 0 0 0;
 text-align:center;
 /*display:none;*/
}
#pieddrte, .blocdrte{
 float:right;
 right:0;
 width:220px;
 margin:0;
 padding:0.01em 0 0 0;
 text-align:right;
}
#piedgche, #piedctre, #pieddrte {font-size:0.9em;}
#pieddrte a img {padding:0;margin:0;}
.contentExplorer caption{ height:24px; }
/* td.lang_status{
	background-image:url('../../images/icons/translate.gif~26x26');
	background-repeat:no-repeat;
	background-position:center center;
} */
