@charset "utf-8";
/* CSS Document */

.leftlink {
	display:block;
	clear:both;
	width:925px;
	float:left;
	margin:0 15px -10px 0;
	padding-right:20px;
	background:url(../images/arrow-right-green.gif) right no-repeat;
	overflow: visible;
	text-align:right;
	font-size:12px;
}
.profile.admin .boxcorner {
	float:right;
	font-size:10px;
	margin:10px 5px 0 0;
}
.profile.admin .boxcorner a {
	margin-left:5px;
}

/* titres et select restric */
.profile.admin .restric {
	margin:8px 0 0 0;
	border-bottom:solid 1px #E78020;
	width:100%;
	height:25px;
	float:left;
}
.profile h3 {
	float:left;
}
.profile.admin .restric select {
	float:right;
	margin-top:6px;
	border:none #E78020;
	background:none;
	font-size:10px;
	color:#E78020;
}

/* definitions */

.profile .infobloc {
	padding:0 0 15px 0;
	display:block;
	clear:both;
	float:left;
	width:100%;
}
.profile dl {
	padding:0;
	margin:0;
}
.profile dt, .profile dd {
	padding:0;
	margin:8px 0 0 0;
}
.profile dt{
	width:180px;
	color:#808080;
	font-size:12px;
	float:left;
	clear:left;
}
.profile dd{
	width:240px;
	color:#000;
	font-size:12px;
	float:left;
}
.profile dd img{
	margin:0;
	padding:0 2px 0 0;
	float:left;
}

/* tableau  */

.profile #files table {
	margin:8px 0 0 0;
	padding:0;
	font-size:12px;
	border:1px solid #F5CCA6;
}
.profile #files tr, .profile #files th, .profile #files td {
	border:none;
	margin:0;
	padding:4px 3px 4px 3px;
}
.profile #files th {
	background:#FEF3E7;
	color:#E78020;
	border-bottom:1px solid #F5CCA6;
}
.profile #files td {
	background:#FFF;
}

.profile #files tr.total td {
	border-top:1px solid #F5CCA6;
}
.profile #files td.new, .profile #files th.new{
	padding-right:50px;
}
.profile #files td.new{
	color:blue;
}
.profile #files .txtR{
	text-align:right;
}
.profile #files .txtL{
	text-align:left;
}
.profile #files #type-pics, .profile #files #type-videos, .profile #files #type-audios, .profile #files #type-others, .profile #files #type-total {
	padding-left:20px;
	padding-right:30px;
}
.profile #files #type-pics {
	background: #fff url(../images/filetype/picturecolor1.jpg) no-repeat 2px;
}
.profile #files #type-videos {
	background: #fff url(../images/filetype/mediacolor1.jpg) no-repeat 2px;
}
.profile #files #type-audios {
	background: #fff url(../images/filetype/musiccolor1.jpg) no-repeat 2px;
}
.profile #files #type-others {
	background: #fff url(../images/filetype/filecolor1.jpg) no-repeat 2px;
}
.profile #files #type-total {
	background: #fff url(../images/filetype/multi-folders-16.gif) no-repeat 2px;
}

.jaugevide {
    height:20px !important;
    width:155px !important; 
    background: transparent url(../images/quota_bar_empty.png) no-repeat !important;
}

.jaugepleine {
    height:20px !important;
    width:155px;
     background: transparent url(../images/quota_bar_full.png) no-repeat !important;
}

.jauge {
    height:20px;
    width:155px;
     background: transparent url(../images/quota_bar.png) no-repeat;
}


