/* ================================
    CSS 
	Aqua
================================*/   


/**********************************
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: 970px; 
}

#TopPane_aqua92
{
	width:970px;
	height:145px;
}

#TopPane_pailleron
{
	width:970px;
	height:200px;
}


#SwitchPane_aqua92
{
	width:970px;
	height:32px;
	background:url(images/SwitchPane_aqua92.gif) no-repeat;
}

#SwitchPane_pailleron
{
	width:970px;
	height:32px;
	background:url(images/SwitchPane_pailleron.gif) no-repeat;
}

.ImageSwitch
{
	display:block;
	height:32px;
	width:970px;
	border:none;
}


#Centre_aqua92, #Centre_pailleron
{
	width:970px;
	display:block;
}
#Centre_pailleron
{
	background:url(images/FondColonneCentre_pailleron.gif) repeat-y top;
}



#ColonneGauche
{
}


#LeftPane_pailleron
{
	display:block;
	width:188px;
}

#LeftPane_aqua92
{
	display:block;
	width:188px;
	background:url(images/leftpane_aqua92.gif) no-repeat 0 0;
}


#BlocCheminDeFer_aygueblue, #BlocCheminDeFer_morlaix
{
	float:right;
	text-align:right;
}

#BlocCheminDeFer_pailleron, #BlocCheminDeFer_marneetgondoire
{
    display:none;
}


#MenuVerticalPane
{
    clear:both;
}


#ColonneCentre
{
}



.ContentPane
{
}

#ColonneDroite
{
}

.RightPane
{
}

#BottomPane
{
	width:970px;
}


#FooterLink
{
	text-align:left;
	margin:-25px auto auto 300px;
}


/**********************************
CSS des skins objects
**********************************/
/* Styles du footer UCPAFooterLink */
.TexteFooter_pailleron, .TexteFooter_aqua92
, .SeparatorFooter_pailleron, .SeparatorFooter_aqua92
{
	font:normal 10px verdana;
	color:#0a3c83;
}



/* CSS UCPASearchInput */

.BlocSearchInput_aqua92, .BlocSearchInput_pailleron
{
	width:180px;
	/*height:30px;*/
}
.BlocSearchInput_aqua92{padding:35px 0px 5px 10px;}
.BlocSearchInput_pailleron{	padding:0px 0px 5px 10px;}

.LabelSearchInput
{
	font:bold 11px verdana;
	text-transform:uppercase;
	color:#0a3c83;
}


.TextBoxSearchInput
{
    display:inline-block;
    width:120px;
	margin:0 0 0 5px;
}

.CmdSearchInput
{
    display:inline-block;
	width:35px;
	height:15px;
	background:url(images/boutonRechercheRapide.gif) no-repeat 0 0;
	vertical-align:top;
}


/* CSS UCPASearchResults */
.BlocSearchResults_aqua92, .BlocSearchResults_pailleron
{
	width:750px;
	margin:5px 0px 5px 15px;
}

.BlocSearchResults_aqua92 h1, .BlocSearchResults_pailleron h1
{
	font:bold 18px Verdana;
	color:#0093d5;
	text-decoration:none;
	margin:0;
}

.BlocSearchResults_aqua92 h2, .BlocSearchResults_pailleron h2
{
	font:Bold 13px Verdana;
	color:#004a82;
	margin:0;
}


.BlocSearchResults_aqua92 h3, .BlocSearchResults_pailleron h3
{
	font:Normal 12px verdana;
	color:#0a3c83;
	margin:0;
}

.BlocSearchResults_aqua92 p, .BlocSearchResults_pailleron p
{
	font:Normal 11px Verdana;
	color:#004a82;
	text-decoration:none;
	margin:0;
}

.BlocSearchResults_aqua92 a, .BlocSearchResults_pailleron a
{
	font:bold 11px Verdana;
	color:#004a82;
	text-decoration:underline;
	margin:0;
}

