/****************** Coeur Site ******************/
#coeurSite {
    padding:0;
	width: 894px;
}

.identification {
	background-image: url(../_image/fond_client.png);
	background-position: 0 0;
	background-repeat: repeat-x;
    height: 411px;
	min-height: 386px;
	padding: 25px 29px 0 29px;
}

.titrePage {
	text-align: right;
	font-size: 40px;
	line-height: 40px;
	color: #6e2a22;
	font-weight: normal;
}

#maisongrd {
	width: 352px;
	height: 215px;
	background-image: url(../_image/maisongrd.png);
	background-position : 0 0;
	background-repeat: no-repeat;
}

#formulaire1 {
	width: 310px;
	height: 135px;
	background-image: url(../_image/fond_form_client.png);
	background-position : 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -23px;
}
#formulaire2 {
	width: 310px;
	height: 135px;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -23px;
}

#formulaire2 th {
	color: #bd1220;
	font-weight: normal;
	text-align: right;
}
#formulaire2 table {
	margin-left: 15px;
	margin-top: 18px;
	margin-bottom: 10px;
}
#formulaire2 td input {
	width: 168px;
}
.submit {
	cursor: pointer;
	padding: 0;
	display:block;
	overflow:hidden;
	height: 41px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.submit input {
	display:none;
}
.btt_ok {
	background-image: url(../_image/btt_ok.png);
	width: 41px;
	margin-left: 234px;
}


#titreCompte {
	background-image: url(../_image/fond_titre_espclient.png);
	background-repeat: repeat-x;
	background-position: 0 0;
    font-size: 18px;
    color: #ffffff;
    padding: 8px 0px 8px 20px;
}
#titreCompte a {
    font-size: 11px;
    margin-top: 5px;
    margin-left: 370px;
    position: absolute;
    left: 50%;
    color: #ffffff;
	background-image: url(../_image/quitter.png);
	background-repeat: no-repeat;
	background-position: right;
    padding-right: 20px;
    margin-right: 10px;
    text-decoration: none;
}
#titreCompte a:hover {
	text-decoration: underline;
}

#commentaire {
	background-color: #e8e1e6;
	padding: 15px 29px;
}

.fichier {
	margin: 15px 60px 0 60px;
}
.fichier span {
	font-size: 10px;
    color: #9e9e9e;
}
.fichier a {
	color: #d51916;
    padding-left: 15px;
	background-image: url(../_image/puce_01.png);
	background-repeat: no-repeat;
	background-position: left;
}
.fichier a:hover {
	color: #733428;
}
.fichier p {
    padding-left: 15px;
}