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

.compCompte {
    background: url("../image/bg_compte.png") no-repeat scroll 0 0 transparent;
    height: 170px;
    margin-bottom: 10px;
    position: relative;
    width: 300px;
}

.compCompte .titleComposants {
	font-size: 17px;
    font-weight: bold;
    left: 50px;
    position: relative;
    text-transform: uppercase;
    top: 15px;
}

.compCompte .titleComposants span{}

.compCompte .description {
	display:none;
}

.compCompte .dataContentComposants {
	left: 52px;
    padding-bottom: 12px;
    position: absolute;
    top: 55px;
}

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

.compCompte #lienMdp {
	position:absolute;
	bottom:0;
	bottom: 0;
    color: #000000;
    font-size: 9px;
    left: 3px;
    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 #CCCCCC;
    color: #000000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 185px;
}
.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;
    text-align: center;
    text-decoration: none;
}