html {
	width: 100%;
}

img {
	border:none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

a,a:hover,a:visited {
	text-decoration: none;
	color: #FF0033;
	border: none;
}
a:visited {
	color: #FF0033;
}

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

div#conteneur {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

div#header {
	float: left;
	width: 1024px;
	height: 109px;
	background: transparent url("header.png") no-repeat;
	line-height: normal;
}

div#footer {
	padding: 20px;
	line-height: 20px;
	text-align: center;
	color: #555555;
	width: 1024px;
}

div#contenu {
	position: relative;
	width: 995px;
	top: 5px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

div#arborescence {
	font-weight: bold;
}

div#arborescence a, div#arborescence a:visited{
	text-decoration: none;
	color: black;
}

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

div.left {
	float:left;
	width: 120px;
	overflow: auto;
	padding-right:15px;
}

div#center {
	float:left;
	width: 645px;
	overflow: auto;
	padding-right:15px;
}

div#right {
	float:left;
	width: 200px;
	overflow: auto;
}

div#full {
	float:left;
	width: 100%;
	overflow: auto;
}

div#sizable {
	float:left;
	overflow:auto;
}

a#accueil {
	position: absolute;
	left: 25px;
	width: 170px;
	height: 88px;
}

div#menu {
	position: absolute;
	left: 205px;
	top: 60px;
	font-size: 12px;
	z-index: 1;
}

ul#menuPrincipal {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}

li.niv1 {
	background: transparent url("separateur.png") no-repeat;
	float: left;
}

li.niv1 a,li.niv1 a:hover,li.niv1 a:visited {
	display: block;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}

li.niv1 a:hover {
	background-color: #e20c24;
	color: #fff;
}

ul.sousMenu {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #abaab0;
}

li.niv2 {
	float: none;
	display: inline;
	border:0px;
}

li.niv2 a,li.niv2 a:hover,li.niv2 a:visited {
	width: auto;
	font-size: 10px;
	background-color: #fff;
	color: #000;
}

li.niv2 a:hover {
	text-decoration: underline;
	background-color: #eee;
}

#menuOptions {
	position: absolute;
	top: 2px;
	right: 15px;
}

#menuOptions {
	font-size: 10px;
	height: 15px;
	line-height: 15px;
}

div.clear {
	clear: both;
}

div.block {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

div.block h1 {
	font-size: 12px;
	color: #fff;
	background-color: #777;
	padding: 2px 10px 2px 10px;
	text-align:left;
}

div#login,div#delete_confirm {
	display:none;
}

div#login table {
    width: 100%;
}

div#logError {
	color:red;
	display:none;
}

div#logSuccess {
	color:green;
	display:none;
}

table.tabList {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom:10px;
	text-align: left;
}

table.tabList thead th {
	border: 1px solid #ccc;
	background-color: #ddd;
	line-height: 20px;
	padding: 0 5px 0 5px;
	text-align:left;
}

table.tabList tfoot td {
	border: 1px solid #ccc;
	background-color: #ddd;
	line-height: 15px;
	padding-right: 5px;
	text-align: right;
}

table.tabList tbody td {
	padding: 2px 10px 2px 5px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-top: 0;
	line-height: 15px;
	font-size:10px;
}

div.sqlerror p,pre {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

div#sponsors  {
	width:100%;
	height:auto;
	text-align:center;
}

div#actions {
	 float:right;
	 text-align:center;
}

div.actions{
	float:right;
	margin-top:5px;
}

img.noborder {
	border:0;
}

div.titelbar {
	 float:left;
}

div.action_edit {
	float:left;
}

div.action_remove {
	float:left;
}

div.action_info{
	float:left;
}

div.file{
	clear:both;
	float:left;
	margin-left:5px;
}

div#bloc_conteneur {
	clear:both;
}

div#bloc_central_right {
	float:right;
	width:51%;
}

div#bloc_central_left {
	float:left;
	width:48%;
}

label.label_summary {
	font-weight: bold;
	text-align: right;
}

label.etat_erreur {
	color: red;
	font-weight: bold;
}

label.etat_success {
	color: green;
	font-weight: bold;
}

div.inline {
	display: inline;
}

.ghost {
	visibility:hidden;
	position:absolute;
	top:0;
}

a.title_news{
	color:black;
}

a.black_link{
	color:black;
}

div#documents_liste, div#documents_matchs{
	float:right;
	width:250px;
	margin-left : 10px;
}


div#filtre_salles{
	float:left;
	width:475px;
}

div.center{
	text-align: center;
}

.edit_buttons{
	text-align:center;
	min-width: 50px;
	border:none;
	margin:0px;
}

a.titlelink {
	font-size: 12px;
	color: #fff;
}

.msg_erreur{
	color:red;
}

.msg_success{
	color:green;
}

div#controls_navig, #div_navig_down, #div_navig_up{
	float:left;
}