.inscription-outils h1{
	font-weight: normal;
}

.inscription-outils .space {
	background: #f6f5e5;
	border-top: 1px solid #e7e6bd;
	margin: 10px 0 0px;
	padding: 20px 15px;
}

.inscription-outils h3 {
	font-size: 13px;
}

.inscription-outils .formElement {
	margin-bottom: 10px;	
}

.inscription-outils input[type="text"],
.inscription-outils input[type="submit"],
.inscription-outils select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.inscription-outils select {
	padding: 3px 3px;
}

.inscription-outils .tc {
	clear: both;
	padding-top: 10px;
	margin-left: -50px;
}

.inscription-outils .msg {
	display: none;
	color: green;	
	text-align: left;
	margin-bottom: 10px;
	font-size: 14px;
	background: none;
	opacity: 1;
	padding: 0px 0;
}

.inscription-outils .msg a {
	color: green;
	text-decoration: underline;
}

.inscription-outils .msg a:hover {
	text-decoration: none;
}

/* --------------------------------
 * Portefeuille
 * --------------------------------
 */
#managePortefeuille {
	margin: 15px 0 0;
	padding: 0 0 0 65px;
	background: url("/media/images/icon-mes-portefeuille-virtuel-membre.png") no-repeat 0 0;
}

#managePortefeuille form label {
	display: inline-block;
	width: 205px;
	margin: 0 10px 0;
	line-height: 2.2em;
	text-align :right;
}

#managePortefeuille .textbox {	
	width: 230px;
	margin: 0;
}


/* --------------------------------
 * Alert Analyse 
 * --------------------------------
 */
#manageAlertanalyse {
	margin: 20px 0 0;
	padding: 22px 0 0 65px;
	border-top: 1px solid #fff;
	background: url("/media/images/icon-alerte-analyse-membre.png") no-repeat 0 10px;	
}

#manageAlertanalyse .content {
	float: left;
	width: 45%;
	margin: 8px 0 0 5%;
}

/* --------------------------------
 * Manage List
 * --------------------------------
 */
.inscription-outils #manageList {
	margin: 20px 0 0;
	padding: 30px 0 0 65px;
	border-top: 1px solid #fff;
	background: url("/media/images/icon-ma-liste-membre.png") no-repeat 0 20px;
}

.inscription-outils #manageList form {
	margin: 0 0 20px;
}

.inscription-outils #manageList label {
	color: #A59D67;
}

#manageList #listAddContent {
	float: left;
	width: 330px;
	margin: 0 0 20px;
}

#manageList #listAddContent h3 {
	font-size: 13px;
	font-weight: normal;
	color: #A59D67;
}
#manageList #listAddContent label {
	width: 80px;
	color: #000;
}

.inscription-outils .listContent {
	float: left;
	width: 200px;
	min-height: 140px;
	margin: 0 0 20px 15px;
	padding: 0;
	background-color: #fff;
	border: 1px solid #e8ebe8;
}

.inscription-outils .section {
	background: none;
	text-transform: inherit;
	font-size: 13px;	
	color: #000!important;
}

.inscription-outils .listContent table td{
	padding: 3px 3px;
	border-bottom: 0 none;
}

.inscription-outils .ui-sortable td.tl {
	padding-top: 4px;
}

.inscription-outils .listContent table .fr {
	margin-right: 5px;
}

.inscription-outils .more {
	text-align: center;
}

.inscription-outils .more a {
	text-decoration: underline;
}
.inscription-outils .more a:hover {
	text-decoration: none;
}


/* --------------------------------
 * Alert Societe
 * --------------------------------
 */
.inscription-outils #manageAlertsoc {
	margin: 20px 0 0;
	padding: 20px 0 0 65px;
	border-top: 1px solid #fff;
	background: url("/media/images/icon-mes-alertes-membre.png") no-repeat 0 10px;	
}

.inscription-outils #manageAlertsoc form {
	float: left;
	width: 330px;
}

.inscription-outils #manageAlertsoc label {
	color: #A59D67;
}

/* --------------------------------
 * A decouvrir 
 * --------------------------------
 */
#seeMore {
	margin: 20px 0 0;
	padding: 38px 0 0 0px;
	border-top: 1px solid #fff;	
} 

#seeMore h3 {
	margin: 0 0 20px;
}
#seeMore li {
	padding-left: 70px;
	margin-bottom: 20px;		
}
#seeMore li h3 {	
	margin-bottom: 8px;		
}

#seeMore .graph {
	background: url("/media/images/icon-graph-perso-membre.png") no-repeat 0 0px;		
}
#seeMore .alertCours {
	background: url("/media/images/icon-mes-alertes-membre.png") no-repeat 0 5px;	
}
#seeMore .forum {
	background: url("/media/images/ico-header-forum.png") no-repeat 0 5px;	
}
#seeMore .portefeuille-trading {
	background: url("/media/images/icon-portefeuille-trading.png") no-repeat 10px 0px;
}
#seeMore .portefeuille-trading h3 {
	color: #b25578;
}

#seeMore p {
	display: inline-block;
	width: 75%;
	margin-right: 5%;
}
#seeMore a {
	display: inline-block;
	width: 15%;
	vertical-align: top;
	color: #a59d67;
	text-decoration: underline;
}

#seeMore a:hover {
	text-decoration: none;
}






















