/* ================================
    CSS 
	Meyzieu
================================*/   

/**********************************
CSS du gabarit de page
**********************************/

body
{
	margin:0;
	border:0;
	padding:0;
	text-align:center; /* Centrage sous IE */
}

#Fond
{
}

#Conteneur
{
	/* Centrage sous Firefox */
	margin-left: auto;
    margin-right: auto;
    width:1024px; 
	background-color:#ffffff;
}

#TopPane
{
	width:1024px;
	height:210px;
}

.ImageBandeau
{
	width:1024px;
	height:210px;
	border:none;
	display:block;
}


#Centre
{
	width:1024px;
	display:block;
}



.ColonneGauche
{
	vertical-align:top;
	width:273px;
	background:url(images/leftPane.gif) no-repeat 0 0;
	height:100%;
}

#SearchPane
{
    padding:0 0 0 45px;
}

#MenuVerticalPane
{
    clear:both;
	width:273px;
    background:url(images/fondMenuVertical.gif) no-repeat 0 0;
	padding:7px 0 0 0;
   	height:auto !important; /* Hauteur minimale */
	height:504px;
	min-height:504px;
}


.ColonneCentre
{
    display:table-cell;
}



.ContentPane
{
	display:block;
}

.ColonneDroite
{
	height:100%;	
	width:1px;
}

.RightPane
{
}



#BottomPane
{
	width:969px;
	height:43px;
}


#FooterLink
{
	vertical-align:top;
	text-align:left;
	margin:-40px auto auto 270px;
}

.ImgFooter
{
	display:block;
	width:1024px;
	height:98px;
	border:none;
}


/**********************************
CSS des skins objects
**********************************/

/* Styles du footer UCPAFooterLink */
.TexteFooter_meyzieu, a.TexteFooter_meyzieu
, .SeparatorFooter_meyzieu, a.SeparatorFooter_meyzieu
{
	font:Normal 14px verdana;
	color:#408da9;
}


.BreadCrumbBlock_meyzieu, .BreadCrumbBlockHome_meyzieu
{
    text-align:right;
    padding:10px 20px 5px 15px;
	font:Normal 14px verdana;
	color:#408da9;
}

.BreadCrumbText_meyzieu, .BreadCrumbTextHome_meyzieu
{
	font:Normal 14px verdana;
	color:#408da9;
	text-decoration:none;
}
.BreadCrumbTextHome_meyzieu{font-size:10px;}
