
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
/*	font-size: 62.5%; */
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #829CF4;
	color: #5A5A50;
	font: normal 1.3em Georgia,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}


/* 
   Typography 
------------------------------------------------------------------- */

p.date{
	color: #55F;
}

h1 {font: normal 3em Georgia,sans-serif;}
h2 {font: normal 2.2em Georgia,sans-serif;}
h3 {font: normal 2em Georgia,sans-serif;}
h4 {font: normal 1.8em Georgia,sans-serif;}
//h5 {font: normal 1.6em Georgia,sans-serif;}
h6 {font: bold 1.2em Georgia,sans-serif;}

h1,h2,h3,h4,h6 {margin-bottom: 0.2em;}

h5 {
  margin:1.5em 0 .75em;
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
  color:#777;
}


blockquote {
	background: #F6F6F2 url('img/backgrounds_bc.gif') no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: url('img/grain_dark_bc.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: url('img/grain_light_bc.gif');
	border: 1px solid #DDC;
}


table.fd_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	margin-left: 10px;
	width: 550px;
}
table.fd_table th {
	background: url('img/grain_dark_bc.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.fd_table tr {border-bottom: 1px solid #DDD;}
table.fd_table td, table th {padding: 10px;}
table.fd_table td {
	background: url('img/grain_light_bc.gif');
	border: 1px solid #DDC;
}

table.sond_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.sond_table th {
	background: url('img/grain_light_bc.gif');
	border: 1px solid #CCB;
	color: #49B;
	padding: 6px;
	text-align: left;
}
table.sond_table tr {border: none }
table.sond_table td, table th {padding: 4px;}
table.sond_table td {
	background: url('img/grain_light_bc.gif');
	border: none;
}

table.sdex_table {
//	border: 1px	table-border-color-light #000000;
//	table-border-color-dark: #CFFEFB;
	border: 0px;
	margin-bottom: 2em;
	cellpadding: 2;
	cellspacing: 0;
}
table.sdex_table th {
	background: #b0c4de;
	color: #222222;
	padding: 6px;
	text-align: left;
}
table.sdex_table td {
	background: #87CEEB;
	border: 0;
	color: #222222;
	padding: 6px;
}


/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: url('img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background: url('img/grain_light.gif');
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a {color: #543;}
a:hover {
	color: #C40;
	text-decoration: underline;
}
/* ad
*/
a:link.orange {color:#C40; text-decoration: none; }
a:hover.orange {color:#543;text-decoration: underline; }
a:visited.orange {color:#C40; text-decoration: none; }

a:link.bleu {color:#49C; text-decoration: none; }
a:hover.bleu {color:#795;text-decoration: underline; }
a:visited.bleu {color:#49C; text-decoration: none; }

a:link.dorange {color:#B34; text-decoration: none; }
a:hover.dorange {color:#543; text-decoration: underline; }
a:visited.dorange {color:#B34; text-decoration: none; }

a:link.dsorange {color:#B34; text-decoration: none; font-size: 125%;}
a:hover.dsorange {color:#543; text-decoration: underline; font-size: 125%;}
a:visited.dsorange {color:#B34; text-decoration: none; font-size: 125%;}

a:link.typesd {color:#501; text-decoration:none;}
a:visited.typesd {color:#501; text-decoration:none;}
a:active.typesd {color:#F03; text-decoration:none;}
a:hover.typesd {color:#F03; text-decoration:none;}

/* 
   Forms 
------------------------------------------------------------------- */

fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
        font-size: 10;
	padding: 1px;
}

input.button {
	background: #E9E8E8 url('img/backgrounds_bc.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input.clrb {
	background: none;
	border: none;
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
}
input.lilbutton {
	background: #E9E8E8 url('img/backgrounds_bc.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 1px;
	padding: 3px;
	width: auto;
}
input.litbutton {
	background: #E9E8E8 url('img/backgrounds_bc.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #666;
	cursor: pointer;
	font: normal 0.9em Verdana,sans-serif;
	margin-top: 1px;
	padding: 3px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.lilbutton:hover,input.button:focus,input.lilbutton:focus {background: #FFFFF5;}
input.button:hover, input.button:focus, input.lilbutton:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row {
	background: url('img/grain_light_bc.gif');
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: url('img/grain_dark_bc.gif');
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px; color:#478EAB;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   Images 
------------------------------------------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

.left {float: left;}
.center {float: center;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */



.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center_wrapper {
	margin: 0 auto;
	width: 855px;
}


#header {
	background: #A3C3E9 url('img/backgrounds_bc.gif') repeat-x 0 0;
	padding-top: 8px;
}


/* Toplinks */
#toplinks {
	background: #353530 url('img/toplinks_bc.gif') no-repeat left top;
	color: #554;
	float: right;
	font-size: 0.9em;
	height: 27px;
	width: 230px;
}
#toplinks_inner {
	padding-top: 3px;
	text-align: center;
}

#toplinks a { color: #FFF000;}

#toplinks a:hover {color: #DDC;}


/* Site title */
#site_title {
	color: #876;
//	color: #FFF000;
	padding: 0 0 16px;
}
#site_title a {
	color: #FFF;
	color: #C40;
	text-decoration: none;
}
#site_title a:hover {color: #FFB;}
/* #site_title h1 span {color: #CCB;} */
#site_title h1 span {color: #67AECB;}


/* Navigation */
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation, #navigation a {background: #829CF4 url('img/backgrounds_bc.gif') repeat-x 0 -222px;}
#navigation a {
	border-right: 1px solid #AFA69C;
/*	color: #654;*/
	color: #478EAB;
	float: left;
	font: bold 1em Georgia,Tahoma,sans-serif;
	margin-right: 1px;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
}
#navigation li:first-child a {border-left: 1px solid #AFA69C;}
#navigation a:hover,#navigation li.current_page_item a {
	background-position: 0 -294px;
/*	color: #543;*/
	color: #C40;
}


/* menu */

#sdmenu {
      float:left;
      width:100%;
      background:#D5D0BA url("img/bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
#sdmenu ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
#sdmenu li {
    float:left;
    background:url("img/norm_left.gif")
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }
#sdmenu a, #sdmenu strong, #sdmenu span {
    display:block;
    background:url("img/norm_right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    }
#sdmenu #current {
    background-image:url("img/norm_left_on.gif");
    }
#sdmenu #current a {
    background-image:url("img/norm_right_on.gif");
    padding-bottom:5px;
    }
#sdmenu a {
    float:left;
    display:block;
    background:url("img/norm_right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#765;
    }
  /* Le hack de l'antislash commenté
     cache cette règle à IE5-Mac \*/
  #sdmenu a {float:none;}
  /* End IE5-Mac hack */


/* Main */
#main_wrapper_outer {background: url('img/grain_bc.gif');} 
#main_wrapper_inner {
	background: url('img/main_wrapper_inner_bc.gif') repeat-x left top;
	line-height: 1.4em;
	padding: 24px 0;
}
#main {
	font: normal 0.9em Verdana,sans-serif;
	width: 640px;
}
#mainlarge {
	font: normal 0.9em Verdana,sans-serif;
	width: 750px;
	margin-left: 3em;
}

#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
/*  #main ul li {list-style: disc;} */
#main ol li {list-style: decimal;}
/* #main li {padding: 2px 0;} */

#mainlarge ol, #main ul {margin: 0 0 1.2em 1.6em;}
#mainlarge ol li {list-style: decimal;}

/* Left Sidebar */
#lsidebar {
	color: #665;
	width: 165px;
	border-right: 1px solid #CCB;
}

#lsidebar a {color: #665;}
#lsidebar a:hover {color: #C40;}
#lsidebar li {
	color: #887;
	padding: 5px 0;
}
#lsidebar li {border-top: 1px dashed #C6C6B6;}
#lsidebar li a:hover {
	color: #A32;
	text-decoration: underline;
}

#lsidebar li {
 font-family: Arial, sans-serif;
 font-size: 100%;
// color: black;
 display : list-item;
 list-style-image : url(img/menu-icon-bk.gif);
}
#lsidebar li.current a {
	color: #A11;
	text-decoration: none;	
}
#lsidebar li.other a { 
	text-decoration: none;
	color: #999999;
}
#lsidebar li.mains a {
	color: #478EAB;
	font: 1em;
	font-weight: bold;
	text-decoration: none;
}
#lsidebar li.mains a:hover, #lsidebar li.other a:hover {
	color: #A32;
	text-decoration: underline;
}

/* Sidebar */
#sidebar {
	color: #665;
	width: 286px;
	border-left: 1px solid #CCB;
}
#sidebar_content {padding-left: 25px;}
#sidebar a {color: #665;}
#sidebar a:hover {color: #C40;}


/* Dashboard */
#dashboard {
	background: #DDD url('img/grain_dark_bc.gif');
	border-top: 1px dashed #C0C0B0;
}
#dashboard_content {padding: 16px 0 22px;}

#dashboard .col3 {width: 255px; color:#bb5555;}
#dashboard .col3mid {width: 337px; color:#bb5555;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	padding: 0 20px;
	margin: 0 20px;
}

#dashboard li {
	color: #887;
	padding: 5px 0;
}
#dashboard li {border-top: 1px dashed #C6C6B6;}
#dashboard li a {
	color: #C40;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #332;
	text-decoration: underline;
}


/* Footer links */
#footer {
	color: #AA9;
	padding: 12px 0;
}
#footer a {color: #BBA;}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {color: #CCB;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}
.post_title a,.post_date a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	color: #777;
	margin-bottom: 14px;
}
.post_date a {color: #444;}
.post_body { text-align: justify; }
.post_body_article {color: #111111; text-align: justify;}
.post_body_color {color: #bb5555; text-align: justify;}
.post_body_color_large {color: #bb5555; text-align: justify; 	font-size: 1.3em;}

.enlumi { 
float: left; /* positionnement de la lettrine dans le conteneur*/ 
font-size: 3.2em; /* 3 hauteurs de lignes pour la lettrine*/ 
 
font-weight: bold; 
font-family: Georgia, Times New Roman, Times, serif; 
color: #EE1111; 
border: 1px solid #990000; /* définition d'une bordure autour de la lettrine*/ 
background-color: #FFFFCC;  
margin: 2px; 
padding: 2px; 
line-height: 1em; 
}

.lettrine { 
float: left; /* positionnement de la lettrine dans le conteneur*/ 
font-size: 3.2em; /* 3 hauteurs de lignes pour la lettrine*/ 
 
font-weight: bold; 
font-family: Georgia, Times New Roman, Times, serif; 
color: #EE1111; 
border: 0;
background-color: ;  
margin: 2px; 
padding: 2px; 
line-height: 1em; 
}

.post_meta {
	background: url('img/grain_light_bc.gif');
	border: 1px solid #E5E5D5;
	color: #776;
	font-size: 0.9em;
	padding: 8px 10px;
}
.post_meta a {color: #665;}
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 1em;}
.archive_post_date {
	background: url('img/grain_light_bc.gif');
	border-bottom: 1px solid #C5C5B5;
	border-right: 1px solid #CFCFBF;
	float: left;
	margin-right: 12px;
	padding: 3px 0 5px;
	text-align: center;
	width: 44px;
}
.archive_post_day {font: normal 1.8em Georgia,serif;}
.archive_post_month {color:#DD2222}



/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background: url('img/grain_dark.gif');
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C6C6BA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em;}
.box_title {
	background: url('img/grain_dark_bc.gif');
	color: #478EAB;
	font-weight: bold;
	padding: 5px 8px;
}
.box_content {padding: 8px 0 8px; 	text-align: justify;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}



/* 
   logo
------------------------------------------------------------------- */

.logo {margin-bottom: 1.5em; padding: 0 0 0;}
.logo img {	border: 0; background: none; align: left; margin: 0 0 40px 0px;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6C6; 
	margin: 1em 0 2em;
}


.comment {
	border-bottom: 1px solid #D6D6C6;
	padding-top: 10px;
}
.comment_date {
	font-size: 0.9em;
	padding-top: 4px;
	color: #FF8800;
}
.comment_date a {
	color: #665;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}
.comment_author {
	padding-top: 3px;
	color: #C40;
	font-weight: bold;
}
.comment_author a {
	color: #C40;
	text-decoration: bold;
}

/*
   1001-votes.com added
*/
.littleinput {
       font-family: Verdana;
       font-style: normal;
       font-size: 10;
      }
textarea {
       border:1px solid #6A2300; font-family: Verdana;
       font-style: normal;
       font-size: 10;
       
      }
select {
       border:1px solid #333333; font-family: Verdana;
       font-style: normal;
       font-size: 10;
       background-color:#87CEEB
      }
/*img {
   border : 0;
}
*/

/*
navigation sondages - princip
*/
#tabnav{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #336;
}
#tabnav li {
margin : 0;
padding: 0;
display: inline;
list-style-type: none;
}
#tabnav a:link, #tabnav a:visited{
float: left;
font-size: 12px;
line-weight: bold;
margin : 0 10px 4px 10px;
text-decoration: none;
color: #336;
}
#tabnav li.active a:link, #tabnav li.active a:visited, #tabnav a:hover{
border-bottom: 4px solid #A33;
padding-bottom: 2 px;
background: url('img/grain_bc.gif');
color: #336;
}
#tabnav a:hover{
color: #669;
}


/* Fd nav

a:link.menul2 {color:#111111; text-decoration:none;font-family: verdana;font-size: 10px;text-align : left; font-weight:none;}
a:visited.menul2 {color:#111111; text-decoration:none;font-family: verdana;font-size: 10px;text-align : left;font-weight:none;}
a:active.menul2 {color:#111111; text-decoration:none;font-family: verdana;font-size: 10px;text-align : left;font-weight:none;}
a:hover.menul2 {color:#EE1111; text-decoration:none;font-family: verdana;font-size: 10px;text-align : left;font-weight:none;}

a:link.menul3 {color:#991111; text-decoration:none;font-family: verdana;font-size: 10px;text-align : left; font-weight:bold;}
a:visited.menul3 {color:#991111; text-decoration:none;font-family: verdana;font-size: 10px;text-align : left;font-weight:bold;}
a:active.menul3 {color:#991111; text-decoration:none;font-family: verdana;font-size: 10px;text-align : left;font-weight:bold;}
a:hover.menul3 {color:#EE1111; text-decoration:none;font-family: verdana;font-size: 10px;text-align : left;font-weight:bold;}


/* 
   IE float/background fixes
------------------------------------------------------------------- */

.legend, blockquote, #sidebar {min-height: 0.01%;}


.ar-or{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 0; width: 19px; height: 19px; } 
.arrow-down{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -69px; width: 32px; height: 32px; } 
.arrow-right{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -151px; width: 32px; height: 32px; } 
.arrow-transfer{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -233px; width: 32px; height: 32px; } 
.blogger{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -315px; width: 32px; height: 32px; } 
.chat-conversation{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -397px; width: 32px; height: 32px; } 
.chat-quote{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -479px; width: 32px; height: 32px; } 
.chat-quotes{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -561px; width: 32px; height: 32px; } 
.circle-alert{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -643px; width: 32px; height: 32px; } 
.circle-check{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -725px; width: 32px; height: 32px; } 
.circle-delete{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -807px; width: 32px; height: 32px; } 
.circle-minus{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -889px; width: 32px; height: 32px; } 
.circle-plus{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -971px; width: 32px; height: 32px; } 
.circle-refresh{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -1053px; width: 32px; height: 32px; } 
.computer{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -1135px; width: 32px; height: 32px; } 
.enus{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -1217px; width: 22px; height: 13px; } 
.facebook{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -1280px; width: 32px; height: 32px; } 
.feed{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -1362px; width: 8px; height: 8px; } 
.gears{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -1420px; width: 32px; height: 32px; } 
.googadd{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -1502px; width: 104px; height: 17px; } 
.graph-up{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -1569px; width: 32px; height: 32px; } 
.heart-add{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -1651px; width: 32px; height: 32px; } 
.home{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -1733px; width: 32px; height: 32px; } 
.lock-closed{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -1815px; width: 32px; height: 32px; } 
.mail-check{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: 0 -1897px; width: 32px; height: 32px; } 
.mail-minus{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px 0; width: 32px; height: 32px; } 
.mail-plus{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -82px; width: 32px; height: 32px; } 
.mail{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -164px; width: 32px; height: 32px; } 
.pencil{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -246px; width: 32px; height: 32px; } 
.rss{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -328px; width: 32px; height: 32px; } 
.search{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -410px; width: 32px; height: 32px; } 
.star-half{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -492px; width: 32px; height: 32px; } 
.star-none{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -574px; width: 32px; height: 32px; } 
.star{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -656px; width: 32px; height: 32px; } 
.temp1{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -738px; width: 10px; height: 10px; } 
.temp2{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -798px; width: 10px; height: 10px; } 
.twitter-a{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -858px; width: 61px; height: 23px; } 
.twitter{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -931px; width: 32px; height: 32px; } 
.user-add{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -1013px; width: 32px; height: 32px; } 
.user-admin{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -1095px; width: 32px; height: 32px; } 
.user-alert{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -1177px; width: 32px; height: 32px; } 
.user-check{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -1259px; width: 32px; height: 32px; } 
.user-delete{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -1341px; width: 32px; height: 32px; } 
.user-female{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -1423px; width: 32px; height: 32px; } 
.user-male{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -1505px; width: 32px; height: 32px; } 
.user-mystery{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -1587px; width: 32px; height: 32px; } 
.yaadd{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -1669px; width: 91px; height: 17px; } 
.zoom-in{float:left; background:url(img/i14.png) no-repeat -35px 0; background-position: -154px -1736px; width: 32px; height: 32px; } 

.troic{float:left;
width:210px;
height:30px;
margin:5px;
}
