/*
-----------------------------------------------
isManager site Style Sheet
Version 2.0
Last update: 27.10.05
----------------------------------------------- */
/* Imported Styles
----------------------------------------------- */
@import url("_css/_html.css");
@import url("_css/_client.css");
@import url("_css/_structure.css");
@import url("_css/_navigation.css");
@import url("_css/_formulaires.css");

/* FIXING KNOWN BUGS*/
/* fixing the float model box in FireFox
------------------------------------------------ */
.box:after
{
   content: "."; 
   display: block; 
	height: 0;
   clear: both; 
   visibility: hidden;
}
/* Hides from IE-mac \*/
* html .box {height: 1%;}
.box {display: block;}
/* End hide from IE-mac */

.clearer
{
	clear: both;
}
.spacer
{
	clear:both;
	height: 15px;
}
/* stop WinIE6 from calculating width of
italicized text twice, thereby wrecking layout
----------------------------------------------- */
/* * html em { font-style: normal; font-weight: bold; }*/

/* fixing IE LI background display when in float:left
------------------------------------------------ */
/* UL, OL, DL { position: relative;  }*/

/* These are standard sIFR styles... do not modify */
.sIFR-flash { visibility: visible !important;	margin: 0; }
.sIFR-replaced {	visibility: visible !important; }
span.sIFR-alternate {	position: absolute;	left: 0;	top: 0;	width: 0;	height: 0;	display: block;	overflow: hidden; }

