/************************************************************************************************************************/
/* blue_orange		: plan_site.css																						*/
/* Auteur			: Guillaume FEUTREN																					*/
/* Date				: 05/06/2007																						*/
/* Modification		: 05/06/2007																						*/
/************************************************************************************************************************/

/************************************************************************************************************************/
/* Classes relatives à la page de plan du site																			*/
.PlanSiteFunction
{
	height      : 30px;
	width	    : 415px;
}
.PlanSite * {
	margin:0;
	padding:0;
	border:0;
	
}
.PlanSite {
	margin-top:10px;
	margin-left:50px;
	display: table;
}

.PlanSite p {
	display: table-row;
}

.PlanSite p span{
	display: table-cell; 
	vertical-align: middle;

}

.PlanSiteLink
{	
	height      : 30px;
	text-align  : left;
	width       : 228px;
	font-weight : bold;
	font-size	: 14px;
}
.PlanSiteFunction {
	text-align  : left;
}

.PlanSite p{
	clear:both;
}
.PlanSite {
}