/* ================================
Skin.css B2B
================================*/   


/**********************************
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  
{
	width: 970px;
	/*height: 351px;*/
}

.ImageBandeau
{
	display:block;
	border:none;
}


.ColonneGauche
{
	vertical-align:top;
	width: 188px;
}

#SearchPane
{
	display:block;
	height:10px;
}

#SwitchPane
{
	display:none;
}

#MenuVerticalPane
{
	width:188px;
	/*border:dotted 1px blue;*/
	margin:0;
	padding:0;
   	height:auto !important; /* Hauteur minimale */
	height:350px;
	min-height:350px;

}


.ColonneCentre
{
	background-color:white;
	padding-top:10px;
	height:400px;
}

.ContentPane
{
	/*background-color:White;*/
}

.ColonneDroite
{
	height:100%;	
	width:1px;
}


#BottomPane  
{
	width: 973px;
	height: 27px;
	background:url(images/footer.gif) no-repeat 0 0;
	padding:10px 0 0 320px;
	text-align:left
}

/* Panneau de connexion pour JDB */
#ConnexionPane
{
	display:block;
	width:188px;
	height:55px;
}

.TexteConnexion_B2B
{
	display:block;
	margin:10px 0 0 10px;
	font:bold 12px Verdana;
	text-decoration:none;
	color:#32b0fc;
}

/**********************************
CSS des skins objects
**********************************/


/* CSS SwitchPublic */
.ImageSwitch
{
	display:block;
	width:550px;
	height:37px;
	border:none;
}



/* Styles du footer UCPAFooterLink */
.TexteFooter_B2B, .SeparatorFooter_B2B
{
	font:bold 13px Verdana;
	text-decoration:none;
	color: #0e78c5;
}


/* CSS UCPASearchInput */
.TexteSearchInput_B2B
{
	font:Normal 11px Verdana;
	color: #32b0fc;
	padding: 0 0 0 10px;
}

.BlocSearchInput
{
	width:188px;
	height:30px;
}

.TextBoxSearchInput
{
	float:left;
	width:130px;
	margin:2px 5px 0 10px;
}

.CmdSearchInput_B2B
{
	display:block;
	float:left;
	width:23px;
	height:22px;
	background:url(images/boutonRechercheRapideBleu.gif) no-repeat;
}


/* CSS UCPASearchResults */
.BlocSearchResults_B2B
{
	width:750px;
	margin:5px 0px 5px 15px;
}

.BlocSearchResults_B2B h1
{
	font:bold 18px Verdana;
	color:#636262;
	margin:5px 0 0 0;
	padding:0;
}

.BlocSearchResults_B2B h2
{
	background: url(images/prefixepointille.gif) no-repeat 0px 12px;
	font: Bold 16px Verdana;
	margin:2px 0 0 0;
	padding:0 0 0 125px;
	color: #31b0fc;
}


.BlocSearchResults_B2B h3
{
	font:Bold 11px Verdana;
	text-decoration:none;
	color: #626262;
	margin:0;
}

.BlocSearchResults_B2B p
{
	font:Normal 11px Verdana;
	color: #626262;
	margin:0;
}

.BlocSearchResults_B2B a
{
	font:Bold 11px Verdana;
	text-decoration:underline;
	color: #31b0fc;
	margin:0;
}

.BlocAuthentification
{
    margin:8px 0 0 0;
    text-align:left;
    font:Bold 11px Verdana;
    color:#0065af;
}