
/******************************************************************************/
/*                                     compCompte                             */
/******************************************************************************/

.compCompte {
    height: 170px;
    position: relative;
    width: 230px;
}

.compCompte .titleComposants {
	background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    position: relative;
    text-indent: 10px;
    text-transform: uppercase;
}

.compCompte .titleComposants span{
    font-family: 'proxima_nova_semibold',arial,sans-serif;
    font-weight: normal;
}

.compCompte .description {
	display:none;
}

.compCompte .dataContentComposants {
	border: 1px solid #CCCCCC;
    left: 0;
    padding: 17px;
    position: absolute;
    top: 24px;
    background: none repeat scroll 0 0 #FFFFFF;
}

.compCompte .formContentIdentification label{
	display:none;
}
.compCompte input {
	width:170px;
	margin-bottom:5px;
}
.compCompte select {
	float: left;
    width: 159px;
    margin-right: 0;
}
.compCompte .formSubmit input {
	background: none repeat scroll 0 0 #000;
    border: medium none;
    color: #fff;
    font-weight: bold;
    height: 20px;
    margin-left: 5px;
    width: 30px;
}

.compCompte #lienMdp {
	bottom: 5px;
    color: #000000;
    font-size: 9px;
    left: 75px;
    position: absolute;
    text-decoration: none;
    width: 100px;
}

/******************************** CONNECTED  ***************************/

.identificationRecapNom, .identificationRecapInfo {
	display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 4px;
    text-align: center;
}
.identificationLienCompte {
	background: none repeat scroll 0 0 #000;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 174px;
}
.identificationDeconnexion {
	background: url("../image/ico_croix_noire.png") no-repeat scroll 65px 7px transparent;
    color: #000000;
    display: block;
    font-size: 10px;
    padding: 3px 0 0 10px;
    text-align: center;
    text-decoration: none;
}