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

.compCompte {
    position: relative;
    width: 100%;
	margin-bottom: 30px;
	
	}

.compCompte .titleComposants {
	background: url("../image/bg-ribbon.png") no-repeat scroll 17px top transparent;
    color: #FFFFFF;
    display: block;
    font-family: lefleury;
    font-size: 20px;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
	padding-top:25px;
	padding-left: 40px;
	text-align:left;

}

.compCompte .titleComposants span{}

.compCompte .description {
	display:none;
}

.compCompte .dataContentComposants {
	margin-left: 38px;
    text-align: left;
    width: 210px;
}

.compCompte .formContentIdentification label{
	display:none;
}
.compCompte input {
	width: 195px;
	margin-bottom:5px;
}
.compCompte select {
	
    float: left;
    height: 25px;
    padding-top: 3px;
    width: 148px;
}
.compCompte .formSubmit input {
	background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #14892b;
    font-weight: normal;
    height: 25px;
    margin-left: 10px;
    width: 50px;
	border: 1px solid #CCCCCC;
}

.compCompte #lienMdp {
	color: #14892b;
    font-size: 9px;
    left: 40px;
    position: absolute;
    text-decoration: none;
    top: 175px;
    width: 100px;
}

.compCompte input.champTel {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    height: 20px;
    padding-left: 9px;
}
.compCompte input.champPwd {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    height: 20px;
    padding-left: 9px;
}
#pageEtape1 .colonneContent2 select {
}
/******************************** CONNECTED  ***************************/

.identificationRecapNom, .identificationRecapInfo {
	display: block;
    font-size: 14px;
    padding: 0 0 3px;
    text-align: left;
}
.identificationLienCompte {
	background: #69a8e1; /* Old browsers */
	background: -moz-linear-gradient(top, #69a8e1 0%, #456f95 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69a8e1), color-stop(100%,#456f95)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #69a8e1 0%,#456f95 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #69a8e1 0%,#456f95 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #69a8e1 0%,#456f95 100%); /* IE10+ */
	background: linear-gradient(to bottom, #69a8e1 0%,#456f95 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69a8e1', endColorstr='#456f95',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 0px 1px #456f95;
    color: #FFF;
    display: block;
    font-size: 20px;
	font-family:lefleury;  
 	padding: 10px;
    text-align: center;
    text-decoration: none;
	margin-top:10px;
	border-radius:4px 4px 4px 4px;
	border: 1px solid #9EC9EF;
}
.identificationDeconnexion {
	background: url("../image/sprite_panier.png") no-repeat scroll 0px -30px transparent;
    color: #2E8C3C;
    display: block;
    font-size: 10px;
    padding: 10px 0 0 10px;
    text-align: left;
    text-decoration: none;
}