/* ================================
    CSS 
	ams
================================*/   

/**********************************
CSS du gabarit de page
**********************************/

body
{
	margin:0;
	border:0;
	padding:0;
	text-align:center; /* Centrage sous IE */
}


#Conteneur
{
	/* Centrage sous Firefox */
	margin-left: auto;
    margin-right: auto;
    width: 1024px; 
	background:url("images/background_ams.gif") repeat-y 0 0;
}

#TopPane
{
	width:1024px;
	height:255px;
}

.ImageBandeau
{
	width:1024px;
	height:255px;
	border:none;
	display:block;
}

#FondCentre
{
	width:1024px;
	background:url("images/background_ams.gif") repeat-y 0 0;
}

#Centre
{
	width:1024px;
   	height:auto !important; /* Hauteur minimale */
	height:687px;
	min-height:687px;
	background:url("images/fond_ams.gif") no-repeat 0 0;
}



#ColonneGauche
{
	vertical-align:top;
	width:186px;
}


#LoginPane
{
    position:absolute;
    margin:-30px 0 0 9px;
}

#LoginPane a
{
    display:block;
    width:18px;
    height:19px;
	background:url("images/EtoileLogin.gif") repeat-y 0 0;
}



#MenuVerticalPane
{
	width:186px;
	margin:0 0 0 0;
}


#ColonneCentre
{
	display:table-cell;
	
}


.ContentPane
{
}

#ColonneDroite
{
	height:100%;	
	width:1px;
}

.RightPane
{
}



#BottomPane
{
	width:1024; 
}


#FooterLink
{
	vertical-align:top;
	text-align:left;
	margin:-55px auto auto 260px;
	height:17;
}

.ImgFooter
{
	display:block;
	width:1024px;
	height:auto;
	border:none;
}

/**********************************
CSS des skins objects
**********************************/

/* Styles du footer UCPAFooterLink */
.TexteFooter_ams, a.TexteFooter_ams
, .SeparatorFooter_ams, a.SeparatorFooter_ams
{
	font:Normal 12px verdana;
	color:#cdb7ee;
}





