
/**

	general

**/

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

a {
	color:black;
}


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

#titrepage {
	font-weight:bold;
	font-size:4em;
	letter-spacing:.4em;
}

#pubdroite {
	float:right;
}

#titrehaut {
	font-weight:bold;
	font-size:4em;
	letter-spacing:0.4em;
}

#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;
}

ul {
	list-style-type:none;
}


td {
	vertical-align:top;
}

.lien {
    text-decoration:underline;
    cursor:pointer;
}

.pasvu {
    display:none;
}

.formation {
    border:1px solid black;
    margin-right:25%;
    margin-left:1%;
}

