/*class for files uploaded list*/
#files {
	clear:both;
}
.files ul {
	padding-top:15px;
	clear:both;
	list-style-type:none;
}
.files li {
	margin-top:15px;
	width:300px;
	border-bottom:1px dashed #666666;
	list-style-type:none;
}
.files b{
}
div.wysiwyg {
	background-color: #FFFFFF;
}

/*#######################################################################*/
* {margin: 0px;padding: 0px;}
html {
	background-image: url(../../media/images/skin/fond-html.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	background-color: #B8D0F4;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1em;
	font-weight: normal;
	color: #333333;
	text-align: center;
	background-image: url(../../media/images/skin/fond-body.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;	
}
#login {
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	width: 500px;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 40px;
	background-image: url(../../media/images/skin/fond-container.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 14px;
}
input, textarea {
	border:1px solid #ccc;
	padding:2px;
	font-family:Cambria, Georgia, Palatino, "Palatino Linotype", "Myriad Pro", Serif;
	font-size: 15px;
}
a {
	color: #456387;
	text-decoration: underline;
}
a img {
	border-width: 0px;
	border-style: none;
}
a:hover {
	color: #4173C5;
	text-decoration: none;
}
b {
	font-weight: bold;
}
.label {
	font-weight:bold;
	color: #152F68;
}
.clr {
	clear:both;
}

/*--------------------------------------HEADER--------------------------------------*/
.user-info {
	float:right;
	text-align: left;
	margin-right: 5px;
}
.user-info td, .user-info th {
	padding: 1px 4px 1px 4px;
	font-size: 11px;	
}
.user-info td, .header-links td {
	border-width: 0px; border-style: none;
}
.header-links {
	padding-top:15px;
	padding-bottom:10px;
	padding-left: 10px;
}
.header-links table, .header-links td {
	background-color: #FFFFFF;
	padding: 0px;
}
/*--------------------------------------/HEADER--------------------------------------*/

/*-------------------------------------- div datalist --------------------------------------*/
div.data_list, div.data_entry {
	width: 960px;
	padding-top:20px;
	clear: both;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
div.data_list table, div.data_entry table {
	margin-right: auto;
	margin-left: auto;
}
/*-------------------------------------- /div datalist --------------------------------------*/




/*############################-TABLES-###############################*/

/*------------------- table general ------------------------*/
table {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
tbody {
	background-color: #F2F2F2;
}
tr.even {
	background-color: #FFFFFF;
}
tr.odd {
}
th, td {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
th {
	font-size: 12px;
	font-weight: bold;
	background-color: #DDECF0;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-right: 2px;
	padding-left: 2px;
}
th a img {
	vertical-align: middle;
}
td {
	font-size: 11px;
	text-align: left;
}

/*------------------------------------ table Divers ----------------------------------------------*/

/*------------- table posts -------------*/
table.posts {
	width: 100%;
}
table.posts th {
	white-space: nowrap;	
}

/*------------- table resume -------------*/
table.resume th, table.resume td {
	padding-top: 4px;
	padding-bottom: 4px;
}

/*------------- table messages - posts descriptions-------------*/
table.messages {
	width: 620px;
	float: left;
}

/*------------- table files -------------*/
table.files {
	width: 320px;
	float: right;	
}
table.files td.file a {
	word-wrap: break-word; /*casse les grands mots css3*/
	width: 120px;
	overflow: hidden; /*fait disparaitre la suite du mots si break word nest pas supporte*/
	position: relative;
	display: block;
}

/*------------- th entete -------------*/
table.posts th.entete {
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
}

/*------------ tr filter --------------------*/
table.posts tr.filter {
	background-color: #FFFFFF;
}
table.posts tr.filter td {
	padding: 0px;
}

/*------------- td's alignement central-------------*/
table.posts td.order_num, table.posts td.date_posted, table.posts td.replies, table.posts td.read, table.posts td.done {
	text-align: center;
}

/*------------- td's en gras -------------*/
table.posts td.caption, table.posts td.user_id {
	font-weight: bold;	
}

/*------------- th verticaux-------------*/
table.resume th, table.description th, table.form th {
	width: 180px;
	text-align: right;
	padding-right: 12px;
	white-space: normal;
}

/*-------------td files-------------*/
table.posts td.files {
}
table.posts td.files div {
	float: left;
	margin-right: 18px;
	
	word-wrap: break-word; /*casse les rands mots*/
	width: 100px;
	overflow: hidden; /*fait disparaitre la suite du mots si break word nest pas supporte*/
	position: relative;	
}
table.posts td.files a img {
	position: absolute;
	margin-left: -12px;
}

/*------------- td actions -------------*/
table.posts td.actions img {
	margin-right: 3px;
	margin-left: 3px;	
}

/*------------- td order_num -------------*/
table.posts td.order_num {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	padding-right: 8px;
	padding-left: 8px;
}

/*------------- td repondre -------------*/
table.posts div.repondre {
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px dashed #CCCCCC;
	text-align: center;
	background-color: #FFFFFF;
}
table.posts div.repondre img {
	vertical-align: middle;
}

/*------------- dernier message-------------*/
table.posts .last_entry {
	padding: 4px;
	border-width: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
	margin-top: 8px;
}
/*############################-/TABLES-###############################*/

#footer {
	background-image: url(../../media/images/skin/fond-footer.jpg);
	clear: both;
	height: 46px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
