* { margin: 0; padding: 0; }

html {
	height: 100%;
}

body {
	font-family: Trebuchet MS,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	background-color: #FFFFFF;
	font-size: 0.9em;
	min-width: 750px;
	background: url('../../bl/background_html.png') repeat-x;
}

* html .conteneur_minwidth_IE {  /* Hack IE min-width pour IE */
	padding-left: 750px;  /* valeur largeur mini pour IE */
}

* html .conteneur_container_IE {  /* complément à .minwidth pour IE */
	margin-left: -750px;  /* négatif valeur largeur mini pour IE */
	position: relative;
}

* html .conteneur_minwidth_IE, * html .conteneur_container_IE, * html .conteneur_layout_IE  { /* complément à .minwidth pour IE */
	height: 1px;
}

a img {
	border: none;
}

img {
	border: 0;
}

h1 {
	font-weight: bold;
	font-size: 1.5em;
	color: #333333;
}

h2 {
	font-size: 1.8em;
	margin: 0px 0px 5px 15px;
	color: #00a5cd;
	padding: 10px 0 0 30px;
	background: url('puce.png') no-repeat;
	height: 40px;
}

caption {
	font-size: 1.6em;
	margin: 0 0 5px 15px;
	color: #00a5cd;
	padding: 10px 0 0 30px;
}

p {
	font-size: 1.1em;
}

blockquote.block_left {
	color:#4f4f4f;
	min-height: 20px;
	margin-bottom: 30px;
	background: url('../../bl/quote.gif') left top no-repeat;
	padding: 10px 0px 0px 20px !important;
}

p.explain {
	padding: 10px 0px 10px 20px !important;
	min-height: 20px;
	background: url('icones/quote_end.gif') right bottom no-repeat;
}
* html p.explain {
	height: 56px;
}

ul {
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 1em;
}

hr {
	border: 0 none;
	border-top: 1px solid #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 1px;
}

.small {
	font-size: 1em;
}

/* General links  */
a:link, a:active, a:visited {
	color: #007e9b;
	text-decoration: none;
}

a:hover {
	color: #cc4400;
	text-decoration: underline;
}
a.new_window, span.new_window {
	background:transparent url('new_window.gif') no-repeat;
}

/* Main blocks
---------------------------------------- */
#wrap {

}

#page-header {
	height: 100px;
	text-align: right;
	background: url('header.png') repeat-x;
}
*html #page-header {
	height: 113px;
}

	#page-header img {
		float: left;
		padding: 2px;
	}
	*html #page-header img {
		padding-top: 9px;
		padding-right: 10px;
	}

	#page-header p {
		font-size: 1.1em;
	}

	#page-header a {
		color:#666666;
	}

	#page-header a:hover {
		color:#007e9b;
	}

	a.url {
  		margin: 15px 0px 0px 20px;
  		font-size: 2em;
  		float: left;
  		text-decoration: none;
  	}

  	p#user_connected {
		text-align: right;
		margin-right: 5px;
	}

	p#user_connected a:hover {
		text-decoration: none;
	}

	#page-header ul.preview_forum {
		list-style-type: none;
		margin: 6px 5px 0 5px ;
		position: absolute;
		right: 0;
		top: 68px;
	}

	#page-header ul.preview_forum li {
		display: inline;
		margin-left: 20px;
	}

	#page-header ul.preview_forum li a{
		color: #FFFFFF;
		font-size: 0.7em;
	}

	#page-header ul.preview_forum li a:hover {
		color: #b8e6f1;
		text-decoration: none;
	}

	#page-header .preview_forum li img {
		float: none;
		vertical-align: middle;
	}
	* html #page-header .preview_forum li img {
		margin-top: -5px;
	}

	#page-header #change-font-size {
		text-align: right;
		margin-right: 5px;
	}

	#page-header #change-font-size img {
		float: none;
		vertical-align: middle;
	}

#page-body {
	padding: 15px 0px 0px 0px;
}
* html #page-body {
	margin-top: -14px;
}

#page-footer {
	clear: both;
	font-size: 1em;
	text-align: center;
}
#content {
	padding: 10px 0px 10px 0px;
	font-size: 0.8em;
}

#content h1 {
	line-height: 1.2em;
	margin-bottom: 0px;
}

#main {
	width: 72%;
	padding:0;
	padding-bottom: 10px;
}

#main.expended_main {
	width: 95%;
}

#main {
	margin: 20px 0px 0px 0px;
	padding-left: 0px;
	float: left;
}
* html #main {
	height: 350px;
}

#main-content {
	margin-left: 15px;
}

#tools {
	padding: 25px 0 0 0;
    color: #666666;
    position: relative;
    margin: 0px 0px 0px 10px;
	float: left;
	width: 25%;
}

#tools  fieldset {
	margin: 15px 0px 0px 0px;
}

#tools ul.img_puce {
	list-style-image: url('icones/puce_fleche.png');
}

/* Tabbed menu
   Based on: http://www.alistapart.com/articles/slidingdoors2/
----------------------------------------*/
#tabs {
	margin: 0px 15px -7px 15px;
}

	#tabs ul {
		margin:0;
		list-style: none;
	}

	#tabs li {
		display: inline;
		font-size: 1em;
		font-weight: bold;
	}

	#tabs a {
		background:url("icones/menu/tab_left.gif") no-repeat 0% -52px;
		padding-left:6px;
		text-decoration: none;
		position: relative;
	}

	#tabs a span {
		display: block;
		background: url("icones/menu/tab_right.gif") no-repeat 100% -51px;
		padding: 7px 12px 6px 6px;
		color: #7cba2c;
		white-space: nowrap;
		vertical-align:bottom ;
	}

	#tabs a, #tabs a span {
		float: left;
	}

	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span { float:none; }
	/* End hack */

	#tabs a:hover span {
		color: #00a5cd;
	}

	#tabs #activetab a {
		background-position: 0 0px;
	}

	#tabs #activetab a span {
		background: url("icones/menu/tab_right_active.gif") no-repeat 100% 0;
		padding-bottom: 6px;
		padding-right:20px;
		color:#706262;
	}

	#tabs #activetab a:hover span {
		color: #00a5cd;
	}

/* Main Panel
---------------------------------------- */
.panel {
	margin: 4px 15px;
	background-color: #fff;
	border: 3px solid #CDCDCD;
}


/* Sub-navigation Menu
---------------------------------------- */
#menu {
	width: 20%;
	margin: 0px 10px 20px 5px;
	background-color: #ffffff;
	float: left;
}

	#menu p {
		font-size: 1em;
	}

	#menu #hide-menu {
		text-align:right;
		margin-top:5px;
		display:none;
	}

	#menu .submenu {
		font-size: 0.9em;
		border-bottom: 1px solid #ececec;
	}

	#menu .submenu a, #menu #activesubmenu a {
		display: block;
	}

	#menu #activesubmenu {
		border-bottom: 1px solid #ececec;
	}

	#menu .submenu a span {
		text-decoration: none;
		font-weight: normal;
		color: #999999;
		background-color: #FFFFFF;
		background-image: none;
		margin-left: 30px;
	}

	#menu #activesubmenu a {
		text-decoration: none;
		font-weight: normal;
		color: #7cba2c;
		background: #FFFFFF url('icones/type_subli.png') no-repeat 10px 3px;
		padding-left: 30px;
		font-size: 0.9em;
	}

	#menu #activesubmenu a:hover, #menu .submenu a:hover, #menu .submenu a:hover span {
		text-decoration: none;
		color: #FFFFFF;
		background-color:#00a5cd;
	}
	*+html #menu #activesubmenu a:hover span {
		height: 1%;
	}

	.coins-top {
		width: 100%;
		float: left;
		background: #ececec;
	}

	.coins-bottom {
		background: #ffffff;
		border-bottom: 3px solid #ececec;
		height: 9px !important;
		width: 100%;
		float: left;
	}
	* html .coins-bottom {
		background: #ffffff;
		border: 0px solid #ffffff;
		background: #ffffff url('http://intranet.lan/Illiweb/fa/admin/icones/border-bottom.png') repeat-x;
	}

	.coins-border {
		border-left: 3px solid #ececec;
		border-right: 3px solid #ececec;
	}

	.header {
		color: #00a5cd;
		text-align: right;
		font-size: 1.4em;
		font-weight: bold;
		font-style: italic;
		text-transform: uppercase;
	}

	.left-top{
		float: left;
		background: #ececec url('icones/top-left-gris.png') left top no-repeat;
		color: #86b125;
		font-size: 1.2em;
		font-weight: bold;
		border-top: 0px;
		height: 26px;
		padding: 0px 0px 0px 3px;
	}

	.left-bottom{
		float: left;
		background: #ffffff url('icones/bottom-left-blanc.png') no-repeat scroll top left ;
		color: #86b125;
		height: 13px;
		width: 10px;
		border-bottom: 0px solid #ffffff;
		padding: 0px;
		margin: 0px;
	}

	.right-top{
		background: #ffffff url('icones/top-right-gris.png') left no-repeat;
		float: left;
		width: 23px;
		height: 29px;
	}

	.right-bottom{
		background: #ffffff url('icones/bottom-right-blanc.png') left no-repeat;
		float: right;
		width: 23px;
		height: 23px;
	}

	#admin_version, #menu old_admin p {
		font-weight : normal;
		text-align: center;
	}

	#admin_version {
		margin-top: 15px;
		padding-bottom : 5px;
	}

	#admin_version p, #menu old_admin p {
		text-align:left;
		color: #cdcdcd;
	}

	#admin_version p.btn {
		border: 2px solid #d7d7d7;
		color: #00a5cd;
		display: inline;
	}

	#admin_version p.btn a {
		color: #86b125;
		padding: 0px 10px;
		text-decoration: none;
	}

	#admin_version p.btn a:hover {
		background: #eeeeee;
		text-decoration: none;
	}

	#admin_version p.btn span {
		background: url('icones/type_subli.png') no-repeat 5px 0px;
		padding-left: 20px;
		padding-right: 10px;
		text-decoration: none;
	}

input.btn_send {
background: url('icones/polaroids_petit.png') no-repeat 2px 2px #ffffff;
width: 180px;
text-align: right;
height: 30px;
vertical-align: middle;
padding: 5px;
border: 1px solid #7cba2c;
color: #666666;
}

input.btn_send:hover {
background: url('icones/polaroids_petit.png') no-repeat 2px 2px #eeeeee;
cursor: pointer;
}

/* Table styles
---------------------------------------- */
table {
	width: 100%;
}

table.grey {
	background-color:#ececec;
	border:1px solid #d5d5c8;
	padding:0;
	margin-left: 15px;
	width: 98%;
}

th{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

td {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

th {
	padding: 4px 4px 4px 4px;
	color: #ffffff;
	font-weight: bold;
	background: #89cc46;
	background: #8fd534 url('../../bl/table_th_first_left.png') no-repeat top left;
}

/* for IE <= 7 */
*+html th, * html th {
	padding: 0 4px;
}

th.nobg {
	padding: 6px 4px;
	color: #6f6f6f;
	background-color: #efefef;
	background-image: none;
}
th a:link, th a:active, th a:visited {
	color: #EDFBD8;

	text-decoration: none;
}

th a:hover {
	color:#86B125;
	text-decoration: underline;
}
td {
	padding: 4px;
	line-height: 1.2em;
	color: #4f4f4f;
}

.row1 { background-color: #EFEFEF; }
.row2 { background-color: transparent; }
.row3 { background-color: #D1D7DC; }
.row4 { background-color: #E4E8EB; }
.col1 { background-color: #DEE3E7; }
.col2 { background-color: #EFEFEF; }

/* Style for the colors page
----------------------------------------*/
table.admin_colors td {
	font-size: 0.8em;
	line-height: 1em;
}

#colorPickerDiv table {
	height: auto;
	width:auto;
}

#colorPickerDiv table td {
	padding: 0;
	margin: 0;
}

#colorPickerDiv table td a {
	padding:0;
	margin: 0;
	width:auto;
}
/* General form styles
----------------------------------------*/
fieldset {
	margin: 15px 0px 0px 15px;
	padding: 10px 15px 10px 10px !important;
	border: 1px solid #cdcdcd;
	font-size: 0.9em;
	position: relative;
	background: #f7f7f7 url('../../bl/spirale.png') no-repeat;
}
* html fieldset {
	padding: 10px 10px 5px 10px;
	margin: 30px 15px 30px 15px;
}

fieldset p {
	font-size: 1.1em;
}

legend {
	padding: 1px 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #00a5cd;
	line-height: 100%;
	top: 0;
	display: block;
	position:absolute;
}

* html legend {
	margin-bottom: 0px;
	margin-left: -7px;
	margin-top: 5px;
	top: -1em;
}
*+html legend {
	top:-0.5em;
}

table.like-fieldset {
	background : #f7f7f7 url('../../bl/spirale.png') no-repeat;
	border: 1px solid #cdcdcd;
	margin: 0px 0px 0px 15px;
	padding: 10px 15px 10px 10px !important;
	width: 97%;
}

table.like-fieldset .label {
	width: 30%;
}

table.like-fieldset th {
	background: transparent;
	color: #00A5CD;
	font-weight: bold;
	font-size: 1.6em;
	text-align: left;
}

input {
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	background-color: #FAFAFA;
	border-left: 4px solid #8fd534;
	border-top: 1px solid #8fd534;
	border-right: 1px solid #8fd534;
	border-bottom: 1px solid #8fd534;
	color: #333333;
	padding: 2px;
	vertical-align: middle;
	padding-left: 4px;
	overflow: visible; /* One more IE Bug */
}
* html input {
	overflow: hidden;
}
*+html input {
	overflow: hidden;
}

select {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	cursor: default;
	vertical-align: middle;
	width: auto;
	border-left: 4px solid #8fd534;
	border-top: 1px solid #8fd534;
	border-right: 1px solid #8fd534;
	border-bottom: 1px solid #8fd534;
	padding: 1px;
	background-color: #FAFAFA;
}
select.jump_forum {
	position:absolute;
	z-index:0;
}
optgroup {
	font-weight: bold;
}

option {
	padding-right: 1em;
}

textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	width: 99%;
	padding: 2px;
	background-color: #FAFAFA;
	border-left: 4px solid #8fd534;
	border-top: 1px solid #8fd534;
	border-right: 1px solid #8fd534;
	border-bottom: 1px solid #8fd534;
	padding-left: 4px;
	cursor: text;
}

label {
	cursor:pointer;
	font-size: 1em;
	padding-right: 5px;
}

label input {
	font-size: 100%;
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

fieldset.quick, p.quick {
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	border: none;
	background-color: transparent;
	text-align: right;
	font-size: 1.1em;
}

fieldset.quick legend {
	display: none;
}

fieldset.tabulated {
	background-color: #DADFE4;
}

fieldset.nobg {
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
	background-color: transparent;
	font-size: 1.1em;
}

fieldset.display-options {
	margin: 15px 0 2px 0;
	padding: 0 0 4px 0;
	border: none;
	background-color: transparent;
	text-align: center;
	font-size: 1.1em;
}

fieldset.display-options select, fieldset.display-options input, fieldset.display-options label {
	font-size: 100%;
	vertical-align: middle;
}

select option.disabled {
	background-color: #bbb;
	color: #fff;
}

/* Special case inputs */
select#board_timezone,
select#full_folder_action {
	width: 95%;
}

.float {
	float: left;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
/* Definition list layout for forms
   Other general def. list properties defined in prosilver_main.css
---------------------------------------- */
dl {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}
dt {
	color: #666666;
	width: auto;
}

fieldset {
	color: #666666;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 12px;
}

fieldset th {
	font-size: 1em;
}

fieldset dt {
	float: left;
}

dd { color: #4f4f4f; }
dd + dd { padding-top: 5px; }
dt span { padding-right: 5px; }

dt .explain { font-style: italic; }


dt label {
	font-size: 100%;
}

dd label {
	white-space: nowrap;
	margin-right: 10px;
}

html>body dd label input { vertical-align: text-bottom; }	/* Tweak for Moz to align checkboxes/radio buttons nicely */

dd input,
dd select {
	max-width: 100%;
}

dd textarea {
	width: 99%;
}

input.radio, input.checkbox {
	width: auto !important;
	background-color: transparent;
	border: none;
	cursor: default;
}

dd select {
	width: auto;
	font-size: 100%;
}

dd span.info {
	font-style: italic;
	color: #888;
}

fieldset dl {
	margin-bottom: 10px;
	font-size: 1.1em;
}

fieldset dt {
	width: 30%;
	padding-top: 3px;
	border: none;
}

fieldset dd {
	padding-left: 5px;
	margin-left: 30%; /* Ne pas enlever */
	padding-top: 5px !important;
	vertical-align: middle;
}

fieldset dd em {
color:#888888;
}

/* Hover highlights for form rows */
fieldset dl:hover dt label {
	color: #666666;
}

input:focus, textarea:focus {
	color: #000000;
}

/* Icones de liens
---------------------------------------*/
.link_cancel, a.link_cancel {
	cursor:pointer;
	padding-left: 5px;
	color:#cc0000;
}

a.link_cancel img {
	vertical-align: middle;
}

.link_refresh, a.link_refresh {
	cursor: pointer;
	color: #ff7733;
	padding: 5px;
	border: 1px solid #ff7733;
	margin: 0px 0px 0px 20px !important;
}
* html a.link_refresh {
	padding: 0px;
}
*+html a.link_refresh {
	padding: 0px;
}

a.link_refresh:hover {
	background-color: #eeeeee;
	text-decoration: none;
}

a.link_refresh img {
	vertical-align: middle;
}
*+html a.link_refresh img {
	padding: 4px 0px 3px 0px;
}
* html a.link_refresh img {
	padding: 4px 0px 3px 0px;
}

.link_add, a.link_add {
	cursor: pointer;
	color: #66CC00;
	padding: 5px;
	border: 1px solid #66CC00;
	margin: 0px 0px 0px 20px !important;
}
* html a.link_add {
	padding: 0px;
}
*+html a.link_add {
	padding: 0px;
}

a.link_add:hover {
	background-color: #eeeeee;
	text-decoration: none;
}

a.link_add img {
	vertical-align: middle;
}
*+html a.link_add img {
	padding: 4px 0px 3px 0px;
}
* html a.link_add img {
	padding: 4px 0px 3px 0px;
}

/* Submit buttons styles
---------------------------------------- */
.icon_add, .icon_edit, .icon_ok, .icon_cancel, .icon_refresh, .icon_search {
	padding:0;
	cursor:pointer;
	background-repeat:no-repeat;
	direction:ltr;
	padding-left:16px;
	padding-right: 5px;
}

/* icon ADD */
.icon_add, a.icon_add {
	background-image:url('icones/ajouter.png');
	color:#66CC00;
	border: 1px solid #8FD534;
	margin:5px 0px 1px 20px;
}
.icon_add:hover, a.icon_add:hover {
	background: #eeeeee;
	background-image:url('icones/ajouter.png');
	background-repeat:no-repeat;
	text-decoration: none;
}

.icon_edit, a.icon_edit {
	color:#340640;
}

a.icon_edit img {
	vertical-align: middle;
}

.icon_edit:hover {
	color:#340640;
	border-color:#340640;
}

.icon_ok {
	background-image:url('icon_ok.gif');
	color:#66CC00;
	border-left: 1px solid #8FD534;
	margin: 2px 0px 2px 20px !important;
}

.icon_ok:hover {
	border-color:#66CC00;
	background: #eeeeee;
	background-image:url('icon_ok.gif');
	background-repeat:no-repeat;
}

.icon_cancel, a.icon_cancel {
	background-image:url('icones/supprimer.png');
	color:#cc0000;
	border: 1px solid #cc0000;
	margin: 5px 0px 1px 20px !important;
}

.icon_cancel:hover {
	background:url('icones/supprimer.png') no-repeat #eeeeee;
	border-color:#cc0000;
}

.icon_refresh, a.icon_refresh {
	background-image: url('http://illiweb.com/fa/admin/i/icon_sync.gif');
	color:#ff7733;
	border: 1px solid #ff7733;
	margin: 0px 0px 0px 20px !important;
}

.icon_refresh:hover, a.icon_refresh:hover {
	border-color:#ff7733;
	color:#ff7733;
	background: #eeeeee;
	background-image:url('icon_sync.gif');
	background-repeat:no-repeat;
	text-decoration: none;
}
.icon_search {
	background-image:url('icones/voir.png');
	color:#6f6f6f;
}
.icon_search:hover {
	border-color:#6f6f6f;
}

.icon_refresh_right, .icon_search_right {
	padding-right:16px;
	background-position: right !important;
}



/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	font-size: 1em;
	padding-bottom: 2px;
}

.pagination strong,
.pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background: #069;
	border: 1px solid #069;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #5C758C;
	margin: 0 2px;
	padding: 0 2px;
	background: #ECEDEE;
	border: 1px solid #B4BAC0;
}

.pagination span a:hover {
	border-color: #069;
	background: #069;
	color: #FFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

/* Action Highlighting
---------------------------------------- */
.success {
	color: #282 !important;
}

.error {
	color: #BC2A4D !important;
}
.message {
	color:#ffa34f !important;
}
.successbox, .errorbox, .messagebox {
	padding: 10px;
	margin: 20px auto;
	color: #1F5B13;
	width:50%;
	background-color: #F5F5F5;
	text-align: center;
}

.successbox {
	color:#296f2c;
}

.errorbox {
	color: #990000;
}

.messagebox {
	color: #BFAF00;
}

.successbox h3, .errorbox h3, .messagebox h3 {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	text-align: left;
	padding: 5px 0px 1px 40px;
}

.successbox h3 {
	background: url('../../bl/confirm.gif') no-repeat;
}

.errorbox h3 {
	background: url('../../bl/error.gif') no-repeat;
}

.messagebox h3 {
	background: url('../../bl/warning.gif') no-repeat;
}

.successbox p, .errorbox p, .messagebox p{
	font-size: 1.1em;
	margin-bottom: 0;
}

.successbox a, .errorbox a, .messagebox a {
	color:#4f4f4f;
	font-weight: bold;
	text-decoration: none;
}
.successbox a:hover, .errorbox a:hover, .messagebox a:hover {
	text-decoration: underline;
}

/* Special cases for the error page */
#errorpage #page-header a {
	font-weight: bold;
	line-height: 6em;
}

#errorpage #content {
	padding-top: 10px;
}

#errorpage #content h1 {
	color: #DF075C;
}

#errorpage #content h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	color: #333333;
}

/* Tooltip for permission roles */
#tooltip {
	padding:0;
	max-width: 50% !important;
	color: #000;
	border:1px solid #a0bbf7;
	background-color: #f6f6f6;
	font-size:0.8em;
}

* html #tooltip {
	width: 30%;
}

#tooltip *
{
	margin:2px 5px 2px 8px;
}
#tooltip ul {
	padding: 0px 0px 0px 20px;
}
#tooltip dl {
	clear:both;
	position:relative;
	margin-bottom: 10px;
}
#tooltip dt {
	float:left;
	border: medium none;
	padding-top: 3px;
	width: 50%;
}
#tooltip dd {
	margin-left: 50%;
	padding-left: 5px;
	vertical-align: top;
}
#tooltip p.header {
	margin:0;
	font-size:13px;
	color:#ffffff;
	padding: 1px 5px;
	background: #a0bbf7 repeat;
	font-weight: bold;
	border:1px solid #a0bbf7;
}

#tooltip p {
	padding: 0px 5px 0px 0px;
	color: #666666;
}

/* Nice method for clearing floated blocks without having to insert any extra markup
   From http://www.positioniseverything.net/easyclearing.html */
.clearfix:after, #tabs:after, .row:after, #content:after, fieldset dl:after, #page-body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from Mac IE, Windows IE uses this as it doesn't support the :after method above \*/
.clearfix, #tabs, .row, #content, fieldset dl, #page-body {
	height: 1%;
}
/* End hide */

.redcheckbox {
	border-color: #ff0000;
}

/* Grey Boxes
---------------------------------------- */
.greyboxes {
	background-color:#efefef;
	border:1px solid #d4d4bf;
padding-left:10px;
}

.greyboxes h2 {
margin:0 0 5px -10px;
padding:3px 10px 3px 10px;
text-transform: uppercase;
color:#fff;
background-color:#89cc46;
border-bottom:1px solid #ccc;
}
/* Icons more & less */
.icon_more
{
cursor:pointer;
background:transparent url('tabs_more.gif') no-repeat;
padding-left:15px;
}
.icon_less
{
cursor:pointer;
background:transparent url('tabs_less.gif') no-repeat;
padding-left:15px;
}

.center {
	text-align: center;
}

*html a.lk_icone {
	border: 1px solid #ffffff;
  }

*html a.lk_icone:hover {
	color: #444444;
	border: 1px solid #bbbbbb;
	background: #eeeeee;
	text-decoration: none;
  }

  div.icone_center {
	margin : 0px auto;
	min-width: 500px;
	margin: auto;
	padding: 0;
  	}

  /* Icons list */
  div.icone_left, div.icone_right {
	text-align: center;
	width: 120px;
	height: 120px;
	padding: 10px;
	color: #999999;
	margin: 10px;
	border: 1px solid #ffffff;
	background: #fff;
  }

  div.icone_left, div.icone_left_hover {
    float: left;
  }

  div.icone_right, div.icone_right_hover  {
    float: right;
  }

  /* Icons list with mouse over */
  div.icone_left:hover, div.icone_left_hover, div.icone_right:hover, div.icone_right_hover {
	color: #444444;
	border: 1px solid #bbbbbb;
	background: #eeeeee;
	text-align: center;
	width: 120px;
	height: 120px;
	padding: 10px;
	margin: 10px;
  }

  div.avatar {
    float: left;
	text-align: center;
	width: 160px;
	height: 230px;
	color: #cccccc;
	margin: 12px;
	border: 1px solid #ffffff;
	background: #ffffff;
  }

  	div.avatar div {
  		background: #B3E4F0;
  	}

  	div.avatar img {
  		padding: 5px;
  	}

  div.news1, div.news2 {
	padding: 5px 0 5px 10px;
  }

  div.news1 {
	background: #ffffff;
  }

  div.news2 {
	background: #eeeeee;
  }

 .txt_blue {
 	color: #00a5cd;
  }

  .txt_blue:hover{
 	color: #ff7733;
  }

  .txt_orange {
  	color: #ff7733;
  	font-size:0.9em;
  }

  .txt_green {
  	color: #7cba2c;
  }

  a.txt_green {
  	color: #7cba2c;
  	text-decoration: none;
  }

  .txt_green a:hover {
  	color: #7cba2c;
  	text-decoration: none;
  }

  .txt_grey {
  	color: #aaaaaa;
  	font-size:0.7em;
  }

  .field_title {
  	font-size: 1.3em;
  	font-weight: bold;
  	color: #00a5cd;
  }

  .img_puce_right {
  float: right;
  }

 .explain_left {
	background: url('../../bl/quote.gif') top left no-repeat;
	color:#4f4f4f;
	padding: 10px 0px 5px 20px;
	min-height: 20px;
}

.explain_right {
	background: url('../../bl/quote.gif') top right no-repeat;
	color:#4f4f4f;
	padding: 10px 20px 5px 0px;
	min-height: 20px;
}

div.btn_home_left, div.btn_home_right {
  	margin: 10px;
	border: 2px solid #d7d7d7;
	color: #00a5cd;
	text-decoration: none;
	float: left;
}

div.btn_home_left a, div.btn_home_left a:visited {
	color: #86b125;
	padding: 0px 10px;
	text-decoration: none;
}

div.btn_home_right a, div.btn_home_right a:visited {
	color: #86b125;
	padding: 0px 10px;
	text-decoration: none;
}

div.btn_home_left a:hover, div.btn_home_right a:hover {
	background: #eeeeee;
	color: #86b125;
	text-decoration: none;
}

div.btn_home_left span {
	background: url('icones/type_subli.png') no-repeat 5px 0px;
	padding-left: 20px;
	padding-right: 10px;
	text-decoration: none;
}

div.btn_home_right span {
	background: url('icones/type_subli.png') no-repeat right 0px;
	padding-left: 10px;
	padding-right: 20px;
	text-decoration: none;
}

div.btn_home_left span:hover{
	text-decoration: none;
	cursor: auto;
}

div.btn_home_right span:hover {
	text-decoration: none;
	cursor: auto;
}


#page-body .bottom-help {
	text-align: center;
	margin-top: 60px;
	clear: both;
	position: relative;
}

	#page-body .bottom-help .help-link {
		position: absolute;
		right: 10px;
		top: -50px;
	}

/* Classes used for forum auth
-------------------------------------*/
table td.checked-auth {
	background-color: #E7FFEA;
	border-top: 1px solid #BFFFC6;
	border-bottom: 1px solid #BFFFC6;
}

.more-less-auth {
	float: right;
	margin-top: -65px;
}
* html .more-less-auth {
	margin-top: -50px;
}

.fieldset_right .more-less-auth {
	float: left;
}

/*	Popup for preview
-------------------------------------*/
#preview_block .preview {
	background: url('alpha.png');
}

#preview_block .preview img {
	margin: 30px;
	background: url('wait_preview.gif') no-repeat 50% 50%;
}

/* Some general classes
-------------------------------------*/
.perso_domain_explain p {
	padding: 15px 40px 15px 40px;
}

.perso_domain_explain ul {
	padding: 15px 50px 15px 50px;
}

.btn_legend {
	vertical-align: middle;
	padding: 5px 0px 5px 15px;
}

.clear, .spacer {
	clear: both;
}

.v-align-tb {
	vertical-align: text-bottom;
}

.v-align-t {
	vertical-align: top;
}

.field_table {
	font-size: 1em;
	margin-bottom: 50px;
}

.div_btns {
	width: 100%;
	text-align: right;
	padding: 0px 0px 5px 0px;
}

/*
Sous-menu images, groupes, forums
*/
#tabs_menu {
	margin: 0px 1px 0px 0px;
}

#tabs_menu ul {
	list-style: none;
}

#tabs_menu li {
	display: inline;
	font-size: 1em;
	font-weight: bold;
}

#tabs_menu a {
	background:url("icones/menu/sub_left1.png") no-repeat 0% 0px;
	padding-left:6px;
	text-decoration: none;
	position: relative;
	height: 32px;
	cursor: hand;
}
#tabs_menu a span {
	display: block;
	background: url("icones/menu/sub_right1.png") no-repeat 100% 0px;
	padding: 7px 12px 6px 6px;
	color: #706262;
	white-space: nowrap;
	vertical-align:bottom ;
	height: 20px;
}
* html #tabs_menu a span {
	display: block;
	background: url("icones/menu/sub_right1.png") no-repeat 100% 0px;
	padding: 7px 12px 6px 6px;
	color: #706262;
	white-space: nowrap;
	vertical-align:bottom ;
	width: 50px;
}

#tabs_menu a, #tabs_menu a span {
	float:right;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs_menu a span { 
	float:none; 
}
/* End hack */

#tabs_menu a:hover span {
	color: #00a5cd;
}

#tabs_menu #activetab a {
	background-position: 0 -33px;
}

#tabs_menu #activetab a span {
	background: url("icones/menu/sub_right1.png") no-repeat 100% -33px;
	color:#7cba2c;
}

#tabs_menu #activetab a:hover span {
	color: #00a5cd;
}

#menu-body {
	padding: 0px;
	margin: -1px;
}
* html #menu-body {
	margin: -2px;
}

#menu-body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from Mac IE, Windows IE uses this as it doesn't support the :after method above \*/
#menu-body {
	height: 1%;
}

.panel_menu {
	margin: 0px;
	background-color: #fff;
	border: 1px solid #CDCDCD;
	padding: 0ox 0px 10px 0px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

#draggable_preview {
	position:absolute;
	z-index:100;
	top:450px;
	margin-left:35%;
}
* html #draggable_preview {
	margin-left:50%;
}