* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	background: #FFFFFF url(http://illiweb.com/fs/img/bg_body.png) repeat-x;
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 1em;
	height: 100%;
	color: inherit;
}

img {
	border: none;
}

#content {
	width: 800px;
	text-align: left;
	min-height: 100%;
	height: auto !important; /* min-height IE */
	height: 100%; /* min-height IE */
	margin: 0 auto -69px; /* the bottom margin is the negative value of the footer's height */
}

/***********************************************
 *************** SUPERHEADER *******************
 ***********************************************/
#subheader {
	height: 100px;
	background: transparent url(http://illiweb.com/fs/img/web2.png) no-repeat scroll top right;
}

* html #subheader {
	overflow: hidden;
}

#subheader #green-act {
	margin: 4px 0px 0px 0px;
	float: left;
	position: relative;
}

#subheader a img {
	border: none;
}

#subheader .left {
	margin-left: 4px;
	position: relative;
}

#subheader p.h2 {
	font-family: Arial;
	font-size: 2.7em;
	font-style: italic;
	font-weight: normal;
	margin: 20px 0px 0px 9px;
}

#subheader p.h2 a {
	text-decoration: none;
	color: #00a5cd;
}

#subheader h1 a {
	text-decoration: none;
	color: #00a5cd;
}

#subheader h1 {
	color: #969696;
	font-size: 1em;
	margin: -8px 0px 0px 9px;
}

#subheader .blog_link {
	padding-top: 50px;
}

#subheader .blogh4 {
	font-size: 1.4em;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	margin: 0px 10px 0px 0px;
	font-family: Tahoma, arial, sans-serif;
	color: #00a5cd;
}

#subheader .blogh4 a {
	color: #00a5cd;
	text-decoration: none;
}

#subheader span.blogh2 {
	color: #00A5CD;
	font-weight: normal;
	font-size: 1.2em;
	background: url(http://illiweb.com/fs/img/puce_bleu.png) no-repeat scroll left;
	padding-left: 20px;
	margin: 6px 0 0px 30px;
}

#subheader .blogh2 {
	font-size: 0.8em;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	margin: 0px 10px 0px 0px;
	color: #969696;
}

#subheader .blogh2 a {
	color: #969696;
	text-decoration: none;
}

/*************************************************
 ******************** HEADER *********************
 *************************************************/
#header {
	height: 96px;
	background: url(http://im0.all-up.com/i/img/spirales.png) no-repeat top left;
}

#header p {
	color: #FFFFFF;
	font-size: 0.75em;
	min-height: 72px;
	background: url(http://illiweb.com/fs/img/bulle.png) no-repeat 0px 28px;
	margin: 0px 50px 0px 50px;
	padding: 10px 0px 0px 72px;
}

#header p a {
	text-decoration: none;
}

* html #header p {
	height: 72px;
}

#header a {
	color: #fff;
}

#header p strong {
	font-size: 1.1em;
	color: #fff;
}

/************************************************
 **************** MENU HORIZONTAL ***************
 ************************************************/
#menu-horizontal {
	height: 45px;
	background: url(http://im0.all-up.com/i/img/menu.png) no-repeat;
}

* html #menu-horizontal {
	text-align: center;
}

#menu-horizontal ul {
	list-style-type: none;
	text-align: center;
	padding-top: 10px;
}

#menu-horizontal li {
	display: inline;
	font-size: 0.9em;
	margin-left: 0px; /** Bug Firefox **/
	border-right: 1px solid #63c1d8;
	border-left: 1px solid #388ba1;
	padding: 5px 10px 5px 10px;
}

*+html #menu-horizontal li,* html #menu-horizontal li {
	margin-left: 0px;
}

#menu-horizontal a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#menu-horizontal a:hover {
	text-decoration: underline;
	color: #e0e0e0;
}

#menu-horizontal .outside-left {
	border-left: none;
}

#menu-horizontal .outside-right {
	border-right: none;
}

/*********************************************
 ******************* MAIN ********************
 *********************************************/
#main {
	height: auto;
	border-left: 4px solid #d8d8d8;
	border-right: 4px solid #d8d8d8;
	font-size: 0.9em;
	background: #f3f3f3 url(http://im0.all-up.com/i/img/bg_main.png) no-repeat bottom right;
	padding-top: 10px;
	padding-left: 20px;
}

* html #main {
	height: 1%;
}

*+html #main {
	background: #f3f3f3 url(http://im0.all-up.com/i/img/bg_main.png) no-repeat 4px bottom;
	height: 1%;
}

#main h1 {
	color: #00a5cd;
	font-size: 1.7em;
	font-family: arial;
	font-style: italic;
	font-weight: normal;
	background: url(http://illiweb.com/fs/img/puce_h1.png) no-repeat top left;
	padding: 10px 0px 0px 25px;
	min-height: 40px;
}

* html #main h1 {
	height: 55px;
}

#main h1 em {
	color: #7cba2c;
	font-weight: bold;
}

#main h2 {
	color: #00A5CD;
	font-weight: normal;
	font-size: 1.2em;
	background: url(http://illiweb.com/fs/img/puce_bleu.png) no-repeat scroll left;
	padding-left: 20px;
	margin: 6px 0 0px 30px;
}

#main h2 em {
	color: #7cba2c;
	font-weight: normal;
	font-style: normal;
}

#main p {
	color: #999999;
	font-size: 0.8em;
}

#main a {
	text-decoration: none;
	color: #7cba2c;
	font-weight: bold;
	font-size: 0.9em;
}

#main p a {
	font-size: 1em;
}

#main a:hover {
	text-decoration: underline;
}

#main a img {
	border: none;
}

#main label {
	color: #959595;
}

#main input.inputbox {
	border: 1px solid #0a7a96;
	background: url(http://illiweb.com/fs/img/input.png) repeat-x;
	padding: 1px;
}

#main input.inputbox:hover {
	border: 1px solid #00a5cd;
}

#main ul {
	list-style-type: none;
}

#main .col-left {
	float: left;
	width: 500px;
}

#main .col-right {
	float: right;
	width: 250px;
}

#main blockquote {
	margin: 5px 40px 15px 40px;
	background: #fff url(http://im4.all-up.com/i/back/quote.gif) no-repeat scroll top left;
	text-align: justify;
}

#main blockquote p {
	background: url(http://im4.all-up.com/i/back/quote_end.gif) no-repeat scroll bottom right;
	margin: 12px 32px 0 32px;
	padding: 15px 40px;
	height: 1%;
}

#main blockquote div {
	height: 20px;
	background: red;
	clear: both;
	float: none;
	width: auto;
	background: #fff url(http://im4.all-up.com/i/back/bottom-right.png) no-repeat scroll top right;
}

#main cite {
	float: right;
}

/*********************************************
 ***************** HOMEPAGE ******************
 *********************************************/
#erreur-found {
	text-align: center;
	margin: 0px 50px 15px 30px;
	border: 1px dashed #CCCCCC;
	padding: 5px 0px 5px 0px;
	height: 1%;
}

#erreur-found h2 {
	background: url(http://illiweb.com/fs/img/warning.png) no-repeat 10px 5px;
	color: #c00;
	padding: 7px 0px 5px 35px;
	font-size: 1.1em;
}

* html #main div.erreur-form h2 {
	height: 28px;
}

#main .advantage {
	font-size: .8em;
	margin-left: 40px;
	margin-top: 10px;
	list-style-image: url(http://illiweb.com/fs/img/plus.gif);
	float: left;
	line-height: 18px;
	font-weight: bold;
	color: #00A5CD;
	list-style-position: inside;
}

* html #main .advantage {
	margin-left: 40px;
}

#main .advantage a {
	font-weight: bold;
	font-size: 1em;
	color: #00A5CD;
}

/*** Wish a forum ***/
#main .p-wish {
	margin: 10px 0px 0px 25px;
	text-align: justify;
	width: 470px;
}

#main .icons {
	float: left;
	width: 80px;
	height: 70px;
	margin: 10px 9px 0px 9px;
	text-align: center;
	border: 1px solid #F3F3F3;
}

* html #main .icons {
	margin-left: 0px;
}

#main .icons img {
	margin-top: 5px;
	height: 40px;
	background: url(http://im0.all-up.com/i/img/img.png) no-repeat scroll;
}

#main .icons .create {
	width: 54px;
	background-position: -20px -995px;
}

#main .icons .discuss {
	width: 58px;
	background-position: -20px -1075px;
}

#main .icons .share {
	width : 63px;
	background-position: -20px -1315px;
}

#main .icons .personalize {
	width : 69px;
	background-position: -20px -1235px;
}

#main .icons .innovate {
	width: 57px;
	background-position: -20px -1155px;
}

#main .icons:hover {
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
}

#main .icons a {
	color: #999999;
	font-weight: bold;
	font-size: 0.75em;
}

#main .icons a:hover {
	text-decoration: none;
}

/*** Categories directory ***/
#main #searchform2 {
	margin: 20px 0px 20px 50px;
}

#main input.btn_search {
	vertical-align: bottom;
	border: none;
	background: none;
}

#main #search2 {
	color: #959595;
}

#main .search-check {
	margin-left: 30px;
}

#main ul.col1 {
	margin-left: 30px;
}

* html #main ul.col1 {
	margin-left: 15px;
}

#main ul.col2 {
	margin-left: 30px;
}

#main .col1 li,#main .col2 li {
	background: transparent url(http://im0.all-up.com/i/img/img.png) no-repeat scroll;
	padding: 4px 0px 0px 40px;
	min-height: 25px;
	margin-bottom: 10px;
}

* html #main .col1 li,* html #main .col2 li {
	height: 25px;
}

#main li.cat-1 {
	background-position: -20px -20px;
}

#main li.cat-23 {
	background-position: -20px -150px;
}

#main li.cat-25 {
	background-position: -20px -280px;
}

#main li.cat-55 {
	background-position: -20px -410px;
}

#main li.cat-5 {
	background-position: -20px -85px;
}

#main li.cat-24 {
	background-position: -20px -215px;
}

#main li.cat-50 {
	background-position: -20px -345px;
}

#main li.cat-62 {
	background-position: -20px -475px;
}

#main li.cat-2 {
	background-position: -20px -1395px;
}

#main li.cat-9 {
	background-position: -20px -1462px;
}

/*** Create Forum & Blog ***/
#main #create {
	background: url(http://im0.all-up.com/i/img/create_bg.png) no-repeat top left;
	padding-top: 25px;
	margin: 0px 0px 15px 10px;
	height: 1%;
}

#main .create-bottom {
	background: url(http://illiweb.com/fs/img/createf_bottom.png) no-repeat left bottom;
	width: 156px;
	text-align: center;
	margin-left: 10px;
	padding-bottom: 17px;
}

#main .create-top {
	background: url(http://illiweb.com/fs/img/createf_top.png) no-repeat left bottom;
	width: 156px;
	height: 6px;
}

* html #main .create-top {
	margin-top: -10px; /** Bug IE6 **/
}

#main .create-bottom h1 {
	background: none;
	font-size: 1em;
	padding: 3px 8px 15px 8px;
	margin: 0px;
	min-height: 0px;
	width: 140px;
}

* html #main .create-bottom h1 {
	height: 0px;
}

#main .create-bottom h1 a,#main .createb-top h1 a {
	color: #FFFFFF;
}

#main .create-bottom h1 a:hover,#main .createb-top h1 a:hover {
	text-decoration: none;
}

#main #create img {
	margin: -30px 0px 0px 0px;
	position: relative;
}

#main .createb-top {
	width: 156px;
	text-align: center;
	margin: -10px 0px 0px 10px;
	position: relative;
	margin-left: 50px;
	margin-bottom: 10px;
	background: transparent url(http://illiweb.com/fs/img/createb_top_2.png) no-repeat left top;
}

#main .createb-bottom {
	background: transparent url(http://illiweb.com/fs/img/createb_bottom_2.png) no-repeat left bottom;
	width: 157px;
	position: absolute;
	height: 26px;
}

*+ html #main .createb-bottom {
	left: 0;
}

* html #main .createb-bottom {
	left: 0;
	background-color: transparent;
	background-image: url(http://illiweb.com/fs/img/createb_bottom_2.png) !important;
	/*background: #F3F3F3 url(http://illiweb.com/fs/img/createb_bottom.png) no-repeat top; /** Bug IE6 **/*/
}

#main .createb-top h1 {
	background: none;
	font-size: 0.85em;
	padding: 5px 3px 3px 3px;
	min-height: 0px;
}

* html #main .createb-top h1 {
	height: 0px;
}

/*** Discover ***/
#main .block {
	background: url(http://illiweb.com/fs/img/search_top.png) no-repeat top left;
	margin-top: 20px;
	width: 235px;
}

#main .block p {
	padding: 10px 5px 0px 20px;
	font-size: 1em;
}

#main .block ul {
	margin: 10px 0px 0px 60px;
	list-style-image: url(http://illiweb.com/fs/img/puce_fleche.png);
}

#main .block li {
	margin-bottom: 5px;
}

#main .block-bottom {
	background: url(http://illiweb.com/fs/img/search_bottom.png) no-repeat left bottom;
	width: 235px;
	height: 10px;
}

/*** Most Active ***/
#main .block ol {
	margin: 10px 0px 0px -3px;
	color: #7cba2c;
	font-weight: bold;
	font-size: 0.85em;
	padding-left: 40px;
	border-left: 3px solid #85be39;
	min-height: 240px;
	float: left;
	width: 165px;
}

* html #main .block ol {
	height: 240px;
}

#main .block ol li {
	padding-bottom: 4px;
}

#main #barre-active {
	margin: 10px 0px 0px 20px;
	float: left;
	position: relative;
}

/*** keywords ***/
#main .keywords {
	text-align: center;
	padding-top: 10px;
	font-size:80%;
}

#main .keywords a {
	color: #00A5CD!important;
	margin: 10px;
	text-decoration: none;
}

#main .block500 {
	background: url(http://illiweb.com/fs/img/search_top_500.png) no-repeat top left;
	margin-top: 20px;
	width: 500px;
}

#main .block500-bottom {
	background: url(http://illiweb.com/fs/img/search_bottom_500.png) no-repeat left bottom;
	width: 500px;
	padding-bottom:15px;
}

/*********************************************
 *************** WISH CREATE *****************
 *********************************************/
#main #wish-top {
	width: 688px;
	background: url(http://illiweb.com/fs/img/wish_top.png) no-repeat top left;
	margin: 10px 0px 25px 20px;
	text-align: center;
}

* html #main #wish-top {
	margin: 0px 0px 25px 20px;
	padding-top: 10px;
}

#main #wish-top .centering {
	display: table;
	white-space: nowrap;
	margin: auto;
	text-decoration: none;
}

*+html #main #wish-top .centering {
	display: inline-block;
}

* html #main #wish-top .centering {
	display: inline-block;
}

#main #wish-top a {
	color: #999999;
	font-weight: bold;
	font-style: italic;
	min-width: 56px;
	display: block;
	padding-top: 47px;
	text-align: center;
	margin: 15px 15px 10px 15px;
	float: left;
}

* html #main #wish-top a {
	margin: 0px 13px 0px 13px;
	padding-left: 2px;
	width: 56px;
}

#main #wish-top a:hover {
	text-decoration: none;
}

#main #wish-top a.wish-create:hover {
	background: url(http://illiweb.com/fs/img/create_icon_c.png) no-repeat top center !important;
}

#main #wish-top a.wish-discuss:hover {
	background: url(http://illiweb.com/fs/img/talk_icon_c.png) no-repeat top center !important;
}

#main #wish-top a.wish-share:hover {
	background: url(http://illiweb.com/fs/img/share_icon_c.png) no-repeat top center !important;
}

#main #wish-top a.wish-personalize:hover {
	background: url(http://illiweb.com/fs/img/personalize_icon_c.png) no-repeat top center !important;
}

#main #wish-top a.wish-innove:hover {
	background: url(http://illiweb.com/fs/img/innove_icon_c.png) no-repeat top center !important;
}

#main #wish-top a.wish-testimonials:hover {
	background: url(http://illiweb.com/fs/img/recit_icon_c.png) no-repeat top center !important;
}

#main #wish-bottom {
	background: url(http://illiweb.com/fs/img/wish_bottom.png) no-repeat left bottom;
	width: 688px;
	height: 12px;
}

#main .wish h1 {
	padding: 15px 0px 0px 80px;
}

#main .wish p {
	margin: 20px 80px 0px 50px;
}

#main .wish p em,#main .wish ul em {
	color: #00a5cd;
	font-style: normal;
}

#main .wish p strong,#main .wish ol strong,#main .wish ul strong {
	color: #7a7a7a;
}

#main .wish p span {
	color: #00a5cd;
	font-style: italic;
	font-size: 1.7em;
}

#main .wish p span strong {
	color: #00a5cd;
}

#main .wish p span em {
	color: #7cba2c;
	font-style: italic;
}

#main .wish ol {
	color: #999999;
	margin: 10px 80px 0px 100px;
	font-size: 0.8em;
}

#main .wish ul {
	color: #999999;
	margin: 10px 80px 0px 100px;
	font-size: 0.8em;
	list-style-type: square;
}

/*********************************************
 **************** DIRECTORY ******************
 *********************************************/
#main h1.diretory-title {
	padding: 13px 0px 0px 75px;
}

#main h1.diretory-title a {
	color: #00a5cd;
	font-size: 1em;
}

#main p.active {
	background: url(http://illiweb.com/fs/img/puce_fleche.png) no-repeat center left;
	margin-left: 75px;
	padding-left: 20px;
	font-size: 1em;
}

#main div#directory-list ul {
	list-style-image: url(http://illiweb.com/fs/img/puce_bleu.png);
	margin: 10px 0px 0px 20px;
}

#main div#directory-list ul li {
	margin-bottom: 20px;
}

#main div#directory-list ul li a {
	color: #16add1;
	font-weight: bold;
}

#main div#directory-list ul li ul {
	list-style-type: square;
	list-style-image: none;
	color: #7cba2c;
	margin-top: 10px;
}

#main div#directory-list ul li ul li {
	margin-bottom: 0px;
}

#main div#directory-list ul li ul li a {
	color: #7cba2c;
	font-weight: normal;
}

#main div#sub_category ul,
.list-col-keywords ul {
	list-style-type: square !important;
	color: #7cba2c;
	margin-bottom: 10px;
}

#main div#sub_category .list1 ul,
#main div#sub_category .list2 ul,
.list-col-keywords ul {
	margin-left: 50px;
}

/*** Deuxième page ***/
#main #directory-result {
	position: relative;
	margin: 20px 0px 0px 25px;
	width: 692px;
}

* html #main #directory-result {
	overflow-y: hidden;
	width: 692px;
}

#main #directory-result h2 {
	color: #7cba2c;
	background: url(http://illiweb.com/fs/img/puce_rang.png) no-repeat center left;
	padding-left: 50px;
	position: relative;
	margin-left: 35px;
	font-style: italic;
}

#main #directory-result-top {
	background: #cae7a3 url(http://illiweb.com/fs/img/directory_result_top.png) no-repeat top left;
	margin-top: -13px;
	padding-top: 20px;
}

* html #main #directory-result-top {
	height: 1%;
	margin-bottom: -25px;
}

*+html #main #directory-result-top {
	height: 1%;
	margin-bottom: -20px;
}

#main #directory-result-top p {
	text-align: center;
	color: #7cba2c;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
}

#main #directory-result-top a {
	font-style: normal;
	margin: 0px 10px 0px 0px;
	color: #FFFFFF;
	font-size: 0.9em;
}

#main #directory-result-top a:hover {
	text-decoration: none;
}

#main #directory-result-top img {
	vertical-align: bottom;
}

#main #directory-result-top ul {
	margin: 20px 0px 0px 20px;
}

#main #directory-result-top ul li {
	display: inline;
}

#main #directory-result-top ul li a {
	float: left;
	width: 157px;
	height: 35px;
	color: #999999;
	font-weight: normal;
	font-size: 0.8em;
}

* html #main #directory-result-top ul li a {
	cursor: pointer;
}

*+html #main #directory-result-top ul li a {
	cursor: pointer;
}

#main #directory-result-top ul li a.posts {
	background: url(http://illiweb.com/fs/img/directory_tab_posts.png) no-repeat 0px 0px;
}

#main #directory-result-top ul li#activetab a.posts {
	background: url(http://illiweb.com/fs/img/directory_tab_posts.png) no-repeat 0px -35px;
}

#main #directory-result-top ul li a.topics {
	background: url(http://illiweb.com/fs/img/directory_tab_topics.png) no-repeat 0px 0px;
}

#main #directory-result-top ul li#activetab a.topics {
	background: url(http://illiweb.com/fs/img/directory_tab_topics.png) no-repeat 0px -35px;
}

#main #directory-result-top ul li a.users {
	background: url(http://illiweb.com/fs/img/directory_tab_users.png) no-repeat 0px 0px;
}

#main #directory-result-top ul li#activetab a.users {
	background: url(http://illiweb.com/fs/img/directory_tab_users.png) no-repeat 0px -35px;
}

#main #directory-result-top ul li a.points {
	background: url(http://illiweb.com/fs/img/directory_tab_points.png) no-repeat 0px 0px;
}

#main #directory-result-top ul li#activetab a.points {
	background: url(http://illiweb.com/fs/img/directory_tab_points.png) no-repeat 0px -35px;
}

#main #directory-result-top ul li a span {
	padding-left: 55px;
	padding-top: 4px;
	width: 90px;
	height: 35px;
	display: block;
}

* html #main #directory-result-top ul li a span {
	padding-left: 0px;
	margin-left: 55px;
}

#main #directory-result .fleche-annuaire {
	position: absolute;
	width: 24px;
	top: 110px;
	left: -12px;
	bottom: 0;
	background: url(http://illiweb.com/fs/img/fleche_annuaire_tail.png) repeat-y 0 0;
}
* html #main #directory-result .fleche-annuaire {
	height: 2525px;
}

#main #directory-result .fleche-annuaire img {
	margin-top: -3px;
}

#main #directory-result ol {
	list-style-position: inside;
	width: 692px;
	margin: 0;
	font-weight: bold;
	min-height: 602px;
}

* html #main #directory-result ol {
	height: 602px;
}

#main #directory-result ol li:before { /* fix for funky Opera / Safari list bug */
	content: ".";
	visibility: hidden;
}

#main #directory-result ol li {
	padding: 1em 0 0 1.5em;
	background: url(http://illiweb.com/fs/img/top_li.png) no-repeat top left;
	background-color: #fff !important;
	color: #10abd0;
	border-bottom: 5px solid #f3f3f3;
}

*+html #main #directory-result ol li {
	vertical-align: top;
	padding: 0.25em 0 0 1.5em;
}

* html #main #directory-result ol li {
	vertical-align: top;
	padding: 0.25em 0 0 1.5em;
}

#main #directory-result ol li .container { /* IE bug. If you simply use the 1% hack on the li, the numbers will simply stay at 1. */
	padding: 0 0.5em;
	margin: -1.25em 0 0 1.5em;
}

*+html #main #directory-result ol li .container {
	margin: 0;
}

* html #main #directory-result ol li .container {
	margin: 0;
}

#main #directory-result ol li span.date-creation {
	font-weight: normal;
	font-size: 0.9em;
	color: #CCCCCC;
}

#main #directory-result ol li a {
	color: #10abd0;
	font-size: 1em;
}

#main #directory-result ol li.first-li {
	background: url(http://illiweb.com/fs/img/first_li.png) no-repeat top left;
}

#main #directory-result ol li .li-bottom {
	height: 9px;
	margin: 0 0 0 -1.5em; /*counters the li's padding */
	background: url(http://illiweb.com/fs/img/bottom_li.png) no-repeat bottom left;
	clear: both;
}

#main #directory-result ol li .info {
	float: left;
	width: 500px;
}

#main #directory-result ol li p.p-ol {
	font-weight: normal;
}

* html #main #directory-result ol li p.p-ol {
	height: 50px;
}

#main #directory-result ol li .gauge {
	list-style: none;
	float: right;
	width: 125px;
}

#main #directory-result ol li .thumbnail {
	float: left;
	width: 80px;
	height: 60px;
	margin: 0 0.5em 0.5em 0;
	border: 1px solid #7CBA2C;
}

*+html #main #directory-result ol li .thumbnail {
	margin: 0.25em 0.5em;
}

#main #directory-result ol li .gauge .puce-topics,#main #directory-result ol li .gauge .puce-posts,#main #directory-result ol li .gauge .puce-users,#main #directory-result ol li .gauge .puce-points
	{
	float: right;
	width: 107px;
	height: 13px;
	margin: 2px 0;
	padding: 0;
	background: url(http://illiweb.com/fs/img/puce_topics.png) no-repeat top left;
	border: none;
	font-size: 2px; /* Fixes IE6 bug */
}

#main #directory-result ol li .gauge .puce-posts {
	background: url(http://illiweb.com/fs/img/puce_posts.png) no-repeat top left;
}

#main #directory-result ol li .gauge .puce-users {
	background: url(http://illiweb.com/fs/img/puce_users.png) no-repeat top left;
}

#main #directory-result ol li .gauge .puce-points {
	background: url(http://illiweb.com/fs/img/puce_points.png) no-repeat top left;
}

#main #directory-result ol li .gauge .span-ol {
	height: 7px;
	display: block;
	margin: -1em 0 0 25px; /* the -1 value fixes a funky Opera bug... and doesn't seem to affect other browsers */
}

* html #main #directory-result ol li .span-ol {
	position: relative;
}

#main #directory-result ol li div.icon-topics {
	background-color: #f3ba67;
	margin-top: 2px;
}

#main #directory-result ol li div.icon-points {
	background-color: #CA8ECF;
	margin-top: 2px;
}

#main #directory-result ol li div.icon-posts {
	background-color: #65c8e0;
	margin-top: 2px;
}

#main #directory-result ol li div.icon-users {
	background-color: #b0d580;
	margin-top: 2px;
}

/*********************************************
 **************** DICTIONARY ******************
 **********************************************/
#main ul.dico {
	list-style-type: square;
	margin: 15px 0px 0px 10px;
	color: #7cba2c;
	width: 180px;
	list-style-position: inside;
}

* html #main ul.dico {
	margin: 15px 0px 0px 10px;
	width: 175px;
}

*+html #main ul.dico {
	list-style-position: inside;
	margin: 15px 0px 0px 10px;
}

#main ul.dico li {
	margin-bottom: 15px;
}

#main ul.dico li a {
	font-size: 0.8em;
}

#main #dico-top {
	background: url(http://illiweb.com/fs/img/wish_top.png) no-repeat top left;
	margin: 20px auto 0px auto;
	width: 688px;
}

#main #dico-bottom {
	background: url(http://illiweb.com/fs/img/wish_bottom.png) no-repeat bottom left;
	height: 12px;
}

#main #dico-top dl {
	padding: 20px 0px 0px 40px;
}

#main #dico-top dl dt {
	color: #7cba2c;
	font-weight: bold;
	background: url(http://illiweb.com/fs/img/puce_fleche.png) no-repeat 0px 6px;
	padding-left: 20px;
	font-size: 1.1em;
}

#main #dico-top dl dd {
	color: #878787;
	font-size: 0.9em;
	margin: 10px 40px 20px 40px;
}

/*********************************************
 ****************** SUPPORT *******************
 **********************************************/
#main #banner {
	width: 720px;
	margin: 20px auto 0px auto;
	text-align: center;
}

#main #banner img {
	margin-top: 20px;
}

#main #banner textarea {
	margin-top: 5px;
	width: 468px;
}

/*********************************************
 ******************** SEND ********************
 **********************************************/
#main form#send {
	margin: 20px 0px 0px 80px;
}

#main form#send dl {
	margin-bottom: 20px;
}

#main form#send dl dt {
	float: left;
	width: 120px;
	clear: both;
}

#main form#send dl dd {
	margin-left: 120px;
}

#main form#send dl dd input {
	width: 250px;
}

#main form#send dl dd input.red-input {
	border: 1px solid red;
}

/*********************************************
 ****************** PARTNERS ******************
 **********************************************/
#main #partners-list li {
	padding: 20px 0 20px 0px;
	text-align: center;
}

/*********************************************
 ****************** FOOTER ********************
 **********************************************/
#ombre {
	margin: -57px 0px 0px -178px;
	float: left;
	position: relative;
	width: 178px;
	height: 106px;
}

* html #ombre {
	margin: -57px 0px 0px -178px;
	padding: 0px;
}

#main-bottom {
	background: url(http://illiweb.com/fs/img/main_bottom.png) no-repeat;
	width: 800px;
	height: 48px;
}

#main-bottom-nu {
	background: url(http://illiweb.com/fs/img/main_bottom_nu.png) no-repeat;
	width: 800px;
	height: 25px;
}

.push {
	height: 69px;
}

#pied {
	border-top: 2px solid #b4e4f0;
	background-color: #eff9fc;
	font-size: 0.9em;
	color: #747474;
	padding-top: 0px;
	height: auto;
	min-height: 69px;
}

* html #pied {
	height: 64px;
}

#pied img {
	float: right;
	margin-top: -25px;
	position: relative;
}

#pied ul {
	list-style-type: none;
}

#pied li {
	display: inline;
	background: transparent url(http://illiweb.com/fs/img/footer_li.png) no-repeat scroll left;
	padding-left: 7px;
	padding-right: 7px;
}

#pied li.no_pipe {
	background: transparent;
}

#pied a {
	text-decoration: none;
	color: #747474;
	font-size: 0.9em;
}

#pied p {
	text-align: right;
	margin-top: 0px;
	color: #00a5cd;
}

/*********************************************
 ***************** COMMUN ********************
 *********************************************/
.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.green {
	color: #7cba2c !important;
}

.blue {
	color: #00a5cd !important;
}

.bold {
	font-weight: bold !important;
}

.col1,.col2 {
	float: left;
	width: 200px;
}

.list1,.list2 {
	float: left;
	width: 250px;
}

.list-col-keywords {
	float: left;
	width: 230px;
}

p.message {
	background: url(http://illiweb.com/fs/img/puce_message.png) no-repeat 0px 13px;
	margin-left: 15px;
}

#main .button {
	background: url(http://illiweb.com/fs/img/button_top.png) no-repeat;
	width: 236px;
	margin: 0 auto;
	text-align: center;
}

#main .button h1 {
	background: none;
	min-height: 0px;
	padding: 15px 0px 5px 0px;
}

* html #main .button h1 {
	height: 0px;
}

#main .button h1 a {
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: bold;
}

#main .button h1 a:hover {
	text-decoration: none;
}

#main .button-bottom {
	background: url(http://illiweb.com/fs/img/button_bottom.png) no-repeat bottom left;
	width: 236px;
	height: 9px;
}

#main p.next,#main p.previous {
	font-size: 1em;
	margin: 0px;
}

#main p.next {
	margin-right: 30px;
}

#main p.center {
	text-align: center !important;
	font-size: 1em !important;
}

#main p.center a {
	font-weight: normal;
}

#main p.explain {
	width: 700px;
	margin: 10px 0px 0px 30px;
}

#main input.button1 {
	background: #e7f3f7 url(http://illiweb.com/fs/img/bg_button.png) repeat-x;
	padding: 2px 20px;
	border: 1px solid #00A5CD;
	color: #222;
	overflow: visible; /* One more IE BUG */
	margin-left: 120px;
}

#main input.button1:hover {
	border: 1px solid #7CBA2C;
	color: #7CBA2C;
}

#main input.button_disabled {
	border: 1px solid #D8D8D8;
	background: #F3F3F3 url(http://illiweb.com/fs/img/wait.gif) no-repeat scroll right 50%;
	padding: 2px 20px;
	overflow: visible; /* One more IE BUG */
	margin-left: 120px;
}

#main div.erreur-form {
	background-color: #FFFFFF;
	border: 2px dotted #E0E0E0;
	margin: 10px 70px 15px;
}

#main div.erreur-form p {
	background: url(http://illiweb.com/fs/img/warning.png) no-repeat top left;
	color: #000000;
	min-height: 28px;
	padding: 7px 0px 0px 40px;
}

* html #main div.erreur-form p {
	height: 28px;
}

/* Very useful and elegant clearing trick
	from: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*+html .clearfix {
	min-height: 1px;
}

* html .clearfix {
	position: relative;
	height: 1%;
	clear: both;
}

#main div.title-search {
	margin-top: 15px;
	margin-bottom: 20px;
	background: url("http://illiweb.com/fs/img/puce_h1.png") no-repeat scroll left top transparent;
	min-height: 40px;
	padding: 10px 0px 0px 25px;
	font-family: arial;
	font-style: italic;
}

 #main div.title-search span.quote {
	font-size:1.7em;
	color: #00a5cd;
	font-weight: bold;
}

#main div.title-search p {
	font-size:1.7em;
	color: #00a5cd;
	font-weight: bold;
}

#main div.title-search h1 {
	display:inline-block;
	background:none;
	font-weight: bold;
	padding:0;
}

/*********************************************
 ***************** ANNUAIRE ******************
 *********************************************/
#forums-list {
	width: 500px;
	list-style-position: inside;
	margin: auto;
	background-color: #FFFFFF;
}

*+html #forums-list {
	list-style-position: outside;
}

#forums-list li {
	width: 480px;
	background: transparent url(http://illiweb.com/fs/img/top_li_500.png) no-repeat scroll left top;
	color: #10ABD0;
	list-style-image: none;
	list-style-type: square;
	padding: 8px 0 0 20px;
	border-bottom: 5px solid #F3F3F3;
}

#forums-list li h3 {
	display: inline;
}

#forums-list li h3 a {
	color: #10ABD0;
}

#forums-list li p a {
	font-weight: normal;
}

#forums-list li .li-bottom {
	background: transparent url(http://illiweb.com/fs/img/bottom_li_500.png) no-repeat scroll left bottom;
	clear: both;
	display: block;
	height: 7px;
	margin-left: -20px;
}

.forums-list-large
{
	width:690px!important;
}

.forums-list-large li {
	width:670px!important;
	background: transparent url(http://illiweb.com/fs/img/top_li.png) no-repeat scroll left top!important;
}

.forums-list-large li .li-bottom {
	background: transparent url(http://illiweb.com/fs/img/bottom_li.png) no-repeat scroll left bottom!important;
}

#forums-list li p a:before{
	content: '+';
}

.force-wrap {
	word-wrap: break-word;
}

/*********************************************
 **************** PAGINATION *****************
 *********************************************/
#pagination {
	margin: 5px auto;
	width: 70%;
	white-space: wrap;
	line-height: 1.5em;
	width: 554px;
	text-align: center;
	direction: ltr;
	font-size: 1em;
}

#pagination div.pagination-index {
	margin-right: 2px;
	padding-left: 1px;
	padding-right: 1px;
	border: solid 1px #999999;
	display: inline;
}

#pagination div.pagination-index a {
	color: #666666 !important;
	font-weight: normal;
	font-size: 1em;
}

#pagination div.pagination-index:hover {
	background-color: #10ABD0;
}

#pagination div.pagination-index a:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

#pagination div.pagination-index-selected {
	background-color: #10ABD0;
}

#pagination div.pagination-index-selected a {
	font-weight: bold !important;
	color: #FFFFFF !important;
}