
/**

	general

**/

body {
	color:black;
	background:white;
	font-family:arial;
	font-size:.8em;
}

a {
	color:black;
}


#titre {
	text-align:center;
	background:white;
	margin:0;
}


#pubearleft {
	float:left;
}

#pubearright {
	float:right;
}

#titre img {
	border-bottom:1px solid #1ca2db;
}


#slog {
	text-align:center;
	padding:0;
	margin:0;
	font-size:18px;
	color:#1ca2db;
}

#htit {
	text-decoration:none;
	color:black;
	padding:0;
	margin:0;
}

#ventre h1 {
}


#infos {
	font-size:.9em;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	text-align:center;
	margin-bottom:5px;
	margin-top:12px;
}

#infos a {
	color:black;
	text-decoration:none;
}

#infos a:hover {
	color:black;
	text-decoration:underline;
}

#infos a:visited {
	color:black;
	text-decoration:underline;
}

#infos #dates {
}

#infos form {
	display:inline;
}

#idate {
	color:#1ca2db;
	font-weight:bold;
}

#authen {
}

#sommaire {
	float:left;
	width:160px;
	text-align:left;
}

#menus {
	float:right;
	width:160px;
	margin-left:25px;
	padding-left:5px;
	padding-right:2px;
	border-left:1px solid gray;
}

#ventre {
	margin-left:140px;
	margin-right:30px;
}

#msgs {
	display:none;
}
	

#lister {
	margin-right:25%;
	border:1px solid black;
}

.sortable {
	color:#1ca2db;
	background:white;
	font-size:.9em;
	text-align:center;
}

.sortable th {
	border-bottom:1px solid black;
	padding-bottom:5px;
}

.sortable td {
	padding-bottom:2px;
	border-bottom:1px solid #1ca2db ;
}

.sortheader {
	text-decoration:none;
	font-size:.9em;
	color:black;
}

.sortheader:hover {
	text-decoration:underline;
	font-size:.9em;
	color:black;
}

.sortheader:visited {
	text-decoration:none;
	font-size:.9em;
	color:black;
	
}

.sortarrow {
	text-decoration:none;

}

.sortbottom {

}

.sortdir {

}

.lastd {
	color:#0687ca;
}

#thaut {
	text-align:left;
	color:black;
	font-size:14px;
	font-weight:bold;
}

#thautoth {
	text-align:left;
	color:#5b238e;
	font-size:14px;
	font-weight:bold;
}

#thautown {
	text-align:left;
	color:#0687CA;
	font-size:14px;
	font-weight:bold;
}

#depots img {
	border:0;

}

.menuot 	{
	margin-right:60%;
}

.linkown 	{
	margin-right:60%;
}

#liste {
	margin-right:20%;
	border:1px solid black;
}

#fconnect {
	display:inline;
}

.own {
	color:#0687CA;
}

.oth {
	color:#5B238E;
}

.ownb {
	background:#0687CA;
	color:white;
}

.othb {
	background:#5B238E;
	color:white;
}

#listelang {
	margin-top:10px;
	text-align:center;
}

#listelang a {
	color:#0687CA;
}


#langscr {
	margin-right:20%;

}

#langscr ul {
	text-align:left;
	list-style-type:none;
	padding-left:3px;
	margin-left:1px;
	overflow:auto;
	height:80px;
	border:1px solid gray;
}

.sublang  {
	margin-right:80%;
}

.sublang ul {
	text-align:left;
	list-style-type:none;
	padding-left:3px;
	margin-left:1px;
	overflow:auto;
	height:80px;
	border:1px solid gray;
}

.coloth {
	color:white;
	background:#0687CA;
	font-weight:bold;
}

.colown {
	color:white;
	background:#5B238E;
	font-weight:bold;
}

/** fin partie générale **/


