/*
@Author : Nicolas Gerner
*/

/*CSS pour le templates account.htm.php*/

.divGlobal{
	text-align: center;
	width: 200px;
	z-index: 10;
	position: absolute;
	right: -5px;
	top: 25px;
}

.borderMyAccount{
	border-collapse: collapse;
	padding: 0px;
}

.borderMyAccount .tdTop{
	vertical-align: top;
}

.borderMyAccount .contenerImg{
	vertical-align: middle;
	padding-left: 25px;
}

.myAccount {
	border-collapse: collapse;
	padding: 5px;
}

.myAccount .tdBack{
	text-align:right;
}

.puce{
	vertical-align: middle;
}

.tdTextImg{
	padding-left:65px;
	padding-top:5px;
	vertical-align: top;
}


.tableCmdExpress{
	border-collapse: collapse;
	width: 209px;
	height: 70px;
	background: url(../../../www/img/express_order.png) no-repeat top left;
}

.tableListPerso {
	border-collapse: collapse;
	width: 209px; 
	height: 72px; 
	background: url(../../../www/img/liste_perso.png) no-repeat top left;
}

.tableNewsletter{
	border-collapse: collapse;
	width: 209px; 
	height: 70px; 
	background: url(../../../www/img/newsletter.png) no-repeat top left;
}

.tdTextImg {
	vertical-align: top;
	padding-left: 65px;
	padding-top: 5px;
}

.trait_vertical{
	vertical-align: top;
	border-right : 1px solid #B9B4B1;
	padding-right:30px;
	padding-top:2px;
}

.tableAvantageAccount{
	border-spacing: 10px; 
	padding: 0px;
}

.tableAvantageAccount .tdCreateAccount{
	text-align:right;
}

.tableAvantageAccount .tdLoginAccount{
	vertical-align: top;
	padding-left: 30px;
}

.devisAndCom{
	width: 650px;
	height: 100px;
	background-image: url(../../../www/img/fond-cpt.png);
	background-repeat: no-repeat;
}

.cptInfos{
	width: 650px;
	height: 100px;
	background-image: url(../../../www/img/fond-cpt.png);
	background-repeat: no-repeat;
}

.Title_Account{
	color: #505050;
	font-weight: bold;
	font-size: 14px;
	
}

.titleHeadDevis{
	color: #069a0e;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
}


.titleHeadMdp{
	color: #fd4626;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
}

.titleHeadCom{
	color: #2c7dd0;
	font-weight: bold;
	font-size: 14px;
}

.imgLeft{
	margin-left: 10px;	
}
