body {
	background: #f3ede5;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	padding: 0 0 20px 0;
}

a, a:visited {
	color: #005ba2;
	text-decoration: none;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
}
a:hover {
	text-decoration: underline;
}
img{
	border:none;
}

h2 {
	color: #005ba2;
	font-weight: bold;
	font-size: 20px;
	margin: 8px 20px 8px 0;
	float:left;
}
#ajouter{
	float:left;
	margin:10px 0 0 10px;
	display:block;
}	

.displaynone{
	display:none !important;
}

h3 {
	color: #005ba2;
	font-weight: normal;
	font-size: 16px;
	margin: 15px 0 10px 0;
}

/* */
#header-container {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #B4B4B4;
	background: #fff;
}

#header {
	height: 145px;
	margin: auto;
	width: 995px;
	position: relative;
	text-align:center;
}

a#deconnecter{
	float:right;
	margin-top:10px;
	padding-left:23px;
	color:#000;
	display:block;
	height:16px;
	background:url(../images/deconnecter.jpg) center left no-repeat;
}

#content {
	padding: 20px 0;
	margin: auto;
	width: 1100px;
}


.invisible{
    visibility:hidden;
}

/*identification*/
form#formConnect{
	width:472px;
	margin:40px auto 0 auto; 
}
#seConnecter{
	float:right;
	width:125px;
	height:19px;
}
form {
	margin: 20px 0 0 0;
}

form label {
	width: 110px;
	float: left;
	margin: 4px 10px 5px 0;
	font-weight: bold;
	text-align:right;
}

form label.block {
	display: block;
	float: none;
	margin: 0 0 5px 0;
}

form .champ {
	border: 1px solid #B4B4B4;
	margin: 0 0 10px 0;
	padding: 3px 5px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
}
form select.champ {
	width: 312px;
	padding:0;
	height:28px;
}
form label.nomarge{
	margin:0;
	padding:0;
	text-align:left;
}


/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: center;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}


/*PAGE AJOUT ET MODIF*/
.clear{
	clear:both;
}
input.champ, textarea{
	float:left;
	width:200px;
	height:20px;
	line-height:20px;
}
#submit{
	width:150px;
	height:25px;
}
#sortimg {
	border-collapse:collapse;
	border:1px solid rgb(158, 158, 158);;
	width:300px;
}
#sortimg tr{
	height:80px;
	border:1px solid rgb(158, 158, 158);;
}
.highlight {
    background: none repeat scroll 0% 0% #fff;
}

#ulfichier{
	margin:0;
}	

.textTyni{
	margin:0;
	padding:0;
}

.alert{
	background:red;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	width:80%;
	height:30px;
	line-height:30px;
	text-align:center;
	padding:0;
	margin:0;
}

#selectmultiple{
	width:300px;
	height:100px;
	margin:0;
	margin-right:15px;
	padding:0;
}