/* ================================
    CSS 
	Base Loisirs
================================*/   


/**********************************
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;
    margin-top:10px;
    width: 970px; 
}


#TopPane  
{
	width: 970px;
	height: 177px;
}

#Centre
{
	width: 970px;
}

#BottomPane  
{
	width: 970px;
	height: 43px;
}


#LogoPartenaire
{
	float:left;
	width: 188px;
	height: 177px;

}

#Bandeau
{
	float:right;
	width: 782px;
	height: 177px;
}


#CheminDeFerPane
{
	width: 782px;
	height: 32px;
}

#BlocCheminDeFerGauche
{
	width: 647px;
	height: 32px;
	float:left;
	text-align:left;
}

#BlocCheminDeFerDroite
{
	width: 537px;
	height: 32px;
	float:right;
	text-align:right;
}


#SwitchPane
{
	float:left;
	width: 245px;
	height: 32px;
}

.ImageSwitch
{
	display:block;
	height:32px;
	width:245px;
	border:none;
}



#AccueilPane
{
	height: 32px;
	width:135px;
	float:right;
}



#RecherchePane
{
	width:188px;
	height:76px;
	background:url(images/Recherchepane.gif) no-repeat;
	text-align:left;
	margin-top:5px;
}


.FooterLink
{
	text-align:left;
	margin-top:-40px;
	margin-left:300px;
}


.ucpaMenuActivitesOffres
{
	text-align:center;
	width:404px;
}




.TexteAccueil, a.TexteAccueil
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #99CF06;
	text-decoration:none;
}


/**********************************
CSS des skins objects
**********************************/

/* Styles du footer UCPAFooterLink */
.TexteFooter_BaseLoisirs, a.TexteFooter_BaseLoisirs
, .SeparatorFooter_BaseLoisirs, a.SeparatorFooter_BaseLoisirs
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#696106;
	text-decoration:none;
}



/* CSS UCPASearchInput */
.BlocSearchInput
{
	width:188px;
	padding:15px 0 0 15px;
}

.LabelSearchInput
{
	font:Bold 11px Verdana;
	color:#696106;
}

.TextBoxSearchInput
{
    display:inline-block;
	width:115px;
}

.CmdSearchInput
{
    display:inline-block;
	width:42px;
	height:17px;
	background:url(images/boutonRechercheRapide.gif) no-repeat 0 0;
	vertical-align:top;
}


/* CSS UCPASearchResults */
.BlocSearchResults_BaseLoisirs
{
	width:750px;
	margin:5px 0px 5px 15px;
}

.BlocSearchResults_BaseLoisirs h1
{
	font:Bold 18px Verdana;
	color:#696106;
	text-decoration:none;
	margin:0;
}

.BlocSearchResults_BaseLoisirs h2
{
	font:Bold 12px Verdana;
	color:#696106;
	text-decoration:none;
	margin:0;
}


.BlocSearchResults_BaseLoisirs h3
{
	font:Bold 11px Verdana;
	color:#696106;
	text-decoration:none;
	margin:0;
}

.BlocSearchResults_BaseLoisirs p
{
	font:Normal 11px Verdana;
	color:#696106;
	margin:0;
}

.BlocSearchResults_BaseLoisirs a
{
	font:bold 11px Verdana;
	color:#8abc04;
	text-decoration:underline;
	margin:0;
}


/* Autres styles */

.BlocTexte
{
	float:left;
	width:622px;
	padding:5px 10px 5px 15px;
	text-align:justify;
}



.BlocTexteLarge
{
	float:left;
	width:742px;
	padding:5px 10px 5px 15px;
	text-align:justify;
}

.Titre1_BaseLoisirs
{
	font:Bold 18px Verdana;
	color:#696106;
	text-decoration:none;
}

.Titre2_BaseLoisirs
{
	font:Bold 12px Verdana;
	color:#696106;
	text-decoration:none;
}

.Titre3_BaseLoisirs
{
	font:Bold 13px Verdana;
	color:#8abc04;
	text-decoration:none;
}

.TexteNormal_BaseLoisirs, a.TexteNormal_BaseLoisirs
{
	font:Normal 11px Verdana;
	color:#696106;
	text-decoration:none;
}

.TexteNormal1_BaseLoisirs, a.TexteNormal1_BaseLoisirs
{
	font:Normal 12px Verdana;
	color:#696106;
	text-decoration:underline;
}

.TexteCouleur_BaseLoisirs, a.TexteCouleur_BaseLoisirs
{
	font:Bold 11px Verdana;
	color:#696106;
	text-decoration:none;
}

.TexteCouleur1_BaseLoisirs, a.TexteCouleur1_BaseLoisirs
{
	font:Bold 11px Verdana;
	color:#8abc04;
	text-decoration:none;
}

.TextePetit_BaseLoisirs
{
	font:Normal 10px Verdana;
	text-decoration:none;
	color:#696106;
}

.TextePetitCouleur_BaseLoisirs
{
	font:Normal 10px Verdana;
	text-decoration:none;
	color:#8abc04;
}







