/* CSS Document */


/******/
/* ID */
/******/

/* Menu */

#menu_haut {
}

/* Sous Menu */

#ssmenu_faire_connaissance {
	margin-left	: 0px;
	text-align	: center;
}

#ssmenu_organisation {
	margin-left	: 145px;
	text-align	: center;
}

#ssmenu_offresdeservices {
	margin-left	: 235px;
	text-align	: center;
}

#ssmenu_methode {
	margin-left	: 370px;
	text-align	: center;
}

#ssmenu_clients {
	margin-left	: 433px;
	text-align	: center;
}
#ssmenu_partenaires {
	margin-left	: 485px;
	text-align	: center;
}
#ssmenu_secteurdintervention {
	margin-left	: 575px;
	text-align	: center;
}

#ssmenu_prestations {
	margin-left	: 635px;
	text-align	: center;
}

#ssmenu_contacts {
	margin-left	: 740px;
	text-align	: right;
}

/* Fin Sous Menu */


/***********/
/* CLASSES */
/***********/

.ssmenu {
	display		: none;
	position	: absolute;
	color		: #FEF0DE;
	font-size	: 12px;
	font-weight	: bold;
}

.ssmenu .zoneorange {
	height			: 12px;
	line-height		: 12px;
	background-color: #FBCB8C;
}


.ssmenu .lien {
}
.ssmenu .lien a:link, 
.ssmenu .lien a:visited, 
.ssmenu .lien a:hover, 
.ssmenu .lien a:active {
	padding-top		: 2px;
	padding-bottom	: 2px;
	display			: block;
	width			: auto;
	background-color: #FEF0DE;
	font-size		: 12px;
	color			: #004A99;
	text-decoration	: none;
	white-space		: nowrap;
	padding-left	: 5px;
	padding-right	: 5px;
}

.ssmenu .lien a:hover {
	display				: block;
	background-color	: #FBCB8C;
	color				: #F29500;
}
