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

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

.compCompte .titleComposants {
	background: url("../image/icon_compte.gif") no-repeat scroll 0 5px transparent;
    border-top: 4px solid #000;
	padding-top: 7px;
    color: #434A42;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    position: relative;
    text-indent: 10px;
    text-transform: uppercase;
}

.compCompte .titleComposants span{
		padding-left: 30px;
	}

.compCompte .description {
	display:none;
}

.compCompte .dataContentComposants {
	width: 200px;
	margin: 10px 18px 5px;
}

.compCompte .formContentIdentification label{
	display:none;
}
.compCompte input {
	width:170px;
	margin-bottom:5px;
}
.compCompte select {
	float: left;
    width: 159px;
}
.compCompte .formSubmit input {
	background: rgb(87,87,87); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(87,87,87,1) 42%, rgba(12,12,12,1) 67%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,rgba(87,87,87,1)), color-stop(67%,rgba(12,12,12,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(87,87,87,1) 42%,rgba(12,12,12,1) 67%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(87,87,87,1) 42%,rgba(12,12,12,1) 67%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(87,87,87,1) 42%,rgba(12,12,12,1) 67%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(87,87,87,1) 42%,rgba(12,12,12,1) 67%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#0c0c0c',GradientType=0 ); /* IE6-9 */

    border: 1px solid #999;
	-moz-box-shadow: 0 0 0 1px #000;
	-webkit-box-shadow: 0 0 0 1px #000;
	-o-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
    color: #fff;
    font-weight: bold;
    height: 20px;
    margin-left: 5px;
    width: 30px;
}

.compCompte #lienMdp {
	margin-top: 55px;
    color: #000000;
    font-size: 9px;
    left: 0;
    position: absolute;
    text-decoration: none;
    width: 230px;
	text-align: center;
	height: 25px;
	padding-top: 7px;
	
	background: rgb(232,232,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(232,232,232,1) 20%, rgba(255,255,255,1) 65%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(232,232,232,1)), color-stop(65%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 20%,rgba(255,255,255,1) 65%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(232,232,232,1) 20%,rgba(255,255,255,1) 65%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(232,232,232,1) 20%,rgba(255,255,255,1) 65%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(232,232,232,1) 20%,rgba(255,255,255,1) 65%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}

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

.identificationRecapNom, .identificationRecapInfo {
	display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 4px;
    text-align: center;
}

.liensdigiticks {

}

.identificationLienCompte {
	background: rgb(134,204,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(134,204,237,1) 1%, rgba(22,107,148,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(134,204,237,1)), color-stop(99%,rgba(22,107,148,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(134,204,237,1) 1%,rgba(22,107,148,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(134,204,237,1) 1%,rgba(22,107,148,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(134,204,237,1) 1%,rgba(22,107,148,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(134,204,237,1) 1%,rgba(22,107,148,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86cced', endColorstr='#166b94',GradientType=0 ); /* IE6-9 */
	
	border: 1px solid #fff;
    -moz-box-shadow: 0 0 0 1px #000000;
	-webkit-box-shadow: 0 0 0 1px #000000;
	-o-box-shadow: 0 0 0 1px #000000;
	-ms-box-shadow: 0 0 0 1px #000000;
	box-shadow: 0 0 0 1px #000000;
    color: #FFFFFF;
    display: block;
	margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 174px;
}

.liensDeconnecter {
	
}

.identificationDeconnexion {
		background: url("../image/ico_croix_noire.png") no-repeat scroll 77px 9px, rgb(232,232,232); /* Old browsers */
	background: url("../image/ico_croix_noire.png") no-repeat scroll 77px 9px,-moz-linear-gradient(top,  rgba(232,232,232,1) 20%, rgba(255,255,255,1) 65%); /* FF3.6+ */
	background: url("../image/ico_croix_noire.png") no-repeat scroll 77px 9px,-webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(232,232,232,1)), color-stop(65%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: url("../image/ico_croix_noire.png") no-repeat scroll 77px 9px,-webkit-linear-gradient(top,  rgba(232,232,232,1) 20%,rgba(255,255,255,1) 65%); /* Chrome10+,Safari5.1+ */
	background: url("../image/ico_croix_noire.png") no-repeat scroll 77px 9px,-o-linear-gradient(top,  rgba(232,232,232,1) 20%,rgba(255,255,255,1) 65%); /* Opera 11.10+ */
	background: url("../image/ico_croix_noire.png") no-repeat scroll 77px 9px,-ms-linear-gradient(top,  rgba(232,232,232,1) 20%,rgba(255,255,255,1) 65%); /* IE10+ */
	background: url("../image/ico_croix_noire.png") no-repeat scroll 77px 9px,linear-gradient(to bottom,  rgba(232,232,232,1) 20%,rgba(255,255,255,1) 65%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    color: #000000;
    display: block;
    font-size: 10px;
    height: 20px;
    margin-top: 10px;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
	position: absolute;
	left: 0;
	width: 230px;
}