/*************************************************************************************************/
/* CSS DE POSITIONNEMENT */
/*************************************************************************************************/

Body
{
	font-family:Verdana;
	font-size:8pt;
	padding:0px;
	margin:0px;
	background-color:#EEEEEE;
	/*position: relative;
	height: 100%;
	min-height:100%;*/
	overflow:hidden; /*Pour IE */
	overflow-y: auto; /* Pour Firefox */
	overflow : -moz-scrollbars-vertical; /* Pour Firefox */
}

.MainContentRight
{
	position:absolute;
	top:0px;
	right:0px;
	z-index:4;
}

#MainContent
{
	width:100%;
	/*background-color:#393939;*/
	/*position:relative;*/
	/*min-height: 100%;*/
}
.LastConnection
{
    display:block;
    text-align:right;
    margin-right:20px;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#FFFFFF;
    position:relative;
    top:-25px;
}

.top_bar
{
	background:url(images/top_bleu.jpg);
	background-repeat:repeat-x;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
}

.top_logout
{
	height:40px;
	line-height:40px;
	text-align:right;
	position:absolute;
	top:5px;
	right:0;
	width:400px;
	z-index:10;
	vertical-align:bottom;
}

.top_bar_menu
{
	background:url(images/top_gris.jpg);
	background-repeat:repeat-x;
	height:35px;
	vertical-align:middle;
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
}
.top_logout_last
{
	/*background:url(images/top_menu_orange.png);*/
	background-repeat:repeat-x;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	text-align:right;
	position:relative;
	right:0;
	top:40px;
	width:300px;
	z-index:4;
}

.Conteneur
{
	width:100%;
	background-color:#EEEEEE;
	position:absolute;
	top:80px;
	left:0px;
}

.ConteneurPad
{
	background-color:#EEEEEE;
	width:100%;
	overflow: hidden;
	padding-bottom:35px;
}

.ConteneurPadLogin
{
	width:500px;
	overflow: hidden;
	text-align:left;
}
.ContentBox
{
	background-color:#FFFFFF;
	border:#5E5E66 solid 1px;
	position:relative;
	padding:0px;
	margin:10px;
}

.ContentBox2
{
	background-color:#FFFFFF;
	position:relative;
	padding:0px;
	margin:10px;
	font-family:Verdana;
	font-size:12px;	
	font-weight:bold;
	color:#000000;

}

.ContentHeader
{
	background-color:#383C41;
	position:relative;
	height:30px;
	line-height:30px;
	margin:0px;
}

.PrintButton
{
	position:absolute;
	width:20px;
	right:4px;
	top: 2px;
}

.bottom_bar
{
	background-color:#383C41;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	/*position: absolute;*/
	width: 100%;
	/*bottom: 0;*/
	margin-top:35px;
        overflow: hidden;
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    position: fixed;
}

#ContentZone, .ContentZone
{
    padding:15px;
    overflow: auto;
}
.top_logout .Logout a img
{
    border:none;
}