#content {
	background:transparent url(../images/fondt.png);
	border:2px solid #000000;
	color:#696969;
	float:right;
	font-size:0.8em;
	margin:5px 10px 15px;
	overflow:auto;
	padding:14px 23px;
	width:635px;
	height:444px;
}
*:first-child+html #content {
	margin:5px 5px 15px;
}

.jshop.default.index #content {
	font-size:1.3em;
	background:transparent;
	border:none;
	float:none;
	height:auto;
	width:auto;
	overflow: hidden;
	padding:0;
	margin:0;
}

#content hr.both {
	clear: both;
}

#content h2 {
	background-image: url(../images/fdtitre.jpg);
	color: #000;
	font-size: 1.2em;
	line-height: 25px;
	text-indent: 5px;
	margin-bottom: 10px;
}

div.title {
	background-image: url(../images/fdtitre.jpg);
	color: #000;
	font-size: 1.2em;
	line-height: 25px;
	text-indent: 5px;
	margin-bottom: 10px;
}


#content h3 {
	color: #000;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin: 20px 40px;
}

#content p {
	color: #FFF;
	font-size: 0.9em;
	text-align: justify;
	text-indent: 15px;
	margin: 0 40px;
	margin-bottom: 10px;
}

#content p.alert {
	color: #000;
	font-size: 1em;
	text-align: center;
}


#content div.img {
	margin: 0 40px;
	width: 296px;
	text-align: right;
	float: left;
}
#content div.img span {
	display: block;
	color: #794F3E;
	font-size: 0.7em;
}
#content a {
	color:#696969;
	font-weight: bold;
}

div.account {
    width:500px;
    margin: auto;
    border: solid 1px;
    border-color: #ffffff;
    color:#ffffff;
    background-color: #000;
    padding:20px;
}

div.biglist {
    width:250px;
    height: 200px;
    overflow: auto;
}

li.puce {
    float:left;
    margin-left:20px;
    font-size : 13px;
    color : #ffffff;
    text-decoration : none;
    list-style-image:url(../images/puce.png)
}

table.invoice {
    margin-top:10px;
    font-size:12px;
    border-collapse:collapse;
    background-color: #1d1d1d;
}

p.list {
    float: left;
    font-size : 13px;
    color : #ffffff;
    list-style-type: none;
    text-decoration : none;
}

li.list {
    float: left;
    font-size : 13px;
    color : #ffffff;
    list-style-type: none;
    text-decoration : none;
}


