body {
	background-image: url('images/bg_top.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
	color : #ffffff;
	font-size : 8pt;
	font-family : Tahoma;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#header_menu {font-weight: bold; font-size: 8pt; text-align: center; margin-bottom: 5px;}
#middle_menu {font-weight: bold; font-size: 8pt; text-align: right; margin-bottom: 5px;}

#slideshow {width: 800px; height: 400px;}

#middle_menu {background-image: url('images/bg_middle.jpg'); background-repeat: repeat-x; margin: 0px; padding: 5px 0px;}

#content {margin-top: 20px;}

#footer {text-align: center; font-size: 8pt; margin-top: 40px;}

	#index_left {float: left; width: 600px;}
	#index_right {float: right; width: 180px; padding: 0px 10px;}
	
.clear {clear: both;}

span.menu {margin-right: 10px;}

/*Administration */
table{width:100%;}
th, .title{background-color: #878787;}
tr:hover{background-color: #c8c8c8; color:#000000;}
.center{text-align: center;}
abbr{cursor: help;}


/* Mise en forme */
a img {border: none;}
a, a:hover, a:visited {color: #ffffff; text-decoration: none;}
a:hover {color: #ef910a;}

table {width: 100%;}

/*Pagination*/
.pagine {text-align: center; margin: 5px;}
ul.pagination {border: 0px; margin: 0px; padding: 0px;}
ul.pagination li
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size:	11px;
	list-style: none;
	display: inline;
	margin-right: 2px;
}
ul.pagination a {border: solid 1px #818286;}
ul.pagination .previous-off,ul.pagination .next-off
 {
	border: solid 1px #858585;
	color: #858585;
	font-weight: bold;
	margin-right: 2px;
	padding: 3px 4px;
}
ul.pagination .next a,ul.pagination .previous a {font-weight: bold;}
ul.pagination .active
{
	background-color: #818286;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 6px;
}
ul.pagination a:link,ul.pagination a:visited
{
	color: #818286;
	padding: 3px 6px;
	text-decoration: none;
}
ul.pagination a:hover {background-color : #F3F2FF;}

