/*
 * #%L
 * SISPEA web application
 * %%
 * Copyright (C) 2014 - 2024 OFB
 * %%
 * OFB - Tous droits réservés
 * #L%
 */
*
{
	margin:0px;
	padding:0px;
}
div#Menu 
{
	float: left;
	margin-right: 5px;
	padding: 23px 0 1px 0px;
}

div#Colonne2
{
	float: right;
	width:auto;
	margin-left: 5px;
	margin-right: 0px;
	padding: 1px 0;
}

div#Container 
{
	height:auto;
	overflow-x:auto;
  overflow-y:hidden;
	padding: 1px 5px;
	/*min-height:463px;*/
}

div#Content > img 
{
 display:none;
}

div#LeftMainBorder 
{
	background:transparent url(../images/MiseEnForme/degrade_left.gif) repeat-y scroll left center;
	height:auto;
	text-align:left;
	margin:auto;
	display:block;
	/* width:1040px; */
}

div#LeftMainBorder.fullScreen {
    width: 100%;
}

div#LeftMainBorder.windowed {
    width: 1024px;
}

div#RightMainBorder 
{
	background:transparent url(../images/MiseEnForme/degrade_right.gif) repeat-y scroll right center;
	/*float:right;*/
	/*width:35px;*/
	height:auto;
}
div#MainDivBordered
{
	overflow: hidden;
	padding-left:35px;
	padding-right:35px;
	min-height:100%;
}

div#Header{
	width:100%;
	min-height:768px;
}

div .ClearBoth
{
	clear:both;
}

