/***********************************************/
/* Redéfinitions balises HTML                  */
/***********************************************/ 
.Content1 select, .Content1 textarea {
	font-family: Arial;
	font-size: 10px;
	background-color:#59A5CE;
	color:#ffffff;
	margin:5px;
	width:200px;
}

.Content1 input 
{
	font-family: Arial;
	font-size: 11px;
	background-color:#59A5CE;
	color:#ffffff;
	margin:5px;
}


#pForm input /* inputs de la page d'inscription */
{
	width:200px;
}

#pForm .WidthAuto 
{
	width:auto;
}

/* text area sur la page inscription */
#tbAttentes 
{
	background-color:#ffffff;	
	width:300px;
	height:100px;
	border:solid 1px #59A5CE;
	color:#00659C;
}
/* bouton de la page inscription */
#bValider, .bValider, #bValiderRappel
{
	background-color:#AE080F;
	border-top:1px solid #fff;
	border-left:0px solid #fff;
	border-bottom:1px solid #fff;
	border-right:2px solid #fff;
	margin:0px;
	width:auto;
	font-weight:bold;
	padding:2 10 2 10px;
	text-align:left;
}

#bAnnuler, #bOubli, #bInscription, #bAnnulerRappel, #bInscriptionOK
{
	background-color:#7AB7D8;
	border-top:1px solid #fff;
	border-left:0px solid #fff;
	border-bottom:1px solid #fff;
	border-right:2px solid #fff;
	margin:0px;
	width:auto;
	font-weight:bold;
	padding:2 10 2 10px;
	text-align:left;
}

/**************** Gestion des page accueil de rubriques *********************/

.accueil {
margin-left:20%;
margin-right:30%;
margin-top:50px;
width:auto;
}

.repreneur .accueil  {
	
}
	 .accueil span{
	 	font-weight:bold;
	 	display:block;
		clear:both;
		margin-bottom:10px;
		padding:10px;
		border-bottom:1px dashed #E4EBF0;
		width:100%;
		font-size:14px;
	}
		 .accueil a, .accueil a:link, .accueil a:active {
			color: #900028;
			border:1px solid #900028;
			padding:2px;
			border:1px solid #900028;
			
			text-decoration:none;
			float:right;
			font-weight:normal;
			font-size:11px;
	    }
	.accueil a:hover {
		background-color:#fff;
		color:#900028;
		font-weight:normal;
	}
	.accueil a:visited {
	}
	
	.repreneur .accueil span{
		color:#006BB6;
	}
	.cedant .accueil span{
		color:#006BB6;
	}
	.bnoa .accueil span{
		color:#900028;
	}

/***********************************************/
/* Liens                                       */
/***********************************************/ 
a,a:link,a:active {
	color: #900028;
	text-decoration: none;
	border:0;
	cursor:pointer;
}
a:hover {
	text-decoration: underline;
}
a:visited {
}

/***********************************************/
/* Styles communs                                       */
/***********************************************/ 
.hv_Navigation {
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
}

.hv_NavigationSeparation {
	background-color: #F3C950;
}



