/*
Titre:      CSS projet : www.inncomm.fr
Auteur:     Remy Grauwin - contact@arsiteo.com
*/



/* ---MENU-INNCOMM--- */	
#body-projet #rub-indicateur    {
	background-image: url("../images/menu/projet/indic-projet.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	height: 37px;
	border: 0
	}


#body-projet #menu-1         {
	background-image: url("../images/menu/projet/menu-crea_activite.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px
	}


#body-projet a#menu-1:hover, #body-projet a.active#menu-1        {
	background-image: url("../images/menu/projet/menu-crea_activite.gif");
	background-repeat: no-repeat;
	background-position: right top;
	height: 36px
	}


#body-projet #menu-2   {
	background-image: url("../images/menu/projet/menu-crea_entreprise.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px
	}


#body-projet a#menu-2:hover, #body-projet a.active#menu-2        {
	background-image: url("../images/menu/projet/menu-crea_entreprise.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 36px
	}


#body-projet #menu-3      {
	background-image: url("../images/menu/projet/menu-cession_reprise.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px
	}


#body-projet a#menu-3:hover, #body-projet a.active#menu-3       {
	background-image: url("../images/menu/projet/menu-cession_reprise.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 36px
	}



/* ---TEXTUEL-PROJET--- */


#textuel dl.floatpresta1 a:link, #textuel dl.floatpresta1 a:visited,
#textuel dl.floatpresta2 a:link, #textuel dl.floatpresta2 a:visited       {
	color: #877cb9;
	text-decoration: none
	}

#textuel dl.floatpresta1 a:hover, #textuel dl.floatpresta2 a:hover         {
	color: #877cb9;
	text-decoration: underline
	}




/* ---activite--- */
#textuel dl.floatpresta1      {
	color: #ccc;
	text-align: right;
	margin-top: 14px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: auto;
	float: right;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: inline;
	}


#textuel dl.floatpresta1 dt      {
	color: #000;
	font-weight: bold
	}


#textuel dl.floatpresta1 dd     {
	color: #877cb9
	}

/* ---entreprise--- */
#textuel dl.floatpresta2        {
	text-align: right;
	display: inline;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: auto;
	float: right;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
	}




#textuel dl.floatpresta2 dt      {
	color: #000;
	font-weight: bold
	}


#textuel dl.floatpresta2 dd     {
	color: #877cb9
	}




